ipq806x: 6.1: refresh dts
[openwrt/staging/ldir.git] / target / linux / ipq806x / files-6.1 / arch / arm / boot / dts / qcom-ipq8065-nbg6817.dts
1 #include "qcom-ipq8065-smb208.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "ZyXEL NBG6817";
7 compatible = "zyxel,nbg6817", "qcom,ipq8065", "qcom,ipq8064";
8
9 memory@0 {
10 reg = <0x42000000 0x1e000000>;
11 device_type = "memory";
12 };
13
14 aliases {
15 mdio-gpio0 = &mdio0;
16 sdcc1 = &sdcc1;
17
18 led-boot = &power;
19 led-failsafe = &power;
20 led-running = &power;
21 led-upgrade = &power;
22 };
23
24 chosen {
25 bootargs = "rootfstype=squashfs,ext4 rootwait noinitrd fstools_ignore_partname=1";
26 append-rootblock = "root=/dev/mmcblk0p";
27 };
28
29 keys {
30 compatible = "gpio-keys";
31 pinctrl-0 = <&button_pins>;
32 pinctrl-names = "default";
33
34 wifi {
35 label = "wifi";
36 gpios = <&qcom_pinmux 53 GPIO_ACTIVE_LOW>;
37 linux,code = <KEY_RFKILL>;
38 linux,input-type = <EV_SW>;
39 debounce-interval = <60>;
40 wakeup-source;
41 };
42
43 reset {
44 label = "reset";
45 gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
46 linux,code = <KEY_RESTART>;
47 debounce-interval = <60>;
48 wakeup-source;
49 };
50
51 wps {
52 label = "wps";
53 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
54 linux,code = <KEY_WPS_BUTTON>;
55 debounce-interval = <60>;
56 wakeup-source;
57 };
58 };
59
60 leds {
61 compatible = "gpio-leds";
62 pinctrl-0 = <&led_pins>;
63 pinctrl-names = "default";
64
65 internet {
66 label = "white:internet";
67 gpios = <&qcom_pinmux 64 GPIO_ACTIVE_HIGH>;
68 };
69
70 power: power {
71 label = "white:power";
72 gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
73 default-state = "keep";
74 };
75
76 wifi2g {
77 label = "amber:wifi2g";
78 gpios = <&qcom_pinmux 33 GPIO_ACTIVE_HIGH>;
79 };
80
81 /* wifi2g amber from the manual is missing */
82
83 wifi5g {
84 label = "amber:wifi5g";
85 gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
86 };
87
88 /* wifi5g amber from the manual is missing */
89 };
90 };
91
92 &qcom_pinmux {
93 button_pins: button_pins {
94 mux {
95 pins = "gpio53", "gpio54", "gpio65";
96 function = "gpio";
97 drive-strength = <2>;
98 bias-pull-up;
99 };
100 };
101
102 led_pins: led_pins {
103 mux {
104 pins = "gpio9", "gpio26", "gpio33", "gpio64";
105 function = "gpio";
106 drive-strength = <2>;
107 bias-pull-down;
108 };
109 };
110
111 mdio0_pins: mdio0-pins {
112 clk {
113 pins = "gpio1";
114 input-disable;
115 };
116 };
117
118 rgmii2_pins: rgmii2-pins {
119 tx {
120 pins = "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32" ;
121 input-disable;
122 };
123 };
124
125 spi_pins: spi_pins {
126 cs {
127 pins = "gpio20";
128 drive-strength = <12>;
129 };
130 };
131
132 usb0_pwr_en_pins: usb0_pwr_en_pins {
133 mux {
134 pins = "gpio16", "gpio17";
135 function = "gpio";
136 drive-strength = <12>;
137 };
138
139 pwr {
140 pins = "gpio17";
141 bias-pull-down;
142 output-high;
143 };
144
145 ovc {
146 pins = "gpio16";
147 bias-pull-up;
148 };
149 };
150
151 usb1_pwr_en_pins: usb1_pwr_en_pins {
152 mux {
153 pins = "gpio14", "gpio15";
154 function = "gpio";
155 drive-strength = <12>;
156 };
157
158 pwr {
159 pins = "gpio14";
160 bias-pull-down;
161 output-high;
162 };
163
164 ovc {
165 pins = "gpio15";
166 bias-pull-up;
167 };
168 };
169 };
170
171 &gsbi5 {
172 qcom,mode = <GSBI_PROT_SPI>;
173 status = "okay";
174
175 spi4: spi@1a280000 {
176 status = "okay";
177
178 pinctrl-0 = <&spi_pins>;
179 pinctrl-names = "default";
180
181 cs-gpios = <&qcom_pinmux 20 GPIO_ACTIVE_HIGH>;
182
183 m25p80@0 {
184 compatible = "jedec,spi-nor";
185 #address-cells = <1>;
186 #size-cells = <1>;
187 spi-max-frequency = <51200000>;
188 reg = <0>;
189
190 partitions {
191 compatible = "qcom,smem-part";
192 };
193 };
194 };
195 };
196
197 &hs_phy_0 {
198 status = "okay";
199 };
200
201 &ss_phy_0 {
202 status = "okay";
203 };
204
205 &usb3_0 {
206 status = "okay";
207
208 pinctrl-0 = <&usb0_pwr_en_pins>;
209 pinctrl-names = "default";
210 };
211
212 &hs_phy_1 {
213 status = "okay";
214 };
215
216 &ss_phy_1 {
217 status = "okay";
218 };
219
220 &usb3_1 {
221 status = "okay";
222
223 pinctrl-0 = <&usb1_pwr_en_pins>;
224 pinctrl-names = "default";
225 };
226
227 &pcie0 {
228 status = "okay";
229 reset-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
230 pinctrl-0 = <&pcie0_pins>;
231 pinctrl-names = "default";
232 };
233
234 &pcie1 {
235 status = "okay";
236 reset-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
237 pinctrl-0 = <&pcie1_pins>;
238 pinctrl-names = "default";
239 max-link-speed = <1>;
240 };
241
242 &mdio0 {
243 status = "okay";
244
245 pinctrl-0 = <&mdio0_pins>;
246 pinctrl-names = "default";
247
248
249 phy0: ethernet-phy@0 {
250 reg = <0>;
251 qca,ar8327-initvals = <
252 0x00004 0x7600000 /* PAD0_MODE */
253 0x00008 0x1000000 /* PAD5_MODE */
254 0x0000c 0x80 /* PAD6_MODE */
255 0x000e4 0xaa545 /* MAC_POWER_SEL */
256 0x000e0 0xc74164de /* SGMII_CTRL */
257 0x0007c 0x4e /* PORT0_STATUS */
258 0x00094 0x4e /* PORT6_STATUS */
259 0x00970 0x1e864443 /* QM_PORT0_CTRL0 */
260 0x00974 0x000001c6 /* QM_PORT0_CTRL1 */
261 0x00978 0x19008643 /* QM_PORT1_CTRL0 */
262 0x0097c 0x000001c6 /* QM_PORT1_CTRL1 */
263 0x00980 0x19008643 /* QM_PORT2_CTRL0 */
264 0x00984 0x000001c6 /* QM_PORT2_CTRL1 */
265 0x00988 0x19008643 /* QM_PORT3_CTRL0 */
266 0x0098c 0x000001c6 /* QM_PORT3_CTRL1 */
267 0x00990 0x19008643 /* QM_PORT4_CTRL0 */
268 0x00994 0x000001c6 /* QM_PORT4_CTRL1 */
269 0x00998 0x1e864443 /* QM_PORT5_CTRL0 */
270 0x0099c 0x000001c6 /* QM_PORT5_CTRL1 */
271 0x009a0 0x1e864443 /* QM_PORT6_CTRL0 */
272 0x009a4 0x000001c6 /* QM_PORT6_CTRL1 */
273 >;
274 };
275
276 phy4: ethernet-phy@4 {
277 reg = <4>;
278 qca,ar8327-initvals = <
279 0x000e4 0x6a545 /* MAC_POWER_SEL */
280 0x0000c 0x80 /* PAD6_MODE */
281 >;
282 };
283 };
284
285 &gmac1 {
286 status = "okay";
287 phy-mode = "rgmii";
288 qcom,id = <1>;
289 qcom,phy_mdio_addr = <4>;
290 qcom,poll_required = <0>;
291 qcom,rgmii_delay = <1>;
292 qcom,phy_mii_type = <0>;
293 qcom,emulation = <0>;
294 qcom,irq = <255>;
295 mdiobus = <&mdio0>;
296
297 pinctrl-0 = <&rgmii2_pins>;
298 pinctrl-names = "default";
299
300 fixed-link {
301 speed = <1000>;
302 full-duplex;
303 };
304 };
305
306 &gmac2 {
307 status = "okay";
308 phy-mode = "sgmii";
309 qcom,id = <2>;
310 qcom,phy_mdio_addr = <0>; /* none */
311 qcom,poll_required = <0>; /* no polling */
312 qcom,rgmii_delay = <0>;
313 qcom,phy_mii_type = <1>;
314 qcom,emulation = <0>;
315 qcom,irq = <258>;
316 mdiobus = <&mdio0>;
317
318 fixed-link {
319 speed = <1000>;
320 full-duplex;
321 };
322 };
323
324 &sdcc1 {
325 status = "okay";
326 };
327
328 &adm_dma {
329 status = "okay";
330 };