blob: 49b1e99f486212b616cecccb4fc10188da47235e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#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>;
};
|