c98819a9e6
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>
32 lines
563 B
Plaintext
32 lines
563 B
Plaintext
#include "bcm6358-sfr-neufbox-4.dtsi"
|
|
|
|
/ {
|
|
model = "SFR Neufbox 4 (Sercomm)";
|
|
compatible = "sfr,neufbox-4-sercomm-r0", "brcm,bcm6358";
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
traffic_white {
|
|
label = "white:traffic";
|
|
gpios = <&pinctrl 2 1>;
|
|
};
|
|
service_blue {
|
|
label = "blue:service";
|
|
gpios = <&pinctrl 4 1>;
|
|
};
|
|
wifi_white {
|
|
label = "white:wifi";
|
|
gpios = <&pinctrl 15 1>;
|
|
};
|
|
service_red {
|
|
label = "red:service";
|
|
gpios = <&pinctrl 29 1>;
|
|
};
|
|
service_green {
|
|
label = "green:service";
|
|
gpios = <&pinctrl 30 1>;
|
|
};
|
|
};
|
|
};
|