diff options
author | Steffen Trumtrar <[email protected]> | 2016-11-09 12:39:33 -0600 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2016-11-09 12:40:52 -0600 |
commit | d837a80d19505d74ee5941eebf9dd53fed6f36a6 (patch) | |
tree | f9ca60d4eb8bc25b87e5dc5e89d05809ff5729c6 | |
parent | 47d5c5ffa33d67990c93be14ceb754a89849a3dc (diff) |
ARM: dts: socfpga: add nand controller nodes
Add the denali nand controller to the socfpga dtsi.
Signed-off-by: Steffen Trumtrar <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index dda6b4500b9a..27c1d46127cf 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -701,6 +701,19 @@ status = "disabled"; }; + nand0: nand@ff900000 { + #address-cells = <0x1>; + #size-cells = <0x1>; + compatible = "denali,denali-nand-dt"; + reg = <0xff900000 0x100000>, + <0xffb80000 0x10000>; + reg-names = "nand_data", "denali_reg"; + interrupts = <0x0 0x90 0x4>; + dma-mask = <0xffffffff>; + clocks = <&nand_clk>; + status = "disabled"; + }; + ocram: sram@ffff0000 { compatible = "mmio-sram"; reg = <0xffff0000 0x10000>; |