On 09/02/2025 23:06, Alexander Sverdlin wrote: > diff --git a/arch/arm64/boot/dts/sophgo/Makefile b/arch/arm64/boot/dts/sophgo/Makefile > new file mode 100644 > index 000000000000..fcabaf0babf4 > --- /dev/null > +++ b/arch/arm64/boot/dts/sophgo/Makefile > @@ -0,0 +1,2 @@ > +# SPDX-License-Identifier: GPL-2.0 > +dtb-$(CONFIG_ARCH_SOPHGO) += sg2000_milkv_duo_module_01_evb.dtb > diff --git a/arch/arm64/boot/dts/sophgo/sg2000_milkv_duo_module_01_evb.dts b/arch/arm64/boot/dts/sophgo/sg2000_milkv_duo_module_01_evb.dts > new file mode 100644 > index 000000000000..f3533892453d > --- /dev/null > +++ b/arch/arm64/boot/dts/sophgo/sg2000_milkv_duo_module_01_evb.dts > @@ -0,0 +1,30 @@ > +// SPDX-License-Identifier: (GPL-2.0 OR MIT) > + > +/dts-v1/; > + > +#include "sg2000_milkv_duo_module_01.dtsi" > + > +/ { > + model = "Milk-V Duo Module 01 Evaluation Board"; Missing compatible. Best regards, Krzysztof