dt: bcm6838: add nand controller
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:39 +0000 (15:14 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 15:55:58 +0000 (11:55 -0400)
Add the nand controller in the bcm6838 device tree.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/mips/dts/brcm,bcm6838.dtsi

index c060802e8a450bf0085ad75610b67a02c0b2e8c1..6676f83b2aac319c9a417384eeefbe85d0baba7a 100644 (file)
 
                        status = "disabled";
                };
+
+               nand: nand-controller@14e02200 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "brcm,nand-bcm6838",
+                                    "brcm,brcmnand-v5.0",
+                                    "brcm,brcmnand";
+                       reg-names = "nand", "nand-int-base", "nand-cache";
+                       reg = <0x14e02200 0x180>,
+                             <0x14e000f0 0x10>,
+                             <0x14e02600 0x180>;
+                       status = "disabled";
+               };
        };
 };