bcm4708.dtsi 753 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Broadcom BCM470X / BCM5301X ARM platform code.
  3. * DTS for BCM4708 SoC.
  4. *
  5. * Copyright 2013-2014 Hauke Mehrtens <[email protected]>
  6. *
  7. * Licensed under the GNU/GPL. See COPYING for details.
  8. */
  9. #include "bcm5301x.dtsi"
  10. / {
  11. compatible = "brcm,bcm4708";
  12. aliases {
  13. serial0 = &uart0;
  14. };
  15. chosen {
  16. stdout-path = "serial0:115200n8";
  17. };
  18. cpus {
  19. #address-cells = <1>;
  20. #size-cells = <0>;
  21. enable-method = "brcm,bcm-nsp-smp";
  22. cpu@0 {
  23. device_type = "cpu";
  24. compatible = "arm,cortex-a9";
  25. next-level-cache = <&L2>;
  26. reg = <0x0>;
  27. };
  28. cpu@1 {
  29. device_type = "cpu";
  30. compatible = "arm,cortex-a9";
  31. next-level-cache = <&L2>;
  32. secondary-boot-reg = <0xffff0400>;
  33. reg = <0x1>;
  34. };
  35. };
  36. };
  37. &uart0 {
  38. status = "okay";
  39. };