tn3399_openwrt/target/linux/ath79/dts/ar9344_tplink_cpe220-v2.dts
Adrian Schmutzler 226bc91109 ath79: improve TP-Link CPE DTSI names for ar9344 SOC
The initial DTSI names for the TP-Link CPE devices have become
quite confusing, as several non-V1 devices now use the *-v1.dtsi,
the *cpe510-v1.dts does not use the cpe510.dtsi, etc.

This introduces a new naming scheme based on whether devices have
one or two ports, which should be easier to grasp.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-11-23 12:03:49 +01:00

14 lines
243 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "ar9344_tplink_cpe_2port.dtsi"
/ {
compatible = "tplink,cpe220-v2", "qca,ar9344";
model = "TP-Link CPE220 v2";
};
&led_link4 {
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
};