lantiq: remove "init" kernel command line parameter from bootargs
[openwrt/openwrt.git] / target / linux / lantiq / dts / ARV7525PW.dts
1 /dts-v1/;
2
3 #include "danube.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "ARV7525PW - Speedport W303V Typ A";
9
10 aliases {
11 led-boot = &power_green;
12 led-failsafe = &power_red;
13 led-running = &power_green;
14
15 led-dsl = &power_green;
16 led-internet = &online;
17 led-wifi = &wifi;
18 };
19
20 memory@0 {
21 reg = <0x0 0x2000000>;
22 };
23
24 sram@1F000000 {
25 vmmc@107000 {
26 status = "okay";
27 gpios = <&gpio 31 GPIO_ACTIVE_HIGH>;
28 };
29 };
30
31 fpi@10000000 {
32 localbus@0 {
33 nor-boot@0 {
34 compatible = "lantiq,nor";
35 bank-width = <2>;
36 reg = <0 0x0 0x2000000>;
37 #address-cells = <1>;
38 #size-cells = <1>;
39
40 partitions {
41 compatible = "fixed-partitions";
42 #address-cells = <1>;
43 #size-cells = <1>;
44
45 partition@0 {
46 label = "uboot";
47 reg = <0x00000 0x10000>;
48 read-only;
49 };
50
51 partition@10000 {
52 label = "uboot_env";
53 reg = <0x10000 0x10000>;
54 read-only;
55 };
56
57 partition@20000 {
58 label = "firmware";
59 reg = <0x20000 0x3d0000>;
60 };
61
62 boardconfig: partition@400000 {
63 label = "board_config";
64 reg = <0x3f0000 0x10000>;
65 read-only;
66 };
67 };
68 };
69 };
70
71 gpio: pinmux@E100B10 {
72 pinctrl-names = "default";
73 pinctrl-0 = <&state_default>;
74
75 state_default: pinmux {
76 exin {
77 lantiq,groups = "exin1";
78 lantiq,function = "exin";
79 };
80 pci {
81 lantiq,groups = "gnt1", "req1";
82 lantiq,function = "pci";
83 };
84 };
85 };
86
87 etop@E180000 {
88 phy-mode = "mii";
89 mtd-mac-address = <&boardconfig 0x16>;
90 };
91 };
92
93 gpio-keys-polled {
94 compatible = "gpio-keys-polled";
95 #address-cells = <1>;
96 #size-cells = <0>;
97 poll-interval = <100>;
98
99 wps {
100 label = "wps";
101 gpios = <&gpio 29 GPIO_ACTIVE_LOW>;
102 linux,code = <KEY_WPS_BUTTON>;
103 };
104 reset {
105 label = "reset";
106 gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
107 linux,code = <KEY_RESTART>;
108 };
109 };
110
111 gpio-leds {
112 compatible = "gpio-leds";
113 power_green: power {
114 label = "arv7525pw:green:power";
115 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
116 default-state = "keep";
117 };
118 power_red: power1 {
119 label = "arv7525pw:red:power";
120 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
121 };
122 online: online {
123 label = "arv7525pw:green:online";
124 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
125 };
126 voice {
127 label = "arv7525pw:green:telefonie";
128 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
129 };
130 voice2 {
131 label = "arv7525pw:red:telefonie";
132 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
133 };
134 wifi: wifi {
135 label = "arv7525pw:green:wlan";
136 gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
137 };
138 };
139 };
140
141 &pci0 {
142 status = "okay";
143 interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
144
145 wifi@0,0 {
146 compatible = "pci0,0";
147 reg = <0x7000 0 0 0 0>;
148 ralink,mtd-eeprom = <&boardconfig 0x410>;
149 };
150 };