ramips: add missing partitions
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / BR-6425.dts
index 7df63c6583ea1aea7995119fa54a79b7e7b00f3f..1e13c97ada215eb8084bc064d03222161c10b862 100644 (file)
@@ -1,46 +1,32 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        compatible = "BR-6425", "ralink,rt3052-soc";
        model = "Edimax BR-6425";
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
-
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
-
                bank-width = <2>;
                device-width = <2>;
                #address-cells = <1>;
                #size-cells = <1>;
        };
 
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x4>;
-       };
-
-       esw@10110000 {
-               ralink,portmap = <0x2f>;
-       };
-
        gpio-leds {
                compatible = "gpio-leds";
+
                power {
-                       label = "edimax:green:power";
+                       label = "br-6425:green:power";
                        gpios = <&gpio0 9 1>;
                };
+
                wlan {
-                       label = "edimax:orange:wlan";
+                       label = "br-6425:orange:wlan";
                        gpios = <&gpio0 14 1>;
                };
        };
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
+
                reset_wps {
                        label = "reset_wps";
                        gpios = <&gpio0 12 1>;
-                       linux,code = <0x198>;
+                       linux,code = <KEY_RESTART>;
                };
+
                rfkill {
                        label = "RFKILL switch";
                        gpios = <&gpio0 13 1>;
-                       linux,code = <0xf7>;
+                       linux,code = <KEY_RFKILL>;
+               };
+       };
+};
+
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
+                       ralink,function = "gpio";
                };
        };
 };
+
+&ethernet {
+/*     mtd-mac-address = <&factory 0x4>; */
+};
+
+&esw {
+       mediatek,portmap = <0x2f>;
+};
+
+&wmac {
+/*     ralink,mtd-eeprom = <&factory 0>; */
+};