blob: e976566f4fcad32f68ca4a7568a86afd48ff97f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include <dt-bindings/leds/common.h>
#include "qca9533_tplink_cpexxx.dtsi"
&leds {
lan {
function = LED_FUNCTION_LAN;
color = <LED_COLOR_ID_GREEN>;
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
ð1 {
compatible = "syscon", "simple-mfd";
};
|