ramips: Use dts alias based status led
[openwrt/openwrt.git] / target / linux / ramips / dts / RT-N15.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 = "asus,rt-n15", "ralink,rt2880-soc";
12 model = "Asus RT-N15";
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 rtl8366s {
51 compatible = "realtek,rtl8366s";
52 gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
53 gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
54 };
55
56 gpio-keys-polled {
57 compatible = "gpio-keys-polled";
58 #address-cells = <1>;
59 #size-cells = <0>;
60 poll-interval = <100>;
61
62 wps {
63 label = "wps";
64 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
65 linux,code = <KEY_WPS_BUTTON>;
66 };
67
68 reset {
69 label = "reset";
70 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
71 linux,code = <KEY_RESTART>;
72 };
73 };
74
75 gpio-leds {
76 compatible = "gpio-leds";
77
78 led_power: power {
79 label = "rt-n15:blue:power";
80 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
81 };
82 };
83 };
84
85 &gpio0 {
86 status = "okay";
87 };
88
89 &pinctrl {
90 state_default: pinctrl0 {
91 gpio {
92 ralink,group = "i2c", "uartlite", "mdio";
93 ralink,function = "gpio";
94 };
95 };
96 };
97
98 &ethernet {
99 status = "okay";
100 mtd-mac-address = <&factory 0x4>;
101
102 port@0 {
103 mediatek,fixed-link = <1000 1 1 1>;
104 };
105
106 mdio-bus {
107 status = "okay";
108
109 phy0: ethernet-phy@0 {
110 phy-mode = "mii";
111 reg = <0>;
112 };
113 };
114 };
115
116 &wmac {
117 ralink,mtd-eeprom = <&factory 0>;
118 };