ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9558_mikrotik_routerboard-911g-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-911g-5hpacd", "qca,qca9558";
7 model = "MikroTik RouterBOARD 911G-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
20 &pcie1 {
21 status = "okay";
22
23 ath10k: wifi@0,0 {
24 compatible = "qcom,ath10k";
25 reg = <0 0 0 0 0>;
26 #gpio-cells = <2>;
27 gpio-controller;
28 };
29 };