mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
b2f1c6ed52
nvmem-layout allows removal Signed-off-by: Rosen Penev <rosenp@gmail.com>
64 lines
1.0 KiB
Plaintext
64 lines
1.0 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#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 {
|
|
label = "blue:lan";
|
|
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";
|
|
};
|