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