fast2704v2.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /dts-v1/;
  2. /include/ "bcm6328.dtsi"
  3. / {
  4. model = "Sagem F@ST2704V2";
  5. compatible = "sagem,f@st2704v2", "brcm,bcm6328";
  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. rfkill {
  13. label = "rfkill";
  14. gpios = <&gpio0 15 1>;
  15. linux,code = <0xee>;
  16. };
  17. reset {
  18. label = "reset";
  19. gpios = <&gpio0 23 1>;
  20. linux,code = <0x198>;
  21. };
  22. wps {
  23. label = "wps";
  24. gpios = <&gpio0 24 1>;
  25. linux,code = <0x211>;
  26. };
  27. };
  28. gpio-leds {
  29. compatible = "gpio-leds";
  30. usb_green {
  31. label = "F@ST2704V2:green:usb";
  32. gpios = <&gpio0 1 1>;
  33. };
  34. inet_red {
  35. label = "F@ST2704V2:red:inet";
  36. gpios = <&gpio0 2 1>;
  37. };
  38. dsl_green {
  39. label = "F@ST2704V2:green:dsl";
  40. gpios = <&gpio0 3 1>;
  41. };
  42. power_green {
  43. label = "F@ST2704V2:green:power";
  44. gpios = <&gpio0 4 1>;
  45. default-state = "on";
  46. };
  47. power_red {
  48. label = "F@ST2704V2:red:power";
  49. gpios = <&gpio0 5 1>;
  50. };
  51. wps_green {
  52. label = "F@ST2704V2:green:wps";
  53. gpios = <&gpio0 10 1>;
  54. };
  55. inet_green {
  56. label = "F@ST2704V2:green:inet";
  57. gpios = <&gpio0 11 1>;
  58. };
  59. };
  60. };