Initial commit
This commit is contained in:
13
target/linux/ath79/dts/ar9344_netgear_wndr_wan.dtsi
Normal file
13
target/linux/ath79/dts/ar9344_netgear_wndr_wan.dtsi
Normal file
@@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
&leds {
|
||||
wan_green {
|
||||
label = "green:wan";
|
||||
gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
wan_amber {
|
||||
label = "amber:wan";
|
||||
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user