ct536plus.dts 624 B

123456789101112131415161718192021222324252627282930313233343536
  1. /dts-v1/;
  2. /include/ "bcm6348.dtsi"
  3. / {
  4. model = "Comtrend CT-536+/CT-5621T";
  5. compatible = "comtrend,ct536+", "brcm,bcm6348";
  6. gpio-keys-polled {
  7. compatible = "gpio-keys-polled";
  8. #address-cells = <1>;
  9. #size-cells = <0>;
  10. poll-interval = <20>;
  11. debounce-interval = <60>;
  12. reset {
  13. label = "reset";
  14. gpios = <&gpio1 1 1>;
  15. linux,code = <0x198>;
  16. };
  17. };
  18. gpio-leds {
  19. compatible = "gpio-leds";
  20. power_green {
  21. label = "CT536_CT5621:green:power";
  22. gpios = <&gpio0 0 1>;
  23. default-state = "on";
  24. };
  25. adsl_fail_green {
  26. label = "CT536_CT5621:green:adsl-fail";
  27. gpios = <&gpio0 2 1>;
  28. };
  29. };
  30. };