bcm96338GW.dts 955 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /dts-v1/;
  2. #include "bcm6338.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Broadcom BCM96338GW reference board";
  6. compatible = "brcm,bcm96338gw", "brcm,bcm6338";
  7. chosen {
  8. bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-leds {
  12. compatible = "gpio-leds";
  13. power_green {
  14. label = "96338GW:green:power";
  15. gpios = <&gpio0 0 1>;
  16. default-state = "on";
  17. };
  18. stop_green {
  19. label = "96338GW:green:stop";
  20. gpios = <&gpio0 1 1>;
  21. };
  22. dsl_green {
  23. label = "96338GW:green:adsl";
  24. gpios = <&gpio0 3 1>;
  25. };
  26. ppp_fail_green {
  27. label = "96338GW:green:ppp-fail";
  28. gpios = <&gpio0 4 1>;
  29. };
  30. ses_green {
  31. label = "96338GW:green:ses";
  32. gpios = <&gpio0 5 1>;
  33. };
  34. };
  35. };
  36. &pflash {
  37. status = "ok";
  38. linux,part-probe = "bcm63xxpart";
  39. partitions {
  40. compatible = "brcm,bcm963xx-cfe-nor-partitions";
  41. };
  42. };
  43. &uart0 {
  44. status = "ok";
  45. };