mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
30 lines
556 B
Plaintext
30 lines
556 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "qca9558_mikrotik_routerboard-92x.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "mikrotik,routerboard-921gs-5hpacd-15s", "qca,qca9558";
|
||
|
model = "MikroTik RouterBOARD 921GS-5HPacD-15s";
|
||
|
|
||
|
ath10k-leds {
|
||
|
compatible = "gpio-leds";
|
||
|
|
||
|
wlan5g {
|
||
|
label = "mikrotik:green:wlan5g";
|
||
|
gpios = <&ath10k 0 GPIO_ACTIVE_LOW>;
|
||
|
linux,default-trigger = "phy0tpt";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&pcie1 {
|
||
|
status = "okay";
|
||
|
|
||
|
ath10k: wifi@0,0 {
|
||
|
compatible = "qcom,ath10k";
|
||
|
reg = <0 0 0 0 0>;
|
||
|
#gpio-cells = <2>;
|
||
|
gpio-controller;
|
||
|
};
|
||
|
};
|