openwrt/target/linux/ath79/dts/ar9344_netgear_wndr_wan.dtsi

14 lines
219 B
Plaintext

// 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>;
};
};