4353aec7ac090652459dde2edc906fa4f2984207
[openwrt/staging/hauke.git] / target / linux / ipq806x / files / arch / arm / boot / dts / qcom-ipq8065-xr450.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qcom-ipq8065-nighthawk.dtsi"
4
5 / {
6 model = "Netgear Nighthawk XR450";
7 compatible = "netgear,xr450", "qcom,ipq8065", "qcom,ipq8064";
8
9 };
10
11 &leds {
12 usb1 {
13 label = "white:usb1";
14 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
15 };
16
17 usb2 {
18 label = "white:usb2";
19 gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
20 };
21 };
22
23 &partitions {
24 partition@1880000 {
25 label = "ubi";
26 reg = <0x1880000 0xce00000>;
27 };
28
29 partition@e680000 {
30 label = "reserve";
31 reg = <0xe680000 0x0780000>;
32 read-only;
33 };
34 };
35
36 &wifi0 {
37 nvmem-cells = <&macaddr_art_c>, <&precal_art_1000>;
38 nvmem-cell-names = "mac-address", "pre-calibration";
39 };
40
41 &wifi1 {
42 nvmem-cells = <&macaddr_art_0>, <&precal_art_5000>;
43 nvmem-cell-names = "mac-address", "pre-calibration";
44 };
45
46 &art {
47 macaddr_art_c: macaddr@c {
48 reg = <0xc 0x6>;
49 };
50 };