ramips: Use dts alias based status led
[openwrt/openwrt.git] / target / linux / ramips / dts / WLI-TX4-AG300N.dts
1 /dts-v1/;
2
3 #include "rt2880.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 #address-cells = <1>;
10 #size-cells = <1>;
11 compatible = "buffalo,wli-tx4-ag300n", "ralink,rt2880-soc";
12 model = "Buffalo WLI-TX4-AG300N";
13
14 aliases {
15 led-status = &led_power;
16 };
17
18 cfi@1f000000 {
19 compatible = "cfi-flash";
20 reg = <0x1f000000 0x800000>;
21 bank-width = <2>;
22 device-width = <2>;
23 #address-cells = <1>;
24 #size-cells = <1>;
25
26 partition@0 {
27 label = "uboot";
28 reg = <0x0 0x30000>;
29 read-only;
30 };
31
32 partition@30000 {
33 label = "uboot-env";
34 reg = <0x30000 0x10000>;
35 read-only;
36 };
37
38 factory: partition@40000 {
39 label = "factory";
40 reg = <0x40000 0x10000>;
41 read-only;
42 };
43
44 partition@50000 {
45 label = "firmware";
46 reg = <0x50000 0x3b0000>;
47 };
48 };
49
50 gpio-keys-polled {
51 compatible = "gpio-keys-polled";
52 #address-cells = <1>;
53 #size-cells = <0>;
54 poll-interval = <100>;
55
56 wps {
57 label = "wps";
58 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
59 linux,code = <KEY_WPS_BUTTON>;
60 };
61
62 bandwidth {
63 label = "bandwidth";
64 gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
65 linux,code = <KEY_RESTART>;
66 };
67
68 reset {
69 label = "reset";
70 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
71 linux,code = <KEY_RESTART>;
72 };
73 };
74
75 gpio-leds {
76 compatible = "gpio-leds";
77
78 diag {
79 label = "wli-tx4-ag300n:red:diag";
80 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
81 };
82
83 led_power: power {
84 label = "wli-tx4-ag300n:blue:power";
85 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
86 };
87
88 security {
89 label = "wli-tx4-ag300n:blue:security";
90 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
91 };
92 };
93 };
94
95 &gpio0 {
96 status = "okay";
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 0>;
119 };