aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9344_netgear_wndr_wan.dtsi
blob: 91c2971f8ca2a7c554ed62fe25411f074e2f721b (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 = "netgear:green:wan";
		gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
	};

	wan_amber {
		label = "netgear:amber:wan";
		gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
	};
};