lantiq: remove "init" kernel command line parameter from bootargs
[openwrt/openwrt.git] / target / linux / lantiq / dts / ARV4510PW.dts
1 /dts-v1/;
2
3 #include "danube.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "ARV4510PW - Wippies, Elisa";
9
10 aliases {
11 led-boot = &power;
12 led-failsafe = &power2;
13 led-running = &power;
14
15 led-dsl = &adsl;
16 led-internet = &internet;
17 led-usb = &usb;
18 led-usb2 = &usb2;
19 led-wifi = &wifi;
20 };
21
22 memory@0 {
23 reg = <0x0 0x2000000>;
24 };
25
26 sram@1F000000 {
27 vmmc@107000 {
28 status = "okay";
29 };
30 };
31
32 fpi@10000000 {
33 localbus@0 {
34 nor-boot@0 {
35 compatible = "lantiq,nor";
36 bank-width = <2>;
37 reg = <0 0x0 0x1000000>;
38 #address-cells = <1>;
39 #size-cells = <1>;
40
41 lantiq,noxip;
42
43 partitions {
44 compatible = "fixed-partitions";
45 #address-cells = <1>;
46 #size-cells = <1>;
47
48 partition@0 {
49 label = "uboot";
50 reg = <0x00000 0x40000>;
51 read-only;
52 };
53
54 partition@40000 {
55 label = "uboot_env";
56 reg = <0x40000 0x20000>;
57 read-only;
58 };
59
60 partition@60000 {
61 label = "firmware";
62 reg = <0x60000 0xfa0000>;
63 };
64 };
65 };
66 };
67 gpio: pinmux@E100B10 {
68 pinctrl-names = "default";
69 pinctrl-0 = <&state_default>;
70
71 state_default: pinmux {
72 ebu {
73 lantiq,groups = "ebu a23";
74 lantiq,function = "ebu";
75 lantiq,open-drain = <0>;
76 lantiq,output = <1>;
77 };
78 stp {
79 lantiq,groups = "stp";
80 lantiq,function = "stp";
81 lantiq,open-drain = <0>;
82 lantiq,output = <1>;
83 };
84 exin {
85 lantiq,groups = "exin1", "exin2";
86 lantiq,function = "exin";
87 lantiq,output = <0>;
88 };
89 pci_in {
90 lantiq,groups = "req1", "req2";
91 lantiq,function = "pci";
92 lantiq,output = <0>;
93 };
94 pci_out {
95 lantiq,groups = "gnt1", "gnt2";
96 lantiq,function = "pci";
97 lantiq,open-drain = <0>;
98 lantiq,pull = <0>;
99 lantiq,output = <1>;
100 };
101 pci_rst {
102 lantiq,pins = "io21";
103 lantiq,open-drain = <0>;
104 lantiq,output = <1>;
105 };
106 buttons {
107 lantiq,pins = "io3", "io14";
108 lantiq,pull = <2>;
109 lantiq,output = <0>;
110 };
111 };
112 };
113
114 gpios: stp@E100BB0 {
115 status = "okay";
116 lantiq,groups = <0x7>;
117 };
118
119 etop@E180000 {
120 phy-mode = "rmii";
121 };
122
123 pci@E105400 {
124 status = "okay";
125 lantiq,external-clock;
126 interrupt-map = <
127 0x6000 0 0 1 &icu0 135
128 0x7800 0 0 1 &icu0 66
129 0x7800 0 0 2 &icu0 66
130 0x7800 0 0 3 &icu0 66
131 >;
132 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
133 req-mask = <0x7>;
134 };
135 };
136
137 gpio-keys-polled {
138 compatible = "gpio-keys-polled";
139 #address-cells = <1>;
140 #size-cells = <0>;
141 poll-interval = <100>;
142
143 wps {
144 label = "wps";
145 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
146 linux,code = <KEY_WPS_BUTTON>;
147 };
148 reset {
149 label = "reset";
150 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
151 linux,code = <KEY_RESTART>;
152 };
153 };
154
155 gpio-leds {
156 compatible = "gpio-leds";
157 power: power {
158 label = "power";
159 gpios = <&gpios 21 GPIO_ACTIVE_HIGH>;
160 default-state = "keep";
161 };
162 power2: power2 {
163 label = "power2";
164 gpios = <&gpios 20 GPIO_ACTIVE_HIGH>;
165 };
166 lan1 {
167 label = "lan1";
168 gpios = <&gpios 19 GPIO_ACTIVE_HIGH>;
169 };
170 lan2 {
171 label = "lan2";
172 gpios = <&gpios 18 GPIO_ACTIVE_HIGH>;
173 };
174 lan3 {
175 label = "lan3";
176 gpios = <&gpios 17 GPIO_ACTIVE_HIGH>;
177 };
178 lan4 {
179 label = "lan4";
180 gpios = <&gpios 16 GPIO_ACTIVE_HIGH>;
181 };
182 wifi: wifi {
183 label = "wifi";
184 gpios = <&gpios 15 GPIO_ACTIVE_HIGH>;
185 };
186 adsl: adsl {
187 label = "adsl";
188 gpios = <&gpios 14 GPIO_ACTIVE_HIGH>;
189 };
190 internet: internet {
191 label = "internet";
192 gpios = <&gpios 13 GPIO_ACTIVE_HIGH>;
193 };
194 internet2 {
195 label = "internet2";
196 gpios = <&gpios 12 GPIO_ACTIVE_HIGH>;
197 };
198 voip {
199 label = "voip";
200 gpios = <&gpios 11 GPIO_ACTIVE_HIGH>;
201 };
202 phone {
203 label = "phone";
204 gpios = <&gpios 10 GPIO_ACTIVE_HIGH>;
205 };
206 phone2 {
207 label = "phone2";
208 gpios = <&gpios 9 GPIO_ACTIVE_HIGH>;
209 };
210 usb: usb {
211 label = "usb";
212 gpios = <&gpios 8 GPIO_ACTIVE_HIGH>;
213 };
214 usb2: usb2 {
215 label = "usb2";
216 gpios = <&gpios 7 GPIO_ACTIVE_HIGH>;
217 };
218 usb3 {
219 label = "usb3";
220 gpios = <&gpios 6 GPIO_ACTIVE_HIGH>;
221 };
222 unlabeled {
223 label = "unlabeled";
224 gpios = <&gpios 5 GPIO_ACTIVE_HIGH>;
225 };
226 };
227 };