Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+16
+16
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
··· 302 302 status = "disabled"; 303 303 }; 304 304 305 + nand: nand@ffb90000 { 306 + #address-cells = <1>; 307 + #size-cells = <0>; 308 + compatible = "altr,socfpga-denali-nand"; 309 + reg = <0xffb90000 0x10000>, 310 + <0xffb80000 0x1000>; 311 + reg-names = "nand_data", "denali_reg"; 312 + interrupts = <0 97 4>; 313 + clocks = <&clkmgr STRATIX10_NAND_CLK>, 314 + <&clkmgr STRATIX10_NAND_X_CLK>, 315 + <&clkmgr STRATIX10_NAND_ECC_CLK>; 316 + clock-names = "nand", "nand_x", "ecc"; 317 + resets = <&rst NAND_RESET>, <&rst NAND_OCP_RESET>; 318 + status = "disabled"; 319 + }; 320 + 305 321 ocram: sram@ffe00000 { 306 322 compatible = "mmio-sram"; 307 323 reg = <0xffe00000 0x100000>;