2015-07-16 11:15:02 +00:00
|
|
|
#include "bcm6358.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
2014-08-21 11:28:46 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Huawei EchoLife HG520v";
|
2020-01-05 12:14:43 +00:00
|
|
|
compatible = "huawei,echolife-hg520v", "brcm,bcm6359", "brcm,bcm6358";
|
2015-02-27 17:40:04 +00:00
|
|
|
|
2020-05-11 22:36:15 +00:00
|
|
|
aliases {
|
|
|
|
led-boot = &led_inet_green;
|
|
|
|
led-failsafe = &led_inet_green;
|
|
|
|
led-running = &led_inet_green;
|
|
|
|
led-upgrade = &led_inet_green;
|
|
|
|
};
|
|
|
|
|
2015-09-12 19:52:43 +00:00
|
|
|
chosen {
|
2018-02-13 11:19:29 +00:00
|
|
|
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
2017-07-31 19:03:37 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-09-12 19:52:43 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2015-02-27 17:40:04 +00:00
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 37 1>;
|
2015-07-16 11:15:02 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2018-12-11 22:02:04 +00:00
|
|
|
debounce-interval = <60>;
|
2015-02-27 17:40:04 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2015-02-27 17:40:04 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2020-05-11 22:36:15 +00:00
|
|
|
led_inet_green: inet_green {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:net";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 32 1>;
|
2015-02-27 17:40:04 +00:00
|
|
|
};
|
|
|
|
};
|
2014-08-21 11:28:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pflash {
|
2020-05-11 09:49:43 +00:00
|
|
|
status = "okay";
|
2014-08-21 11:28:46 +00:00
|
|
|
|
2018-07-29 11:09:22 +00:00
|
|
|
partitions {
|
2017-06-28 08:44:38 +00:00
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2014-08-21 11:28:46 +00:00
|
|
|
|
2017-06-28 08:44:38 +00:00
|
|
|
cfe@0 {
|
|
|
|
label = "CFE";
|
|
|
|
reg = <0x000000 0x010000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2014-08-21 11:28:46 +00:00
|
|
|
|
2017-06-28 08:44:38 +00:00
|
|
|
linux@10000 {
|
|
|
|
label = "linux";
|
|
|
|
reg = <0x010000 0x3e0000>;
|
|
|
|
compatible = "brcm,bcm963xx-imagetag";
|
|
|
|
};
|
|
|
|
|
|
|
|
nvram@3f0000 {
|
|
|
|
label = "nvram";
|
|
|
|
reg = <0x3f0000 0x010000>;
|
|
|
|
};
|
2014-08-21 11:28:46 +00:00
|
|
|
};
|
|
|
|
};
|
2017-07-31 19:03:37 +00:00
|
|
|
|
|
|
|
&uart0 {
|
2020-05-11 09:49:43 +00:00
|
|
|
status = "okay";
|
2017-07-31 19:03:37 +00:00
|
|
|
};
|