// 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 = "green:wlan5g";
			gpios = <&ath10k 0 GPIO_ACTIVE_LOW>;
			linux,default-trigger = "phy0tpt";
		};
	};
};

&mdio1 {
	status = "okay";
};

&eth1 {
	status = "okay";
};

&pcie1 {
	status = "okay";

	ath10k: wifi@0,0 {
		compatible = "qcom,ath10k";
		reg = <0 0 0 0 0>;
		#gpio-cells = <2>;
		gpio-controller;
	};
};