Files
openwrt/target/linux/qualcommax/dts/ipq6018-eap623-outdoor-hd-v1.dts
T
Shiji Yang 36a818b413 qualcommax: move EAP623 Outdoor dts to the correct folder
The device dts files were moved to the dedicated directory in commit
a66e30631c ("qualcommax: move Device DTS to dedicated DTS directory"),
which resulted in a merge conflict.

Fixes: d755c49f7a ("qualcommax: ipq60xx: rename TP-Link EAP623-Outdoor HD v1 compatible")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22433
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-03-15 15:23:02 +01:00

22 lines
475 B
Devicetree

// SPDX-License-Identifier: MIT, GPL-2.0 or later
/* Copyright (c) 2025, Yang Xiwen <forbidden405@outlook.com> */
/dts-v1/;
#include "ipq6018-tplink-eap6xx-outdoor.dtsi"
/ {
model = "TP-Link EAP623-Outdoor HD V1.0";
compatible = "tplink,eap623-outdoor-hd-v1", "qcom,ipq6018";
};
&led_sys_yellow {
function = LED_FUNCTION_STATUS;
gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
};
&wifi {
qcom,ath11k-calibration-variant = "TPLink-EAP623-Outdoor-HD-v1";
status = "okay";
};