bcm96338GW.dts 894 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. 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. partitions {
  39. compatible = "brcm,bcm963xx-cfe-nor-partitions";
  40. };
  41. };
  42. &uart0 {
  43. status = "ok";
  44. };