lantiq: dts: fix size cells
[oweals/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / DM200.dts
1 /dts-v1/;
2
3 #include "vr9.dtsi"
4
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/mips/lantiq_rcu_gphy.h>
7
8 / {
9         compatible = "netgear,dm200", "lantiq,xway", "lantiq,vr9";
10         model = "Netgear DM200";
11
12         chosen {
13                 bootargs = "console=ttyLTQ0,115200";
14         };
15
16         aliases {
17                 led-boot = &power_green;
18                 led-failsafe = &power_amber;
19                 led-running = &power_green;
20                 led-upgrade = &power_green;
21
22                 led-dsl = &dsl_green;
23         };
24
25         memory@0 {
26                 device_type = "memory";
27                 reg = <0x0 0x4000000>;
28         };
29
30         gpio-keys-polled {
31                 compatible = "gpio-keys-polled";
32                 #address-cells = <1>;
33                 #size-cells = <0>;
34                 poll-interval = <100>;
35                 reset {
36                         label = "reset";
37                         gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
38                         linux,code = <KEY_RESTART>;
39                 };
40         };
41
42         gpio_export {
43                 compatible = "gpio-export";
44                 #size-cells = <0>;
45
46                 annexa {
47                         gpio-export,name = "annexa";
48                         gpio-export,output = <0>;
49                         gpios = <&gpio 12 GPIO_ACTIVE_HIGH>;
50                 };
51                 annexb {
52                         gpio-export,name = "annexb";
53                         gpio-export,output = <0>;
54                         gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
55                 };
56         };
57
58         gpio-leds {
59                 compatible = "gpio-leds";
60
61                 power_amber: power_amber {
62                         label = "dm200:amber:power";
63                         gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
64                 };
65                 power_green: power_green {
66                         label = "dm200:green:power";
67                         gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
68                 };
69
70                 lan_amber {
71                         label = "dm200:amber:lan";
72                         gpios = <&gpio 33 GPIO_ACTIVE_HIGH>;
73                 };
74                 lan_green {
75                         label = "dm200:green:lan";
76                         gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
77                 };
78
79                 dsl_amber {
80                         label = "dm200:amber:dsl";
81                         gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
82                 };
83                 dsl_green: dsl_green {
84                         label = "dm200:green:dsl";
85                         gpios = <&gpio 36 GPIO_ACTIVE_HIGH>;
86                 };
87         };
88 };
89
90 &eth0 {
91         lantiq,phys = <&gphy1>;
92
93         lan: interface@0 {
94                 compatible = "lantiq,xrx200-pdi";
95                 #address-cells = <1>;
96                 #size-cells = <0>;
97                 reg = <0>;
98
99                 ethernet@4 {
100                         compatible = "lantiq,xrx200-pdi-port";
101                         reg = <4>;
102                         phy-mode = "mii";
103                         phy-handle = <&phy13>;
104                 };
105         };
106
107         mdio {
108                 #address-cells = <1>;
109                 #size-cells = <0>;
110                 compatible = "lantiq,xrx200-mdio";
111
112                 phy13: ethernet-phy@13 {
113                         reg = <0x13>;
114                         compatible = "lantiq,phy22f", "ethernet-phy-ieee802.3-c22";
115                 };
116         };
117 };
118
119 &gphy1 {
120         lantiq,gphy-mode = <GPHY_MODE_FE>;
121 };
122
123 &gpio {
124         pinctrl-names = "default";
125         pinctrl-0 = <&state_default>;
126
127         state_default: pinmux {
128                 mdio {
129                         lantiq,groups = "mdio";
130                         lantiq,function = "mdio";
131                 };
132         };
133
134         pins_spi_default: pins_spi_default {
135                 spi_in {
136                         lantiq,groups = "spi_di";
137                         lantiq,function = "spi";
138                 };
139                 spi_out {
140                         lantiq,groups = "spi_do", "spi_clk", "spi_cs4";
141                         lantiq,function = "spi";
142                         lantiq,output = <1>;
143                 };
144         };
145 };
146
147 &pcie0 {
148         status = "disabled";
149 };
150
151 &spi {
152         status = "okay";
153
154         pinctrl-names = "default";
155         pinctrl-0 = <&pins_spi_default>;
156
157         m25p80@4 {
158                 #address-cells = <1>;
159                 #size-cells = <1>;
160                 compatible = "jedec,spi-nor";
161                 reg = <4>;
162                 spi-max-frequency = <10000000>;
163
164                 partitions {
165                         compatible = "fixed-partitions";
166                         #address-cells = <1>;
167                         #size-cells = <1>;
168
169                         partition@0 {
170                                 reg = <0x0 0x20000>;
171                                 label = "uboot";
172                                 read-only;
173                         };
174
175                         partition@20000 {
176                                 reg = <0x20000 0x10000>;
177                                 label = "gphyfirmware";
178                                 read-only;
179                         };
180
181                         partition@30000 {
182                                 reg = <0x30000 0x7b0000>;
183                                 label = "firmware";
184                         };
185
186                         partition@7e0000 {
187                                 reg = <0x7e0000 0x10000>;
188                                 label = "sysconfig";
189                                 read-only;
190                         };
191
192                         partition@7f0000 {
193                                 reg = <0x7f0000 0x2000>;
194                                 label = "ubootconfig";
195                                 read-only;
196                         };
197
198                         partition@7f2000 {
199                                 reg = <0x7f2000 0x1000>;
200                                 label = "ART";
201                                 read-only;
202                         };
203
204                         partition@7f3000 {
205                                 reg = <0x7f3000 0x1000>;
206                                 label = "pot";
207                                 read-only;
208                         };
209
210                         partition@7f4000 {
211                                 reg = <0x7f4000 0xc000>;
212                                 label = "ret";
213                                 read-only;
214                         };
215                 };
216         };
217 };