ath25: switch default kernel to 5.15
[openwrt/staging/wigyori.git] / target / linux / ipq806x / files-5.10 / arch / arm / boot / dts / qcom-ipq8065-r7800.dts
1 #include "qcom-ipq8065-nighthawk.dtsi"
2
3 / {
4 model = "Netgear Nighthawk X4S R7800";
5 compatible = "netgear,r7800", "qcom,ipq8065", "qcom,ipq8064";
6 };
7
8 &leds {
9 usb1 {
10 label = "white:usb1";
11 gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
12 };
13
14 usb2 {
15 label = "white:usb2";
16 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
17 };
18
19 esata {
20 label = "white:esata";
21 gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
22 };
23 };
24
25 &partitions {
26 partition@1880000 {
27 label = "ubi";
28 reg = <0x1880000 0x6080000>;
29 };
30
31 partition@7900000 {
32 label = "reserve";
33 reg = <0x7900000 0x0700000>;
34 read-only;
35 };
36 };
37
38 &wifi0 {
39 nvmem-cells = <&macaddr_art_6>, <&precal_art_1000>;
40 nvmem-cell-names = "mac-address", "pre-calibration";
41 mac-address-increment = <(1)>;
42 };
43
44 &wifi1 {
45 nvmem-cells = <&macaddr_art_6>, <&precal_art_5000>;
46 nvmem-cell-names = "mac-address", "pre-calibration";
47 mac-address-increment = <(2)>;
48 };