bcm96358VW2.dts 687 B

123456789101112131415161718192021222324252627282930313233343536
  1. /dts-v1/;
  2. #include "bcm6358.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Broadcom BCM96358VW2 reference board";
  6. compatible = "brcm,bcm96358vw2", "brcm,bcm6358";
  7. chosen {
  8. bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. };
  10. gpio-leds {
  11. compatible = "gpio-leds";
  12. stop_green {
  13. label = "96358VW2:green:stop";
  14. gpios = <&gpio0 4 1>;
  15. };
  16. power_green {
  17. label = "96358VW2:green:power";
  18. gpios = <&gpio0 5 1>;
  19. default-state = "on";
  20. };
  21. adsl_green {
  22. label = "96358VW2:green:adsl";
  23. gpios = <&gpio0 22 1>;
  24. };
  25. ppp_fail_green {
  26. label = "96358VW2:green:ppp-fail";
  27. gpios = <&gpio0 23 0>;
  28. };
  29. };
  30. };