226bc91109
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>
14 lines
243 B
Plaintext
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,cpe210-v1", "qca,ar9344";
|
|
model = "TP-Link CPE210 v1";
|
|
};
|
|
|
|
&led_link4 {
|
|
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
|
|
};
|