bcm97420c.dts 589 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /dts-v1/;
  2. /include/ "bcm7420.dtsi"
  3. / {
  4. compatible = "brcm,bcm97420c", "brcm,bcm7420";
  5. model = "Broadcom BCM97420C";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x00000000 0x10000000>,
  9. <0x20000000 0x30000000>,
  10. <0x60000000 0x10000000>;
  11. };
  12. chosen {
  13. bootargs = "console=ttyS0,115200";
  14. stdout-path = &uart0;
  15. };
  16. };
  17. &uart0 {
  18. status = "okay";
  19. };
  20. /* FIXME: MAC driver comes up but cannot attach to PHY */
  21. &enet0 {
  22. status = "disabled";
  23. };
  24. &ehci0 {
  25. status = "okay";
  26. };
  27. &ohci0 {
  28. status = "okay";
  29. };
  30. &ehci1 {
  31. status = "okay";
  32. };
  33. &ohci1 {
  34. status = "okay";
  35. };