Hi! Dinh Nguyen <dinguyen@xxxxxxxxxx> writes: > From: Graham Moore <grmoore@xxxxxxxxxxxxxxxxxxxxx> > > Add socfpga_arria10_socdk_nand.dts board file for supporting NAND. > > Signed-off-by: Graham Moore <grmoore@xxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts | 44 ++++++++++++++++++++++++ > 2 files changed, 45 insertions(+) > create mode 100644 arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts > (...) > +#include "socfpga_arria10_socdk.dtsi" > + > +/ { > + soc { > + nand: nand@ffb90000 { > + #address-cells = <1>; > + #size-cells = <1>; > + status = "okay"; > + > + compatible = "denali,denali-nand-dt", "altr,socfpga-denali-nand"; > + reg = <0xffb90000 0x72000>, <0xffb80000 0x10000>; > + reg-names = "nand_data", "denali_reg"; > + interrupts = <0 99 4>; > + dma-mask = <0xffffffff>; > + clocks = <&nand_clk>; This belongs into the socfpga_arria10.dtsi. Regards, Steffen -- Pengutronix e.K. | Steffen Trumtrar | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html