ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro
[openwrt/openwrt.git] / target / linux / ramips / dts / rt2880_asus_rt-n15.dts
1 #include "rt2880.dtsi"
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 / {
7 #address-cells = <1>;
8 #size-cells = <1>;
9 compatible = "asus,rt-n15", "ralink,rt2880-soc";
10 model = "Asus RT-N15";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 };
18
19 flash@1f000000 {
20 compatible = "cfi-flash";
21 reg = <0x1f000000 0x800000>;
22 bank-width = <2>;
23 device-width = <2>;
24
25 partitions {
26 compatible = "fixed-partitions";
27 #address-cells = <1>;
28 #size-cells = <1>;
29
30 partition@0 {
31 label = "uboot";
32 reg = <0x0 0x30000>;
33 read-only;
34 };
35
36 partition@30000 {
37 label = "uboot-env";
38 reg = <0x30000 0x10000>;
39 read-only;
40 };
41
42 factory: partition@40000 {
43 label = "factory";
44 reg = <0x40000 0x10000>;
45 read-only;
46 };
47
48 partition@50000 {
49 compatible = "denx,uimage";
50 label = "firmware";
51 reg = <0x50000 0x3b0000>;
52 };
53 };
54 };
55
56 rtl8366s {
57 compatible = "realtek,rtl8366s";
58 gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
59 gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
60 };
61
62 keys {
63 compatible = "gpio-keys-polled";
64 poll-interval = <100>;
65
66 wps {
67 label = "wps";
68 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
69 linux,code = <KEY_WPS_BUTTON>;
70 };
71
72 reset {
73 label = "reset";
74 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
75 linux,code = <KEY_RESTART>;
76 };
77 };
78
79 leds {
80 compatible = "gpio-leds";
81
82 led_power: power {
83 label = "blue:power";
84 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
85 };
86 };
87 };
88
89 &state_default {
90 gpio {
91 groups = "i2c", "uartlite", "mdio";
92 function = "gpio";
93 };
94 };
95
96 &ethernet {
97 status = "okay";
98 mtd-mac-address = <&factory 0x4>;
99
100 port@0 {
101 mediatek,fixed-link = <1000 1 1 1>;
102 };
103
104 mdio-bus {
105 status = "okay";
106
107 phy0: ethernet-phy@0 {
108 phy-mode = "mii";
109 reg = <0>;
110 };
111 };
112 };
113
114 &wmac {
115 ralink,mtd-eeprom = <&factory 0x0>;
116 };