ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9558_mikrotik_routerboard-922uags-5hpacd.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9558_mikrotik_routerboard-92x.dtsi"
4
5 / {
6 compatible = "mikrotik,routerboard-922uags-5hpacd", "qca,qca9558";
7 model = "MikroTik RouterBOARD 922UAGS-5HPacD";
8
9 ath10k-leds {
10 compatible = "gpio-leds";
11
12 wlan5g {
13 label = "green:wlan5g";
14 gpios = <&ath10k 0 GPIO_ACTIVE_LOW>;
15 linux,default-trigger = "phy0tpt";
16 };
17 };
18
19 gpio-export {
20 gpio_usb_power {
21 gpio-export,name = "mikrotik:power:usb";
22 gpio-export,output = <0>;
23 gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
24 };
25 };
26 };
27
28 &mdio1 {
29 status = "okay";
30 };
31
32 &eth1 {
33 status = "okay";
34 };
35
36 &pcie0 {
37 status = "okay";
38
39 ath10k: wifi@0,0 {
40 compatible = "qcom,ath10k";
41 reg = <0 0 0 0 0>;
42 #gpio-cells = <2>;
43 gpio-controller;
44 };
45 };
46
47 &pcie1 {
48 status = "okay";
49 };
50
51 &usb0 {
52 status = "okay";
53 };
54
55 &usb_phy0 {
56 status = "okay";
57 };
58
59 &usb1 {
60 status = "okay";
61 };
62
63 &usb_phy1 {
64 status = "okay";
65 };