lantiq: rename gphy firmware
[openwrt/openwrt.git] / target / linux / lantiq / dts / BTHOMEHUBV5A.dts
index 2013b31063836becbed41bcfd5ca783414d49898..2f75074696531595f9fc30f21047e269be4ee356 100644 (file)
@@ -1,21 +1,24 @@
 /dts-v1/;
 
-/include/ "vr9.dtsi"
+#include "vr9.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
-       model = "BTHOMEHUBV5A - BT Home Hub 5A";
+       compatible = "bt,homehub-v5a", "lantiq,xway", "lantiq,vr9";
+       model = "BT Home Hub 5A";
 
        chosen {
-               bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+               bootargs = "console=ttyLTQ0,115200";
+       };
 
-               leds {
-                       boot = &power_green;
-                       failsafe = &power_red;
-                       running = &power_blue;
+       aliases {
+               led-boot = &power_green;
+               led-failsafe = &power_red;
+               led-running = &power_blue;
 
-                       internet = &broadband_blue;
-                       wifi = &wireless_blue;
-               };
+               led-dsl = &broadband_blue;
+               led-wifi = &wireless_blue;
        };
 
        memory@0 {
        fpi@10000000 {
                localbus@0 {
                        nand-parts@0 {
-                               compatible = "gen_nand", "lantiq,nand-xway";
+                               compatible = "lantiq,nand-xway";
                                lantiq,cs = <1>;
                                bank-width = <2>;
                                reg = <0x1 0x0 0x2000000>;
                                #address-cells = <1>;
                                #size-cells = <1>;
+                               nand-on-flash-bbt;
+                               nand-ecc-strength = <3>;
+                               nand-ecc-step-size = <256>;
 
                                partitions {
                                        compatible = "fixed-partitions";
 
                                        partition@0 {
                                                label = "u-boot";
-                                               reg = <0x0 0x40000>;
+                                               reg = <0x0 0xa0000>;
                                                read-only;
                                        };
-                                       partition@40000 {
+                                       partition@a0000 {
                                                label = "uboot-env";
-                                               reg = <0x40000 0x40000>;
-                                       };
-                                       caldata: partition@80000 {
-                                               label = "caldata";
-                                               reg = <0x80000 0x20000>;
+                                               reg = <0xa0000 0x20000>;
                                                read-only;
                                        };
-                                       partition@a0000 {
-                                               label = "kernel";
-                                               reg = <0xa0000 0x200000>;
+                                       partition@c0000 {
+                                               label = "unused";
+                                               reg = <0xc0000 0x40000>;
                                        };
-                                       partition@2a0000 {
+                                       partition@100000 {
                                                label = "ubi";
-                                               reg = <0x2a0000 0x7d60000>;
+                                               reg = <0x100000 0x7e80000>;
                                        };
+                                       /*
+                                        * last 512 KiB are for the bad block table, not writable
+                                        */
                                };
                        };
                };
@@ -67,9 +72,6 @@
                        pinctrl-names = "default";
                        pinctrl-0 = <&state_default>;
 
-                       interrupt-parent = <&icu0>;
-                       interrupts = <166 135 66 40 41 42 38>;
-
                        state_default: pinmux {
                                mdio {
                                        lantiq,groups = "mdio";
 
                ifxhcd@E101000 {
                        status = "okay";
-                       gpios = <&gpio 33 0>;
-               };
-
-               pci@E105400 {
-                       status = "okay";
-                       lantiq,bus-clock = <33333333>;
-                       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
-                       interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
-                       gpio-reset = <&gpio 21 0>;
+                       gpios = <&gpio 33 GPIO_ACTIVE_HIGH>;
                };
        };
 
        gphy-xrx200 {
                compatible = "lantiq,phy-xrx200";
-               firmware1 = "lantiq/vr9_phy11g_a1x.bin";        /*VR9 1.1*/
-               firmware2 = "lantiq/vr9_phy11g_a2x.bin";        /*VR9 1.2*/
+               firmware1 = "lantiq/xrx200_phy11g_a14.bin";     /*VR9 1.1*/
+               firmware2 = "lantiq/xrx200_phy11g_a22.bin";     /*VR9 1.2*/
                phys = [ 00 01 ];
        };
 
-       ath9k_eep {
-               compatible = "ath9k,eeprom";
-               ath,eep-flash = <&caldata 0x1000>;
-               ath,mac-offset = <0x110c>;
-               ath,mac-increment = <2>;
-               ath,pci-slot = <0xe>; /* 14 */
-       };
-
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
 
                reset {
                        label = "reset";
-                       gpios = <&gpio 2 1>;
-                       linux,code = <0x198>;
+                       gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
-                       gpios = <&gpio 25 1>;
-                       linux,code = <0x211>;
+                       gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
 
                restart {
                        label = "restart";
-                       gpios = <&gpio 39 1>;
-                       linux,code = <0x74>;
+                       gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_POWER>;
                };
        };
 
                /* broadband-* is a single RGB led */
                broadband-red {
                        label = "bthomehubv5a:red:broadband";
-                       gpios = <&gpio 0 1>;
+                       gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                };
                broadband-green {
                        label = "bthomehubv5a:green:broadband";
-                       gpios = <&gpio 3 1>;
+                       gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
                };
                broadband_blue: broadband-blue {
                        label = "bthomehubv5a:blue:broadband";
-                       gpios = <&gpio 8 1>;
+                       gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
                };
 
                /* wireless-* is a single RGB led */
                wireless-red {
                        label = "bthomehubv5a:red:wireless";
-                       gpios = <&gpio 9 1>;
+                       gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
                };
                wireless-green {
                        label = "bthomehubv5a:green:wireless";
-                       gpios = <&gpio 10 1>;
+                       gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
                };
                wireless_blue: wireless-blue {
                        label = "bthomehubv5a:blue:wireless";
-                       gpios = <&gpio 11 1>;
+                       gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
 
                /* power-* is a single RGB led */
                power_red: power-red {
                        label = "bthomehubv5a:red:power";
-                       gpios = <&gpio 12 1>;
+                       gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
                };
                power_green: power-green {
                        label = "bthomehubv5a:green:power";
-                       gpios = <&gpio 14 1>;
+                       gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
                power_blue: power-blue {
                        label = "bthomehubv5a:blue:power";
-                       gpios = <&gpio 15 1>;
+                       gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };
 
                dimmed {
                        label = "dimmed";
-                       gpios = <&gpio 19 0>;
+                       gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
                };
        };
 };
 
+&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;
+       };
+};
+
 &eth0 {
        lan: interface@0 {
                compatible = "lantiq,xrx200-pdi";
                #address-cells = <1>;
                #size-cells = <0>;
                reg = <0>;
-               mtd-mac-address = <&caldata 0x110c>;
                lantiq,switch;
 
                ethernet@0 {
                        phy-mode = "gmii";
                        phy-handle = <&phy13>;
                };
-       };
-
-       wan: interface@1 {
-               compatible = "lantiq,xrx200-pdi";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               reg = <1>;
-               mtd-mac-address = <&caldata 0x110c>;
-               mtd-mac-address-increment = <4>;
-               lantiq,wan;
-
                ethernet@5 {
                        compatible = "lantiq,xrx200-pdi-port";
                        reg = <5>;