]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/boot/dts/kirkwood.dtsi
kirkwood: Allow nand to be configured via. devicetree
[karo-tx-linux.git] / arch / arm / boot / dts / kirkwood.dtsi
index 3474ef8909455e6899dd184c8f71b06fdba2f2ec..926528b81baa00dace4faf5b39ca0dbe7b2dfe03 100644 (file)
@@ -5,7 +5,7 @@
 
        ocp@f1000000 {
                compatible = "simple-bus";
-               ranges = <0 0xf1000000 0x1000000>;
+               ranges = <0 0xf1000000 0x4000000>;
                #address-cells = <1>;
                #size-cells = <1>;
 
                        reg = <0x10300 0x20>;
                        interrupts = <53>;
                };
+
+               nand@3000000 {
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       cle = <0>;
+                       ale = <1>;
+                       bank-width = <1>;
+                       compatible = "mrvl,orion-nand";
+                       reg = <0x3000000 0x400>;
+                       chip-delay = <25>;
+                       /* set partition map and/or chip-delay in board dts */
+                       status = "disabled";
+               };
        };
 };