armada-ap806-quad.dtsi 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (C) 2016 Marvell Technology Group Ltd.
  4. *
  5. * Device Tree file for Marvell Armada AP806.
  6. */
  7. #include "armada-ap806.dtsi"
  8. / {
  9. model = "Marvell Armada AP806 Quad";
  10. compatible = "marvell,armada-ap806-quad", "marvell,armada-ap806";
  11. cpus {
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. cpu@0 {
  15. device_type = "cpu";
  16. compatible = "arm,cortex-a72", "arm,armv8";
  17. reg = <0x000>;
  18. enable-method = "psci";
  19. };
  20. cpu@1 {
  21. device_type = "cpu";
  22. compatible = "arm,cortex-a72", "arm,armv8";
  23. reg = <0x001>;
  24. enable-method = "psci";
  25. };
  26. cpu@100 {
  27. device_type = "cpu";
  28. compatible = "arm,cortex-a72", "arm,armv8";
  29. reg = <0x100>;
  30. enable-method = "psci";
  31. };
  32. cpu@101 {
  33. device_type = "cpu";
  34. compatible = "arm,cortex-a72", "arm,armv8";
  35. reg = <0x101>;
  36. enable-method = "psci";
  37. };
  38. };
  39. };