]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: ac5: Add nand-controller node
authorChris Packham <judge.packham@gmail.com>
Sun, 9 Jul 2023 22:47:32 +0000 (10:47 +1200)
committerStefan Roese <sr@denx.de>
Thu, 13 Jul 2023 08:26:27 +0000 (10:26 +0200)
The AC5/AC5X SoC has a NAND flash controller. Add this to the
SoC device tree.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/ac5-98dx25xx.dtsi

index 3c68355f323ae9e57770ee042837531d767e240c..f53b4781d7fd926186594fb2ceddbcc461b40043 100644 (file)
                        status = "disabled";
                };
 
+               nand: nand-controller@805b0000 {
+                       compatible = "marvell,mvebu-ac5-pxa3xx-nand";
+                       reg = <0x0 0x805b0000 0x0 0x54>;
+                       #address-cells = <0x00000001>;
+                       marvell,nand-enable-arbiter;
+                       num-cs = <0x00000001>;
+                       status = "disabled";
+               };
+
                gic: interrupt-controller@80600000 {
                        compatible = "arm,gic-v3";
                        #interrupt-cells = <3>;