1
0
Fork 0

ARM: mvebu: Add support for NAND controller in Armada 38x SoC

The Armada 38x SoC family has a NAND controller, compatible
with the controller in Armada 370/375/XP SoCs. Add support for
it in the devicetree file.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1394742273-5113-5-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
hifive-unleashed-5.1
Ezequiel Garcia 2014-03-13 17:24:31 -03:00 committed by Jason Cooper
parent d6bd4b4cb3
commit 93b5577e50
1 changed files with 10 additions and 0 deletions

View File

@ -345,6 +345,16 @@
clocks = <&mainpll>;
clock-output-names = "nand";
};
flash@d0000 {
compatible = "marvell,armada370-nand";
reg = <0xd0000 0x54>;
#address-cells = <1>;
#size-cells = <1>;
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&coredivclk 0>;
status = "disabled";
};
};
};