Files
openwrt/target/linux/qualcommax/dts/ipq6018-eap625-outdoor-hd-v1.dts
T
Christian Marangi a66e30631c qualcommax: move Device DTS to dedicated DTS directory
Align the qualcommax target to the pattern already used on other devices where
the device DTS are placed in a dedicated directory separate from the files
directory.

This, while trying to enforce a common pattern for every target, also permits to
do modification to device DTS without having to trigger a recompilation of the
entire kernel (as the files directory is not touched)

Link: https://github.com/openwrt/openwrt/pull/22037
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2026-02-16 13:14:13 +01:00

15 lines
299 B
Devicetree

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "ipq6018-tplink-eap6xx-outdoor.dtsi"
/ {
model = "TP-Link EAP625-Outdoor HD v1";
compatible = "tplink,eap625-outdoor-hd-v1", "qcom,ipq6018";
};
&wifi {
qcom,ath11k-calibration-variant = "TP-Link-EAP625-Outdoor-HD-v1";
};