malta: restore "be" subtarget from being source-only
[openwrt/staging/yousong.git] / target / linux / lantiq / dts / ARV7519RW22.dts
index 6f5d3564c697641c6077689d68dea5de5595ef61..14be6f2ca713c68a1d2737b0b3baec5c1bf1091b 100644 (file)
@@ -1,20 +1,22 @@
 /dts-v1/;
 
-/include/ "vr9.dtsi"
+#include "vr9.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        model = "ARV7519RW22 - Orange Livebox 2.1";
 
        chosen {
-               bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+               bootargs = "console=ttyLTQ0,115200";
+       };
 
-               leds {
-                       boot = &power_green;
-                       failsafe = &power_green;
-                       running = &power_green;
+       aliases {
+               led-boot = &power_green;
+               led-failsafe = &power_green;
+               led-running = &power_green;
 
-                       internet = &internet_green;
-               };
+               led-internet = &internet_green;
        };
 
        memory@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               partition@0 {
-                                       label = "uboot";
-                                       reg = <0x0 0x60000>;
-                                       read-only;
-                               };
-
-                               partition@60000 {
-                                       label = "uboot-env";
-                                       reg = <0x60000 0x20000>;
-                                       read-only;
-                               };
-
-                               partition@80000 {
-                                       label = "firmware";
-                                       reg = <0x80000 0x1f00000>;
-                               };
-
-                               boardconfig: partition@1f80000 {
-                                       label = "boardconfig";
-                                       reg = <0x1f80000 0x80000>;
-                                       read-only;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       partition@0 {
+                                               label = "uboot";
+                                               reg = <0x0 0x60000>;
+                                               read-only;
+                                       };
+
+                                       partition@60000 {
+                                               label = "uboot-env";
+                                               reg = <0x60000 0x20000>;
+                                               read-only;
+                                       };
+
+                                       partition@80000 {
+                                               label = "firmware";
+                                               reg = <0x80000 0x1f00000>;
+                                       };
+
+                                       boardconfig: partition@1f80000 {
+                                               label = "boardconfig";
+                                               reg = <0x1f80000 0x80000>;
+                                               read-only;
+                                       };
                                };
                        };
                };
 
                ifxhcd@E101000 {
                        status = "okay";
-                       gpios = <&gpio 32 0>;
+                       gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
                };
 
                ifxhcd@E106000 {
                        status = "okay";
-                       gpios = <&gpio 32 0>;
+                       gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
                };
 
                pcie@d900000 {
                        status = "disabled";
                };
-
-               pci@E105400 {
-                       status = "disabled";
-                       compatible = "lantiq,pci-xway";
-               };
        };
 
        gphy-xrx200 {
 
                reset {
                        label = "reset";
-                       gpios = <&gpio 6 1>;
-                       linux,code = <0x198>;
+                       gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RESTART>;
                };
                rfkill {
                        label = "rfkill";
-                       gpios = <&gpio 33 1>;
-                       linux,code = <0xf7>;
+                       gpios = <&gpio 33 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_RFKILL>;
                };
                wps {
                        label = "wps";
-                       gpios = <&gpio 37 1>;
-                       linux,code = <0x211>;
+                       gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_WPS_BUTTON>;
                };
        };
 
 
                lan_green {
                        label = "arv7519rw22:green:lan";
-                       gpios = <&gpio 2 1>;
+                       gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
                internet_red {
                        label = "arv7519rw22:red:internet";
-                       gpios = <&gpio 10 1>;
+                       gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
                };
                power_green: power_green {
                        label = "arv7519rw22:green:power";
-                       gpios = <&gpio 14 1>;
+                       gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        default-state = "keep";
                };
                alarm_blue {
                        label = "arv7519rw22:blue:alarm";
-                       gpios = <&gpio 15 1>;
+                       gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };
                internet_orange {
                        label = "arv7519rw22:orange:internet";
-                       gpios = <&gpio 19 1>;
+                       gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
                };
                internet_green: internet_green {
                        label = "arv7519rw22:green:internet";
-                       gpios = <&gpio 28 1>;
+                       gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
                };
                voice_green {
                        label = "arv7519rw22:green:voice";
-                       gpios = <&gpio 29 1>;
+                       gpios = <&gpio 29 GPIO_ACTIVE_LOW>;
                };
        };
 };