mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
36a818b413
The device dts files were moved to the dedicated directory in commita66e30631c("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>
22 lines
475 B
Devicetree
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";
|
|
};
|