ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9558_allnet_all-wap02860ac.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca955x_senao_loader.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/leds/common.h>
8
9 / {
10 compatible = "allnet,all-wap02860ac", "qca,qca9558";
11 model = "ALLNET ALL-WAP02860AC";
12
13 aliases {
14 label-mac-device = &eth0;
15 led-boot = &led_power;
16 led-failsafe = &led_power;
17 led-running = &led_power;
18 led-upgrade = &led_power;
19 };
20
21 keys {
22 compatible = "gpio-keys";
23
24 reset {
25 label = "reset";
26 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
27 debounce-interval = <60>;
28 linux,code = <KEY_RESTART>;
29 };
30 };
31
32 leds {
33 compatible = "gpio-leds";
34
35 led_power: power {
36 function = LED_FUNCTION_POWER;
37 color = <LED_COLOR_ID_AMBER>;
38 gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
39 default-state = "on";
40 };
41
42 wlan2g {
43 label = "blue:wlan2g";
44 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
45 linux,default-trigger = "phy1tpt";
46 };
47
48 wlan5g {
49 label = "green:wlan5g";
50 gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
51 linux,default-trigger = "phy0tpt";
52 };
53
54 wps {
55 function = LED_FUNCTION_WPS;
56 color = <LED_COLOR_ID_BLUE>;
57 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
58 };
59 };
60 };
61
62 &eth0 {
63 status = "okay";
64
65 nvmem-cells = <&macaddr_art_0>;
66 nvmem-cell-names = "mac-address";
67
68 phy-handle = <&phy5>;
69 phy-mode = "rgmii-id";
70
71 pll-data = <0x82000000 0x80000101 0x80001313>;
72 };
73
74 &mdio0 {
75 status = "okay";
76
77 phy5: ethernet-phy@5 {
78 reg = <5>;
79 eee-broken-100tx;
80 eee-broken-1000t;
81 };
82 };
83
84 &partitions {
85 art: partition@ff0000 {
86 label = "art";
87 reg = <0xff0000 0x010000>;
88 read-only;
89
90 nvmem-layout {
91 compatible = "fixed-layout";
92 #address-cells = <1>;
93 #size-cells = <1>;
94
95 macaddr_art_0: macaddr@0 {
96 compatible = "mac-base";
97 reg = <0x0 0x6>;
98 #nvmem-cell-cells = <1>;
99 };
100
101 cal_art_5000: calibration@5000 {
102 reg = <0x5000 0x844>;
103 };
104 };
105 };
106 };
107
108 &wmac {
109 status = "okay";
110
111 mtd-cal-data = <&art 0x1000>;
112 nvmem-cells = <&macaddr_art_0 1>;
113 nvmem-cell-names = "mac-address";
114 };
115
116 &pcie0 {
117 status = "okay";
118
119 wifi@0,0 {
120 compatible = "qcom,ath10k";
121 reg = <0x0000 0 0 0 0>;
122 nvmem-cells = <&cal_art_5000>, <&macaddr_art_0 2>;
123 nvmem-cell-names = "calibration", "mac-address";
124 };
125 };