2015-07-07 13:44:53 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-09-29 16:22:55 +00:00
|
|
|
#include "vr9.dtsi"
|
2015-07-07 13:44:53 +00:00
|
|
|
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2015-07-07 13:44:53 +00:00
|
|
|
/ {
|
2017-04-08 08:33:53 +00:00
|
|
|
compatible = "bt,homehub-v5a", "lantiq,xway", "lantiq,vr9";
|
2017-04-08 09:40:07 +00:00
|
|
|
model = "BT Home Hub 5A";
|
2015-07-07 13:44:53 +00:00
|
|
|
|
2017-01-04 20:53:22 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyLTQ0,115200";
|
|
|
|
};
|
|
|
|
|
2016-10-04 18:34:03 +00:00
|
|
|
aliases {
|
|
|
|
led-boot = &power_green;
|
|
|
|
led-failsafe = &power_red;
|
|
|
|
led-running = &power_blue;
|
2016-01-01 21:18:47 +00:00
|
|
|
|
2017-06-14 18:17:16 +00:00
|
|
|
led-dsl = &broadband_blue;
|
2016-10-04 18:34:03 +00:00
|
|
|
led-wifi = &wireless_blue;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
reg = <0x0 0x8000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
|
|
|
nand-parts@0 {
|
2017-10-07 09:03:43 +00:00
|
|
|
compatible = "lantiq,nand-xway";
|
2015-07-07 13:44:53 +00:00
|
|
|
lantiq,cs = <1>;
|
|
|
|
bank-width = <2>;
|
2016-02-08 08:25:22 +00:00
|
|
|
reg = <0x1 0x0 0x2000000>;
|
2015-07-07 13:44:53 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2015-10-03 11:57:54 +00:00
|
|
|
nand-on-flash-bbt;
|
|
|
|
nand-ecc-strength = <3>;
|
|
|
|
nand-ecc-step-size = <256>;
|
2015-07-07 13:44:53 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
2015-10-03 11:57:54 +00:00
|
|
|
reg = <0x0 0xa0000>;
|
2016-05-02 18:50:18 +00:00
|
|
|
read-only;
|
|
|
|
};
|
2015-10-03 11:57:54 +00:00
|
|
|
partition@a0000 {
|
2016-05-02 18:50:18 +00:00
|
|
|
label = "uboot-env";
|
2015-10-03 11:57:54 +00:00
|
|
|
reg = <0xa0000 0x20000>;
|
2016-05-02 18:50:18 +00:00
|
|
|
read-only;
|
|
|
|
};
|
2015-10-03 11:57:54 +00:00
|
|
|
partition@c0000 {
|
|
|
|
label = "unused";
|
|
|
|
reg = <0xc0000 0x40000>;
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
2015-10-03 11:57:54 +00:00
|
|
|
partition@100000 {
|
2016-05-02 18:50:18 +00:00
|
|
|
label = "ubi";
|
2015-10-03 11:57:54 +00:00
|
|
|
reg = <0x100000 0x7e80000>;
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
2015-10-03 11:57:54 +00:00
|
|
|
/*
|
|
|
|
* last 512 KiB are for the bad block table, not writable
|
|
|
|
*/
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio: pinmux@E100B10 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&state_default>;
|
|
|
|
|
|
|
|
state_default: pinmux {
|
|
|
|
mdio {
|
|
|
|
lantiq,groups = "mdio";
|
|
|
|
lantiq,function = "mdio";
|
|
|
|
};
|
|
|
|
pci_rst {
|
|
|
|
lantiq,pins = "io21";
|
|
|
|
lantiq,output = <1>;
|
|
|
|
lantiq,open-drain;
|
|
|
|
};
|
|
|
|
pcie_rst {
|
|
|
|
lantiq,pins = "io38";
|
|
|
|
lantiq,pull = <0>;
|
|
|
|
lantiq,output = <1>;
|
|
|
|
lantiq,open-drain;
|
|
|
|
};
|
|
|
|
usb_vbus {
|
|
|
|
lantiq,pins = "io33";
|
|
|
|
lantiq,pull = <0>;
|
|
|
|
lantiq,open-drain = <0>;
|
|
|
|
lantiq,output = <1>;
|
|
|
|
};
|
|
|
|
nand_out {
|
|
|
|
lantiq,groups = "nand cle", "nand ale";
|
|
|
|
lantiq,function = "ebu";
|
|
|
|
lantiq,output = <1>;
|
|
|
|
lantiq,open-drain = <0>;
|
|
|
|
lantiq,pull = <0>;
|
|
|
|
};
|
|
|
|
nand_cs1 {
|
|
|
|
lantiq,groups = "nand cs1";
|
|
|
|
lantiq,function = "ebu";
|
|
|
|
lantiq,open-drain = <0>;
|
|
|
|
lantiq,pull = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ifxhcd@E101000 {
|
|
|
|
status = "okay";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 33 GPIO_ACTIVE_HIGH>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gphy-xrx200 {
|
|
|
|
compatible = "lantiq,phy-xrx200";
|
|
|
|
firmware1 = "lantiq/vr9_phy11g_a1x.bin"; /*VR9 1.1*/
|
|
|
|
firmware2 = "lantiq/vr9_phy11g_a2x.bin"; /*VR9 1.2*/
|
|
|
|
phys = [ 00 01 ];
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <100>;
|
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
restart {
|
|
|
|
label = "restart";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_POWER>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2016-01-01 21:18:47 +00:00
|
|
|
/* broadband-* is a single RGB led */
|
2015-07-07 13:44:53 +00:00
|
|
|
broadband-red {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:red:broadband";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
broadband-green {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:green:broadband";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
broadband_blue: broadband-blue {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:blue:broadband";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
|
2016-01-01 21:18:47 +00:00
|
|
|
/* wireless-* is a single RGB led */
|
2015-07-07 13:44:53 +00:00
|
|
|
wireless-red {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:red:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
wireless-green {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:green:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
wireless_blue: wireless-blue {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:blue:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
|
2016-01-01 21:18:47 +00:00
|
|
|
/* power-* is a single RGB led */
|
|
|
|
power_red: power-red {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:red:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
2016-01-01 21:18:47 +00:00
|
|
|
power_green: power-green {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:green:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
2016-01-01 21:18:47 +00:00
|
|
|
default-state = "keep";
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
2016-01-01 21:18:47 +00:00
|
|
|
power_blue: power-blue {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "bthomehubv5a:blue:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
dimmed {
|
|
|
|
label = "dimmed";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
|
2015-07-07 13:44:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-01-29 00:42:45 +00:00
|
|
|
|
2016-11-26 00:01:15 +00:00
|
|
|
&pci0 {
|
|
|
|
status = "okay";
|
|
|
|
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
|
|
|
wifi@168c,002d {
|
|
|
|
compatible = "pci168c,002d";
|
|
|
|
reg = <0x7000 0 0 0 0>;
|
|
|
|
qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
|
|
|
|
qca,disable-5ghz;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-01-29 00:42:45 +00:00
|
|
|
ð0 {
|
|
|
|
lan: interface@0 {
|
|
|
|
compatible = "lantiq,xrx200-pdi";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0>;
|
|
|
|
lantiq,switch;
|
|
|
|
|
|
|
|
ethernet@0 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <0>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
phy-handle = <&phy0>;
|
|
|
|
};
|
|
|
|
ethernet@1 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <1>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
phy-handle = <&phy1>;
|
|
|
|
};
|
|
|
|
ethernet@2 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <2>;
|
|
|
|
phy-mode = "gmii";
|
|
|
|
phy-handle = <&phy11>;
|
|
|
|
};
|
|
|
|
ethernet@4 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <4>;
|
|
|
|
phy-mode = "gmii";
|
|
|
|
phy-handle = <&phy13>;
|
|
|
|
};
|
|
|
|
ethernet@5 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <5>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
phy-handle = <&phy5>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
mdio@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "lantiq,xrx200-mdio";
|
|
|
|
|
|
|
|
phy0: ethernet-phy@0 {
|
|
|
|
reg = <0x0>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy1: ethernet-phy@1 {
|
|
|
|
reg = <0x1>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy5: ethernet-phy@5 {
|
|
|
|
reg = <0x5>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy11: ethernet-phy@11 {
|
|
|
|
reg = <0x11>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy13: ethernet-phy@13 {
|
|
|
|
reg = <0x13>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|