mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
a66e30631c
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>
15 lines
299 B
Devicetree
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";
|
|
};
|