ARM: dts: mvebu: Convert all the mvebu files to use the range property
[deliverable/linux.git] / arch / arm / boot / dts / armada-xp-openblocks-ax3-4.dts
index 3818a82176a227996051a389bd783bbc4cc1fcb6..e9bc8bf90263f9e57abbb2c6873aae3ab000bbbf 100644 (file)
        };
 
        soc {
-               serial@d0012000 {
+               serial@12000 {
                        clock-frequency = <250000000>;
                        status = "okay";
                };
-               serial@d0012100 {
+               serial@12100 {
                        clock-frequency = <250000000>;
                        status = "okay";
                };
                        };
                };
 
-               ethernet@d0070000 {
+               ethernet@70000 {
                        status = "okay";
                        phy = <&phy0>;
                        phy-mode = "sgmii";
                };
-               ethernet@d0074000 {
+               ethernet@74000 {
                        status = "okay";
                        phy = <&phy1>;
                        phy-mode = "sgmii";
                };
-               ethernet@d0030000 {
+               ethernet@30000 {
                        status = "okay";
                        phy = <&phy2>;
                        phy-mode = "sgmii";
                };
-               ethernet@d0034000 {
+               ethernet@34000 {
                        status = "okay";
                        phy = <&phy3>;
                        phy-mode = "sgmii";
                };
-               i2c@d0011000 {
+               i2c@11000 {
                        status = "okay";
                        clock-frequency = <400000>;
                };
-               i2c@d0011100 {
+               i2c@11100 {
                        status = "okay";
                        clock-frequency = <400000>;
 
                                reg = <0x30>;
                        };
                };
-               sata@d00a0000 {
+               sata@a0000 {
                        nr-ports = <2>;
                        status = "okay";
                };
-               usb@d0050000 {
+               usb@50000 {
                        status = "okay";
                };
-               usb@d0051000 {
+               usb@51000 {
                        status = "okay";
                };
+
+               devbus-bootcs@10400 {
+                       status = "okay";
+                       ranges = <0 0xf0000000 0x8000000>; /* @addr 0xf000000, size 0x8000000 */
+
+                       /* Device Bus parameters are required */
+
+                       /* Read parameters */
+                       devbus,bus-width    = <8>;
+                       devbus,turn-off-ps  = <60000>;
+                       devbus,badr-skew-ps = <0>;
+                       devbus,acc-first-ps = <124000>;
+                       devbus,acc-next-ps  = <248000>;
+                       devbus,rd-setup-ps  = <0>;
+                       devbus,rd-hold-ps   = <0>;
+
+                       /* Write parameters */
+                       devbus,sync-enable = <0>;
+                       devbus,wr-high-ps  = <60000>;
+                       devbus,wr-low-ps   = <60000>;
+                       devbus,ale-wr-ps   = <60000>;
+
+                       /* NOR 128 MiB */
+                       nor@0 {
+                               compatible = "cfi-flash";
+                               reg = <0 0x8000000>;
+                               bank-width = <2>;
+                       };
+               };
+
+               pcie-controller {
+                       status = "okay";
+                       /* Internal mini-PCIe connector */
+                       pcie@1,0 {
+                               /* Port 0, Lane 0 */
+                               status = "okay";
+                       };
+               };
        };
 };
This page took 0.026939 seconds and 5 git commands to generate.