ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro
[openwrt/openwrt.git] / target / linux / ramips / dts / rt2880_buffalo_wli-tx4-ag300n.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 = "buffalo,wli-tx4-ag300n", "ralink,rt2880-soc";
10 model = "Buffalo WLI-TX4-AG300N";
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 keys {
57 compatible = "gpio-keys-polled";
58 poll-interval = <100>;
59
60 wps {
61 label = "wps";
62 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
63 linux,code = <KEY_WPS_BUTTON>;
64 };
65
66 bandwidth {
67 label = "bandwidth";
68 gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
69 linux,code = <KEY_RESTART>;
70 };
71
72 reset {
73 label = "reset";
74 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
75 linux,code = <KEY_RESTART>;
76 };
77 };
78
79 leds {
80 compatible = "gpio-leds";
81
82 diag {
83 label = "red:diag";
84 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
85 };
86
87 led_power: power {
88 label = "blue:power";
89 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
90 };
91
92 security {
93 label = "blue:security";
94 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
95 };
96 };
97 };
98
99 &ethernet {
100 status = "okay";
101 mtd-mac-address = <&factory 0x4>;
102
103 port@0 {
104 mediatek,fixed-link = <100 1 1 1>;
105 };
106
107 mdio-bus {
108 status = "okay";
109
110 phy0: ethernet-phy@0 {
111 phy-mode = "mii";
112 reg = <0>;
113 };
114 };
115 };
116
117 &wmac {
118 ralink,mtd-eeprom = <&factory 0x0>;
119 };