2015-03-25 15:35:12 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2015-07-16 11:15:02 +00:00
|
|
|
#include "bcm6358.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
2015-03-25 15:35:12 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "BT Home Hub 2.0 Type A";
|
|
|
|
compatible = "thomson,homehub2a", "brcm,bcm6358";
|
|
|
|
|
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
|
|
|
};
|
|
|
|
|
2015-03-25 15:35:12 +00:00
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
|
|
|
debounce-interval = <60>;
|
|
|
|
|
|
|
|
phone {
|
|
|
|
label = "phone";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 1 1>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <KEY_PHONE>;
|
2015-03-25 15:35:12 +00:00
|
|
|
};
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 9 1>;
|
2015-07-16 11:15:02 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2015-03-25 15:35:12 +00:00
|
|
|
};
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 11 1>;
|
2015-07-16 11:15:02 +00:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2015-03-25 15:35:12 +00:00
|
|
|
};
|
|
|
|
};
|
2017-05-11 11:50:18 +00:00
|
|
|
};
|
2015-03-25 15:35:12 +00:00
|
|
|
|
2017-05-11 11:50:18 +00:00
|
|
|
&leds {
|
|
|
|
status = "ok";
|
2015-03-25 15:35:12 +00:00
|
|
|
|
2017-05-11 11:50:18 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_serial_led>;
|
|
|
|
|
|
|
|
led@0 {
|
|
|
|
reg = <0>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:red:power";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@1 {
|
|
|
|
reg = <0>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:green:power";
|
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@2 {
|
|
|
|
reg = <2>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:blue:power";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@3 {
|
|
|
|
reg = <3>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:red:broadband";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@4 {
|
|
|
|
reg = <4>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:green:broadband";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@5 {
|
|
|
|
reg = <5>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:blue:broadband";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@6 {
|
|
|
|
reg = <6>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:red:wireless";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@7 {
|
|
|
|
reg = <7>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:green:wireless";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@8 {
|
|
|
|
reg = <8>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:blue:wireless";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@9 {
|
|
|
|
reg = <9>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:red:phone";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@10 {
|
|
|
|
reg = <10>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:green:phone";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@11 {
|
|
|
|
reg = <11>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:blue:phone";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@12 {
|
|
|
|
reg = <12>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:red:upgrading";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@13 {
|
|
|
|
reg = <13>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:green:upgrading";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@14 {
|
|
|
|
reg = <14>;
|
|
|
|
active-low;
|
|
|
|
label = "HOMEHUB2A:blue:upgrading";
|
2015-03-25 15:35:12 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pflash {
|
|
|
|
status = "ok";
|
|
|
|
|
|
|
|
linux,part-probe = "bcm63xxpart";
|
|
|
|
|
2017-06-28 08:44:38 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2015-03-25 15:35:12 +00:00
|
|
|
|
2017-06-28 08:44:38 +00:00
|
|
|
cfe@0 {
|
|
|
|
label = "CFE";
|
|
|
|
reg = <0x000000 0x020000>;
|
|
|
|
};
|
2015-03-25 15:35:12 +00:00
|
|
|
|
2017-06-28 08:44:38 +00:00
|
|
|
linux@20000 {
|
|
|
|
label = "linux";
|
|
|
|
reg = <0x020000 0xfc0000>;
|
|
|
|
compatible = "brcm,bcm963xx-imagetag";
|
|
|
|
};
|
|
|
|
|
|
|
|
nvram@fe0000 {
|
|
|
|
label = "nvram";
|
|
|
|
reg = <0xfe0000 0x020000>;
|
|
|
|
};
|
2015-03-25 15:35:12 +00:00
|
|
|
};
|
|
|
|
};
|
2017-07-31 19:03:37 +00:00
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "ok";
|
|
|
|
};
|