bcm4708.dtsi 559 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Broadcom BCM470X / BCM5301X ARM platform code.
  3. * DTS for BCM4708 SoC.
  4. *
  5. * Copyright 2013-2014 Hauke Mehrtens <hauke@hauke-m.de>
  6. *
  7. * Licensed under the GNU/GPL. See COPYING for details.
  8. */
  9. #include "bcm5301x.dtsi"
  10. / {
  11. compatible = "brcm,bcm4708";
  12. cpus {
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. cpu@0 {
  16. device_type = "cpu";
  17. compatible = "arm,cortex-a9";
  18. next-level-cache = <&L2>;
  19. reg = <0x0>;
  20. };
  21. cpu@1 {
  22. device_type = "cpu";
  23. compatible = "arm,cortex-a9";
  24. next-level-cache = <&L2>;
  25. reg = <0x1>;
  26. };
  27. };
  28. };