armada-372x.dtsi 538 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Include file for Marvell Armada 372x family of SoCs
  4. * (also named 88F3720)
  5. *
  6. * Copyright (C) 2016 Marvell
  7. *
  8. * Gregory CLEMENT <[email protected]>
  9. *
  10. */
  11. #include "armada-37xx.dtsi"
  12. / {
  13. model = "Marvell Armada 3720 SoC";
  14. compatible = "marvell,armada3720", "marvell,armada3710";
  15. cpus {
  16. cpu1: cpu@1 {
  17. device_type = "cpu";
  18. compatible = "arm,cortex-a53";
  19. reg = <0x1>;
  20. clocks = <&nb_periph_clk 16>;
  21. enable-method = "psci";
  22. };
  23. };
  24. };