move memory detect node to dtsi files
[openwrt/staging/yousong.git] / target / linux / ramips / dts / OMNI-EMB-HPM.dts
index 8d41cec14e2ee5c914102d17886e1c1dbd833a12..8148294893bdacc3553edfc26384ecb4a25fd53b 100644 (file)
@@ -6,8 +6,8 @@
        compatible = "OMNI-EMB-HPM", "ralink,rt3883-soc";
        model = "Omnima EMB HPM";
 
-       memorydetect {
-               ralink,memory = <0x0 0x200000 0x10000000>;
+       chosen {
+               bootargs = "console=ttyS0,115200";
        };
 
        palmbus@10000000 {
                        status = "okay";
 
                        m25p80@0 {
+                               compatible = "macronix,mx25l12805d";
+                               spi-max-frequency = <25000000>;
+                               reg = <0>;
+
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l6405d";
-                               reg = <0 0>;
-                               linux,modalias = "m25p80";
-                               spi-max-frequency = <25000000>;
+
+                               partition@0 {
+                                       reg = <0x0 0x0030000>;
+                                       label = "u-boot";
+                                       read-only;
+                               };
+
+                               partition@30000 {
+                                       reg = <0x00030000 0x00010000>;
+                                       label = "config";
+                                       read-only;
+                               };
+
+                               partition@40000 {
+                                       reg = <0x00040000 0x00010000>;
+                                       label = "factory";
+                                       read-only;
+                               };
+
+                               partition@50000 {
+                                       reg = <0x00050000 0x00fb0000>;
+                                       label = "firmware";
+                               };
                        };
                };
        };
 
        ethernet@10100000 {
                status = "okay";
-               ralink,phy-mask = <0x10>;
+
+               phy-handle = <&phy0>;
                phy-mode = "rgmii";
+
+               mdio-bus {
+                       status = "okay";
+
+                       phy0: ethernet-phy@4 {
+                               reg = <4>;
+                       };
+               };
        };
 
        wmac@10180000 {