aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2019-06-24 16:12:32 -0500
committerDinh Nguyen <dinguyen@kernel.org>2019-07-30 09:05:29 -0500
commit67c9fd2d23208e65c6658a1fc83bc37392f241b5 (patch)
treede41d6d82bd641756c37b4dbb0ea04d18c7dba7e /arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
parentARM: dts: socfpga: update to new Denali NAND binding (diff)
downloadlinux-dev-67c9fd2d23208e65c6658a1fc83bc37392f241b5.tar.xz
linux-dev-67c9fd2d23208e65c6658a1fc83bc37392f241b5.zip
arm64: dts: stratix10: Add NAND device node
Add the NAND device node to the base Stratix10 DTS. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi')
-rw-r--r--arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index be78db2cd4c9..144a2c19ac02 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -302,6 +302,22 @@
status = "disabled";
};
+ nand: nand@ffb90000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "altr,socfpga-denali-nand";
+ reg = <0xffb90000 0x10000>,
+ <0xffb80000 0x1000>;
+ reg-names = "nand_data", "denali_reg";
+ interrupts = <0 97 4>;
+ clocks = <&clkmgr STRATIX10_NAND_CLK>,
+ <&clkmgr STRATIX10_NAND_X_CLK>,
+ <&clkmgr STRATIX10_NAND_ECC_CLK>;
+ clock-names = "nand", "nand_x", "ecc";
+ resets = <&rst NAND_RESET>, <&rst NAND_OCP_RESET>;
+ status = "disabled";
+ };
+
ocram: sram@ffe00000 {
compatible = "mmio-sram";
reg = <0xffe00000 0x100000>;