mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-13 16:41:34 +02:00
arm: mvebu: ac5: Add nand-controller node
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>
This commit is contained in:
parent
71222816d2
commit
b04c21afd6
@ -251,6 +251,15 @@
|
||||
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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user