lantiq: dts: assign the MDIO pins to the gsw node
[openwrt/staging/rmilecki.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 keys {
31 compatible = "gpio-keys-polled";
32 poll-interval = <100>;
33 reset {
34 label = "reset";
35 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
36 linux,code = <KEY_RESTART>;
37 };
38 };
39
40 gpio_export {
41 compatible = "gpio-export";
42 #size-cells = <0>;
43
44 annexa {
45 gpio-export,name = "annexa";
46 gpio-export,output = <0>;
47 gpios = <&gpio 12 GPIO_ACTIVE_HIGH>;
48 };
49 annexb {
50 gpio-export,name = "annexb";
51 gpio-export,output = <0>;
52 gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
53 };
54 };
55
56 leds {
57 compatible = "gpio-leds";
58
59 power_amber: power_amber {
60 label = "dm200:amber:power";
61 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
62 };
63 power_green: power_green {
64 label = "dm200:green:power";
65 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
66 };
67
68 lan_amber {
69 label = "dm200:amber:lan";
70 gpios = <&gpio 33 GPIO_ACTIVE_HIGH>;
71 };
72 lan_green {
73 label = "dm200:green:lan";
74 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
75 };
76
77 dsl_amber {
78 label = "dm200:amber:dsl";
79 gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
80 };
81 dsl_green: dsl_green {
82 label = "dm200:green:dsl";
83 gpios = <&gpio 36 GPIO_ACTIVE_HIGH>;
84 };
85 };
86 };
87
88 &eth0 {
89 lantiq,phys = <&gphy1>;
90
91 lan: interface@0 {
92 compatible = "lantiq,xrx200-pdi";
93 #address-cells = <1>;
94 #size-cells = <0>;
95 reg = <0>;
96
97 ethernet@4 {
98 compatible = "lantiq,xrx200-pdi-port";
99 reg = <4>;
100 phy-mode = "mii";
101 phy-handle = <&phy13>;
102 };
103 };
104
105 mdio {
106 #address-cells = <1>;
107 #size-cells = <0>;
108 compatible = "lantiq,xrx200-mdio";
109
110 phy13: ethernet-phy@13 {
111 reg = <0x13>;
112 compatible = "lantiq,phy22f", "ethernet-phy-ieee802.3-c22";
113 };
114 };
115 };
116
117 &gphy1 {
118 lantiq,gphy-mode = <GPHY_MODE_FE>;
119 };
120
121 &gpio {
122 pins_spi_default: pins_spi_default {
123 spi_in {
124 lantiq,groups = "spi_di";
125 lantiq,function = "spi";
126 };
127 spi_out {
128 lantiq,groups = "spi_do", "spi_clk", "spi_cs4";
129 lantiq,function = "spi";
130 lantiq,output = <1>;
131 };
132 };
133 };
134
135 &pcie0 {
136 status = "disabled";
137 };
138
139 &spi {
140 status = "okay";
141
142 pinctrl-names = "default";
143 pinctrl-0 = <&pins_spi_default>;
144
145 flash@4 {
146 compatible = "jedec,spi-nor";
147 reg = <4>;
148 spi-max-frequency = <10000000>;
149
150 partitions {
151 #address-cells = <1>;
152 #size-cells = <1>;
153 compatible = "fixed-partitions";
154
155 partition@0 {
156 reg = <0x0 0x20000>;
157 label = "uboot";
158 read-only;
159 };
160
161 partition@20000 {
162 reg = <0x20000 0x10000>;
163 label = "gphyfirmware";
164 read-only;
165 };
166
167 partition@30000 {
168 reg = <0x30000 0x7b0000>;
169 label = "firmware";
170 };
171
172 partition@7e0000 {
173 reg = <0x7e0000 0x10000>;
174 label = "sysconfig";
175 read-only;
176 };
177
178 partition@7f0000 {
179 reg = <0x7f0000 0x2000>;
180 label = "ubootconfig";
181 read-only;
182 };
183
184 partition@7f2000 {
185 reg = <0x7f2000 0x1000>;
186 label = "ART";
187 read-only;
188 };
189
190 partition@7f3000 {
191 reg = <0x7f3000 0x1000>;
192 label = "pot";
193 read-only;
194 };
195
196 partition@7f4000 {
197 reg = <0x7f4000 0xc000>;
198 label = "ret";
199 read-only;
200 };
201 };
202 };
203 };