blob: 5edd2adc835f2cb9db87582de8464f4d95e00732 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "qca9533_tplink_cpexxx.dtsi"
&leds {
lan {
label = "tp-link:green:lan";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
ð1 {
compatible = "syscon", "simple-mfd";
};
|