tn3399_openwrt/target/linux/bcm63xx/dts/bcm6358-huawei-echolife-hg556a-c.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

38 lines
579 B
Plaintext

#include "bcm6358-huawei-echolife-hg556a.dtsi"
/ {
model = "Huawei EchoLife HG556a (version C)";
compatible = "huawei,echolife-hg556a-c", "brcm,bcm6358";
};
&gpiokeys {
help {
label = "help";
gpios = <&pinctrl 36 1>;
linux,code = <KEY_HELP>;
debounce-interval = <60>;
};
};
&gpioleds {
lan1_green {
label = "green:lan1";
gpios = <&pinctrl 0 1>;
};
lan2_green {
label = "green:lan2";
gpios = <&pinctrl 1 1>;
};
message_red {
label = "red:message";
gpios = <&pinctrl 12 1>;
};
hspa_red {
label = "red:hspa";
gpios = <&pinctrl 15 1>;
};
};