dt: bcm63158: add nand controller
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:45 +0000 (15:14 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 16:06:38 +0000 (12:06 -0400)
Add the nand controller in the bcm63158 device tree.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/dts/bcm63158.dtsi

index 4f41f6273872c2f228c4f2c6af42f62e64fe0d1a..482da948706e2a23e3ca302c48063d8db70e20e5 100644 (file)
 
                        status = "disabled";
                };
+
+               nand: nand-controller@ff801800 {
+                       compatible = "brcm,nand-bcm63158",
+                                    "brcm,brcmnand-v5.0",
+                                    "brcm,brcmnand";
+                       reg-names = "nand", "nand-int-base", "nand-cache";
+                       reg = <0x0 0xff801800 0x0 0x180>,
+                             <0x0 0xff802000 0x0 0x10>,
+                             <0x0 0xff801c00 0x0 0x200>;
+                       parameter-page-big-endian = <0>;
+
+                       status = "disabled";
+               };
        };
 };