brcm47xx: rename target to bcm47xx
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm6358-huawei-echolife-hg553.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Huawei EchoLife HG553";
9 compatible = "huawei,echolife-hg553", "brcm,bcm6358";
10
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15
16 keys {
17 compatible = "gpio-keys-polled";
18 #address-cells = <1>;
19 #size-cells = <0>;
20 poll-interval = <20>;
21
22 rfkill {
23 label = "rfkill";
24 gpios = <&pinctrl 9 1>;
25 linux,code = <KEY_RFKILL>;
26 debounce-interval = <60>;
27 };
28
29 reset {
30 label = "reset";
31 gpios = <&pinctrl 37 1>;
32 linux,code = <KEY_RESTART>;
33 debounce-interval = <60>;
34 };
35 };
36
37 leds {
38 compatible = "gpio-leds";
39
40 power_green {
41 label = "HW553:blue:power";
42 gpios = <&pinctrl 4 1>;
43 default-state = "on";
44 };
45 power_red {
46 label = "HW553:red:power";
47 gpios = <&pinctrl 5 1>;
48 };
49 hspa_red {
50 label = "HW553:red:hspa";
51 gpios = <&pinctrl 12 1>;
52 };
53 hspa_blue {
54 label = "HW553:blue:hspa";
55 gpios = <&pinctrl 13 1>;
56 };
57 lan_red {
58 label = "HW553:red:lan";
59 gpios = <&pinctrl 22 1>;
60 };
61 lan_blue {
62 label = "HW553:blue:lan";
63 gpios = <&pinctrl 23 1>;
64 };
65 wifi_red {
66 label = "HW553:red:wifi";
67 gpios = <&pinctrl 25 1>;
68 };
69 dsl_red {
70 label = "HW553:red:adsl";
71 gpios = <&pinctrl 34 1>;
72 };
73 dsl_blue {
74 label = "HW553:blue:adsl";
75 gpios = <&pinctrl 35 1>;
76 };
77 };
78 };
79
80 &pflash {
81 status = "ok";
82
83 partitions {
84 compatible = "fixed-partitions";
85 #address-cells = <1>;
86 #size-cells = <1>;
87
88 cfe@0 {
89 label = "CFE";
90 reg = <0x000000 0x020000>;
91 read-only;
92 };
93
94 linux@20000 {
95 label = "linux";
96 reg = <0x020000 0xfc0000>;
97 compatible = "brcm,bcm963xx-imagetag";
98 };
99
100 nvram@fe0000 {
101 label = "nvram";
102 reg = <0xfe0000 0x020000>;
103 };
104 };
105 };
106
107 &uart0 {
108 status = "ok";
109 };