bcm63xx: add a few DTSI files to share definitions
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm6358-sfr-neufbox-4-foxconn-r1.dts
1 /dts-v1/;
2
3 #include "bcm6358-sfr-neufbox-4.dtsi"
4
5 / {
6 model = "SFR Neufbox 4 (Foxconn)";
7 compatible = "sfr,neufbox-4-foxconn-r1", "brcm,bcm6358";
8
9 leds {
10 compatible = "gpio-leds";
11
12 traffic_white {
13 label = "white:traffic";
14 gpios = <&pinctrl 2 0>;
15 };
16 service_blue {
17 label = "blue:service";
18 gpios = <&pinctrl 4 0>;
19 };
20 wifi_white {
21 label = "white:wifi";
22 gpios = <&pinctrl 15 0>;
23 };
24 service_red {
25 label = "red:service";
26 gpios = <&pinctrl 29 0>;
27 };
28 service_green {
29 label = "green:service";
30 gpios = <&pinctrl 30 0>;
31 };
32 };
33 };