forked from Openwrt/openwrt
e3ddfcc70c
Initial conversion to new LED color/function format and drop label format where possible. The same label is composed at runtime. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include <dt-bindings/leds/common.h>
|
|
|
|
#include "qca9531_alfa-network_r36a.dtsi"
|
|
|
|
/ {
|
|
model = "ALFA Network Tube-2HQ";
|
|
compatible = "alfa-network,tube-2hq", "qca,qca9531";
|
|
|
|
aliases {
|
|
led-boot = &led_signal4;
|
|
led-failsafe = &led_signal4;
|
|
led-upgrade = &led_signal4;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&enable_gpio4 &enable_gpio16>;
|
|
|
|
lan {
|
|
function = LED_FUNCTION_LAN;
|
|
color = <LED_COLOR_ID_BLUE>;
|
|
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
led_signal4: signal4 {
|
|
label = "green:signal4";
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
signal1 {
|
|
label = "red:signal1";
|
|
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
signal2 {
|
|
label = "orange:signal2";
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
signal3 {
|
|
label = "green:signal3";
|
|
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
nvmem-cells = <&macaddr_art_1002 (-1)>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|
|
|
|
ð1 {
|
|
compatible = "syscon", "simple-mfd";
|
|
};
|
|
|
|
&usb0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usb_phy {
|
|
status = "disabled";
|
|
};
|