bcm63xx: move dts-v1 statement to top-level DTSI files
[openwrt/staging/rmilecki.git] / target / linux / bcm63xx / dts / bcm6358-huawei-echolife-hg556a-c.dts
1 #include "bcm6358-huawei-echolife-hg556a.dtsi"
2
3 / {
4 model = "Huawei EchoLife HG556a (version C)";
5 compatible = "huawei,echolife-hg556a-c", "brcm,bcm6358";
6 };
7
8 &gpiokeys {
9 help {
10 label = "help";
11 gpios = <&pinctrl 36 1>;
12 linux,code = <KEY_HELP>;
13 debounce-interval = <60>;
14 };
15 };
16
17 &gpioleds {
18 lan1_green {
19 label = "green:lan1";
20 gpios = <&pinctrl 0 1>;
21 };
22
23 lan2_green {
24 label = "green:lan2";
25 gpios = <&pinctrl 1 1>;
26 };
27
28 message_red {
29 label = "red:message";
30 gpios = <&pinctrl 12 1>;
31 };
32
33 hspa_red {
34 label = "red:hspa";
35 gpios = <&pinctrl 15 1>;
36 };
37 };