ramips: Use dts alias based status led
[oweals/openwrt.git] / target / linux / ramips / dts / ZBT-WR8305RT.dts
1 /dts-v1/;
2
3 #include "mt7620n.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "zbtlink,zbt-wr8305rt", "ralink,mt7620n-soc";
10         model = "Zbtlink ZBT-WR8305RT";
11
12         aliases {
13                 led-status = &led_sys;
14         };
15
16         gpio-leds {
17                 compatible = "gpio-leds";
18
19                 led_sys: sys {
20                         label = "zbt-wr8305rt:green:sys";
21                         gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
22                 };
23
24                 lan {
25                         label = "zbt-wr8305rt:green:usb";
26                         gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
27                 };
28
29                 wifi {
30                         label = "zbt-wr8305rt:green:wifi";
31                         gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
32                 };
33         };
34
35         gpio-keys-polled {
36                 compatible = "gpio-keys-polled";
37                 #address-cells = <1>;
38                 #size-cells = <0>;
39                 poll-interval = <20>;
40
41                 reset {
42                         label = "reset";
43                         gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
44                         linux,code = <KEY_RESTART>;
45                 };
46         };
47 };
48
49 &gpio1 {
50         status = "okay";
51 };
52
53 &gpio3 {
54         status = "okay";
55 };
56
57 &spi0 {
58         status = "okay";
59
60         m25p80@0 {
61                 #address-cells = <1>;
62                 #size-cells = <1>;
63                 compatible = "jedec,spi-nor";
64                 reg = <0>;
65                 spi-max-frequency = <10000000>;
66
67                 partition@0 {
68                         label = "u-boot";
69                         reg = <0x0 0x30000>;
70                         read-only;
71                 };
72
73                 partition@30000 {
74                         label = "u-boot-env";
75                         reg = <0x30000 0x10000>;
76                         read-only;
77                 };
78
79                 factory: partition@40000 {
80                         label = "factory";
81                         reg = <0x40000 0x10000>;
82                         read-only;
83                 };
84
85                 partition@50000 {
86                         label = "firmware";
87                         reg = <0x50000 0x7b0000>;
88                 };
89         };
90 };
91
92 &ehci {
93         status = "okay";
94 };
95
96 &ohci {
97         status = "okay";
98 };
99
100 &ethernet {
101         pinctrl-names = "default";
102         pinctrl-0 = <&ephy_pins>;
103         mtd-mac-address = <&factory 0x4>;
104         mediatek,portmap = "llllw";
105 };
106
107 &wmac {
108         ralink,mtd-eeprom = <&factory 0>;
109 };
110
111 &pinctrl {
112         state_default: pinctrl0 {
113                 default {
114                         ralink,group = "i2c", "uartf", "spi refclk", "wled";
115                         ralink,function = "gpio";
116                 };
117         };
118 };