uclient: update to Git HEAD (2024-04-19)
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_mikrotik_routerboard-921gs-5hpacd-15s.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9558_mikrotik_routerboard-92x.dtsi"
5
6 / {
7 compatible = "mikrotik,routerboard-921gs-5hpacd-15s", "qca,qca9558";
8 model = "MikroTik RouterBOARD 921GS-5HPacD-15s";
9
10 ath10k-leds {
11 compatible = "gpio-leds";
12
13 wlan5g {
14 label = "mikrotik:green:wlan5g";
15 gpios = <&ath10k 0 GPIO_ACTIVE_LOW>;
16 linux,default-trigger = "phy0tpt";
17 };
18 };
19 };
20
21 &pcie1 {
22 status = "okay";
23
24 ath10k: wifi@0,0 {
25 compatible = "qcom,ath10k";
26 reg = <0 0 0 0 0>;
27 #gpio-cells = <2>;
28 gpio-controller;
29 };
30 };