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>
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9344_tplink_cpe_1port.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,cpe510-v3", "qca,ar9344";
|
|
model = "TP-Link CPE510 v3";
|
|
};
|