ramips: Use dts alias based status led
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / TEW-691GR.dts
1 /dts-v1/;
2
3 #include "rt3883.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "trendnet,tew-691gr", "ralink,rt3883-soc";
10 model = "TRENDnet TEW-691GR";
11
12 aliases {
13 led-status = &led_wps;
14 };
15
16 nor-flash@1c000000 {
17 compatible = "cfi-flash";
18 reg = <0x1c000000 0x800000>;
19 bank-width = <2>;
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 partition@0 {
24 reg = <0x0 0x0030000>;
25 label = "u-boot";
26 read-only;
27 };
28
29 partition@30000 {
30 reg = <0x00030000 0x00010000>;
31 label = "u-boot-env";
32 read-only;
33 };
34
35 factory: partition@40000 {
36 reg = <0x00040000 0x00010000>;
37 label = "factory";
38 read-only;
39 };
40
41 partition@50000 {
42 reg = <0x00050000 0x007b0000>;
43 label = "firmware";
44 };
45 };
46
47 gpio-keys-polled {
48 compatible = "gpio-keys-polled";
49 #address-cells = <1>;
50 #size-cells = <0>;
51 poll-interval = <100>;
52
53 reset {
54 label = "reset";
55 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
56 linux,code = <KEY_RESTART>;
57 };
58
59 wps {
60 label = "wps";
61 gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
62 linux,code = <KEY_WPS_BUTTON>;
63 };
64
65 rfkill {
66 label = "rfkill";
67 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
68 linux,code = <KEY_RFKILL>;
69 };
70 };
71
72 gpio-leds {
73 compatible = "gpio-leds";
74
75 led_wps: wps {
76 label = "tew-691gr:green:wps";
77 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
78 };
79 };
80 };
81
82 &gpio1 {
83 status = "okay";
84 };
85
86 &pinctrl {
87 state_default: pinctrl0 {
88 gpio {
89 ralink,group = "spi", "i2c", "jtag", "uartf";
90 ralink,function = "gpio";
91 };
92 };
93 };
94
95 &ethernet {
96 mtd-mac-address = <&factory 0x4>;
97
98 port@0 {
99 phy-handle = <&phy0>;
100 phy-mode = "rgmii";
101 };
102
103 mdio-bus {
104 status = "okay";
105
106 phy0: ethernet-phy@0 {
107 reg = <0>;
108 phy-mode = "rgmii";
109 };
110 };
111 };
112
113 &wmac {
114 status = "okay";
115 ralink,mtd-eeprom = <&factory 0x0>;
116 ralink,5ghz = <0>;
117 mtd-mac-address = <&factory 0x4>;
118 mtd-mac-address-increment = <1>;
119 };