ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9558_mikrotik_routerboard-921gs-5hpacd-15s.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-921gs-5hpacd-15s", "qca,qca9558";
7 model = "MikroTik RouterBOARD 921GS-5HPacD-15s";
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 &mdio1 {
21 status = "okay";
22 };
23
24 &eth1 {
25 status = "okay";
26 };
27
28 &pcie1 {
29 status = "okay";
30
31 ath10k: wifi@0,0 {
32 compatible = "qcom,ath10k";
33 reg = <0 0 0 0 0>;
34 #gpio-cells = <2>;
35 gpio-controller;
36 };
37 };