aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/dts/bcm6358-sfr-neufbox-4-foxconn-r1.dts
blob: c4c9ee9518163e3bcca64abb514b6d27353f1402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include "bcm6358-sfr-neufbox-4.dtsi"

/ {
	model = "SFR Neufbox 4 (Foxconn)";
	compatible = "sfr,neufbox-4-foxconn-r1", "brcm,bcm6358";

	leds {
		compatible = "gpio-leds";

		traffic_white {
			label = "white:traffic";
			gpios = <&pinctrl 2 0>;
		};
		service_blue {
			label = "blue:service";
			gpios = <&pinctrl 4 0>;
		};
		wifi_white {
			label = "white:wifi";
			gpios = <&pinctrl 15 0>;
		};
		service_red {
			label = "red:service";
			gpios = <&pinctrl 29 0>;
		};
		service_green {
			label = "green:service";
			gpios = <&pinctrl 30 0>;
		};
	};
};