aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9344_netgear_wndr_wan.dtsi
blob: da6020769f189b5604ff06356accc6f0054ce93c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>;
	};
};