lantiq: remove "init" kernel command line parameter from bootargs
[openwrt/openwrt.git] / target / linux / lantiq / dts / ARV4519PW.dts
1 /dts-v1/;
2
3 #include "danube.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "ARV4519PW - Vodafone Netfaster IAD 2, Pirelli P.RG A4201G";
9
10 aliases {
11 led-boot = &power_green;
12 led-failsafe = &power_red;
13 led-running = &power_green;
14
15 led-dsl = &dsl;
16 led-internet = &internet_green;
17 led-usb = &usb;
18 led-wifi = &wifi;
19 };
20
21 memory@0 {
22 reg = <0x0 0x2000000>;
23 };
24
25 sram@1F000000 {
26 vmmc@107000 {
27 status = "okay";
28 gpios = <&gpio 31 GPIO_ACTIVE_HIGH>;
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 0x2000000>;
38 #address-cells = <1>;
39 #size-cells = <1>;
40
41 partitions {
42 compatible = "fixed-partitions";
43 #address-cells = <1>;
44 #size-cells = <1>;
45
46 partition@0 {
47 label = "uboot";
48 reg = <0x00000 0x10000>;
49 read-only;
50 };
51
52 partition@10000 {
53 label = "uboot_env";
54 reg = <0x10000 0x10000>;
55 };
56
57 partition@20000 {
58 label = "firmware";
59 reg = <0x20000 0x3d0000>;
60 };
61
62 boardconfig: partition@3f0000 {
63 label = "boardconfig";
64 reg = <0x3f0000 0x10000>;
65 read-only;
66 };
67 };
68 };
69
70 gpiomm: gpiomm@4000000 {
71 compatible = "lantiq,gpio-mm";
72 reg = <1 0x0 0x10 >;
73 #address-cells = <1>;
74 #size-cells = <1>;
75 #gpio-cells = <2>;
76 gpio-controller;
77 lantiq,shadow = <0x400>;
78 };
79 };
80
81 gpio: pinmux@E100B10 {
82 pinctrl-names = "default";
83 pinctrl-0 = <&state_default>;
84
85 state_default: pinmux {
86 ebu {
87 lantiq,groups = "ebu cs1";
88 lantiq,function = "ebu";
89 };
90 };
91 };
92
93 etop@E180000 {
94 phy-mode = "mii";
95 mtd-mac-address = <&boardconfig 0x16>;
96 };
97
98 ifxhcd@E101000 {
99 status = "okay";
100 gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
101 };
102
103 pci@E105400 {
104 status = "okay";
105 lantiq,external-clock;
106 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
107 req-mask = <0xf>;
108 };
109 };
110
111 gpio-keys-polled {
112 compatible = "gpio-keys-polled";
113 #address-cells = <1>;
114 #size-cells = <0>;
115 poll-interval = <100>;
116
117 rfkill {
118 label = "rfkill";
119 gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
120 linux,code = <KEY_RFKILL>;
121 };
122 reset {
123 label = "reset";
124 gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
125 linux,code = <KEY_RESTART>;
126 };
127 };
128
129 gpio-leds {
130 compatible = "gpio-leds";
131
132 power_green: power {
133 label = "arv4519pw:green:power";
134 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
135 default-state = "keep";
136 };
137 power_red: power2 {
138 label = "arv4519pw:red:power";
139 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
140 };
141 wifi: wifi {
142 label = "arv4519pw:green:wlan";
143 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
144 };
145 dsl: dsl {
146 label = "arv4519pw:green:dsl";
147 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
148 };
149 internet_green: online {
150 label = "arv4519pw:green:internet";
151 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
152 };
153 online2 {
154 label = "arv4519pw:red:internet";
155 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
156 };
157 usb: usb {
158 label = "arv4519pw:green:usb";
159 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
160 };
161 voip {
162 label = "arv4519pw:green:voip";
163 gpios = <&gpiomm 0 GPIO_ACTIVE_LOW>;
164 };
165 fxs1 {
166 label = "arv4519pw:green:phone1";
167 gpios = <&gpiomm 1 GPIO_ACTIVE_LOW>;
168 };
169 fxs2 {
170 label = "arv4519pw:green:phone2";
171 gpios = <&gpiomm 2 GPIO_ACTIVE_LOW>;
172 };
173 fxo {
174 label = "arv4519pw:green:line";
175 gpios = <&gpiomm 3 GPIO_ACTIVE_LOW>;
176 };
177 wps2 {
178 label = "arv4519pw:green:wps";
179 gpios = <&gpiomm 4 GPIO_ACTIVE_LOW>;
180 };
181 wps {
182 label = "arv4519pw:orange:wps";
183 gpios = <&gpiomm 5 GPIO_ACTIVE_LOW>;
184 };
185 wps3 {
186 label = "arv4519pw:red:wps";
187 gpios = <&gpiomm 6 GPIO_ACTIVE_LOW>;
188 };
189 };
190 };