mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-17 19:26:59 +08:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
![]() |
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "ar9344_tplink_cpe_2port.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "tplink,wbs510-v1", "qca,ar9344";
|
||
|
model = "TP-Link WBS510 v1";
|
||
|
};
|
||
|
|
||
|
&led_link4 {
|
||
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
||
|
};
|