tn3399_openwrt/target/linux/bcm63xx/dts/bcm6358-sfr-neufbox-4-foxconn-r1.dts
Adrian Schmutzler c98819a9e6 bcm63xx: move dts-v1 statement to top-level DTSI files
The "/dts-v1/;" identifier is supposed to be present once at the
top of a device tree file after the includes have been processed.

Like done for other targets recently, put the dts-v1 statement
into the top-level SoC-based DTSI files, and remove all other
occurences.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-10-10 20:00:34 +02:00

32 lines
563 B
Plaintext

#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>;
};
};
};