On 05/02/2025 11:13, niravkumar.l.rabara@xxxxxxxxx wrote: > diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts > new file mode 100644 > index 000000000000..ccc9be2cd7c6 > --- /dev/null > +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts > @@ -0,0 +1,89 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Copyright (C) 2025, Altera Corporation > + */ > +#include "socfpga_agilex5.dtsi" > + > +/ { > + model = "SoCFPGA Agilex5 SoCDK"; > + compatible = "intel,socfpga-agilex5-socdk", "intel,socfpga-agilex5"; You cannot use other boards compatibles. Different device, different compatible. Best regards, Krzysztof