Initial commit
This commit is contained in:
32
target/linux/ramips/dts/mt7620a_zbtlink_zbt-we1026-h.dtsi
Normal file
32
target/linux/ramips/dts/mt7620a_zbtlink_zbt-we1026-h.dtsi
Normal file
@@ -0,0 +1,32 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7620a_zbtlink_zbt-we1026.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-we1026-h", "zbtlink,zbt-we1026",
|
||||
"ralink,mt7620a-soc";
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
usb {
|
||||
label = "green:usb";
|
||||
gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
lan {
|
||||
label = "green:lan";
|
||||
gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
wan {
|
||||
label = "green:wan";
|
||||
gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
wifi {
|
||||
label = "green:wifi";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user