summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts')
-rw-r--r--target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts180
1 files changed, 0 insertions, 180 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts b/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
deleted file mode 100644
index 809f3b39b4..0000000000
--- a/target/linux/bcm63xx/dts/bcm6358-bt-home-hub-2-a.dts
+++ /dev/null
@@ -1,180 +0,0 @@
-#include "bcm6358.dtsi"
-
-#include <dt-bindings/input/input.h>
-#include <dt-bindings/leds/common.h>
-
-/ {
- model = "BT Home Hub 2.0 Type A";
- compatible = "bt,home-hub-2-a", "brcm,bcm6358";
-
- aliases {
- led-boot = &led_power_green;
- led-failsafe = &led_power_green;
- led-running = &led_power_green;
- led-upgrade = &led_upgrading_green;
- };
-
- chosen {
- bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
- stdout-path = "serial0:115200n8";
- };
-
- keys {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <20>;
-
- phone {
- label = "phone";
- gpios = <&pinctrl 1 1>;
- linux,code = <KEY_PHONE>;
- debounce-interval = <60>;
- };
-
- reset {
- label = "reset";
- gpios = <&pinctrl 9 1>;
- linux,code = <KEY_RESTART>;
- debounce-interval = <60>;
- };
-
- wps {
- label = "wps";
- gpios = <&pinctrl 11 1>;
- linux,code = <KEY_WPS_BUTTON>;
- debounce-interval = <60>;
- };
- };
-};
-
-&leds {
- status = "okay";
-
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_serial_led>;
-
- led@0 {
- reg = <0>;
- active-low;
- function = LED_FUNCTION_POWER;
- color = <LED_COLOR_ID_RED>;
- };
-
- led_power_green: led@1 {
- reg = <1>;
- active-low;
- function = LED_FUNCTION_POWER;
- color = <LED_COLOR_ID_GREEN>;
- default-state = "on";
- };
-
- led@2 {
- reg = <2>;
- active-low;
- function = LED_FUNCTION_POWER;
- color = <LED_COLOR_ID_BLUE>;
- };
-
- led@3 {
- reg = <3>;
- active-low;
- label = "red:broadband";
- };
-
- led@4 {
- reg = <4>;
- active-low;
- label = "green:broadband";
- };
-
- led@5 {
- reg = <5>;
- active-low;
- label = "blue:broadband";
- };
-
- led@6 {
- reg = <6>;
- active-low;
- label = "red:wireless";
- };
-
- led@7 {
- reg = <7>;
- active-low;
- label = "green:wireless";
- };
-
- led@8 {
- reg = <8>;
- active-low;
- label = "blue:wireless";
- };
-
- led@9 {
- reg = <9>;
- active-low;
- label = "red:phone";
- };
-
- led@10 {
- reg = <10>;
- active-low;
- label = "green:phone";
- };
-
- led@11 {
- reg = <11>;
- active-low;
- label = "blue:phone";
- };
-
- led@12 {
- reg = <12>;
- active-low;
- label = "red:upgrading";
- };
-
- led_upgrading_green: led@13 {
- reg = <13>;
- active-low;
- label = "green:upgrading";
- };
-
- led@14 {
- reg = <14>;
- active-low;
- label = "blue:upgrading";
- };
-};
-
-&pflash {
- status = "okay";
-
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- cfe@0 {
- label = "CFE";
- reg = <0x000000 0x020000>;
- };
-
- linux@20000 {
- label = "linux";
- reg = <0x020000 0xfc0000>;
- compatible = "brcm,bcm963xx-imagetag";
- };
-
- nvram@fe0000 {
- label = "nvram";
- reg = <0xfe0000 0x020000>;
- };
- };
-};
-
-&uart0 {
- status = "okay";
-};