aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ath79/dts/ar9344_netgear_wndr_wan.dtsi
blob: f11314694ab7e39bdba28149dc41da58faede053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include <dt-bindings/leds/common.h>

&leds {
	wan_green {
		function = LED_FUNCTION_WAN;
		color = <LED_COLOR_ID_GREEN>;
		gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
	};

	wan_amber {
		function = LED_FUNCTION_WAN;
		color = <LED_COLOR_ID_AMBER>;
		gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
	};
};