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