[PATCH 7/8] ARM: dts: Add a Raidsonic IB-4210-B DTS
Krzysztof Kozlowski
krzk at kernel.org
Sat Feb 28 03:12:29 PST 2026
On Sat, Feb 28, 2026 at 01:05:47AM +0100, Linus Walleij wrote:
> This adds a device tree for the Raidsonic IB-4210-B NAS, a slightly
> under-powered version of IB-4220-B with half the memory and
> the cheaper version of the SoC.
>
> Signed-off-by: Linus Walleij <linusw at kernel.org>
> ---
> arch/arm/boot/dts/gemini/Makefile | 1 +
> arch/arm/boot/dts/gemini/gemini-nas4210b.dts | 205 +++++++++++++++++++++++++++
> 2 files changed, 206 insertions(+)
>
> diff --git a/arch/arm/boot/dts/gemini/Makefile b/arch/arm/boot/dts/gemini/Makefile
> index d5d32f02e232..4722fb1bac49 100644
> --- a/arch/arm/boot/dts/gemini/Makefile
> +++ b/arch/arm/boot/dts/gemini/Makefile
> @@ -2,6 +2,7 @@
> dtb-$(CONFIG_ARCH_GEMINI) += \
> gemini-dlink-dir-685.dtb \
> gemini-dlink-dns-313.dtb \
> + gemini-nas4210b.dtb \
> gemini-nas4220b.dtb \
> gemini-ns2502.dtb \
> gemini-rut1xx.dtb \
> diff --git a/arch/arm/boot/dts/gemini/gemini-nas4210b.dts b/arch/arm/boot/dts/gemini/gemini-nas4210b.dts
> new file mode 100644
> index 000000000000..8bec57c8b7b1
> --- /dev/null
> +++ b/arch/arm/boot/dts/gemini/gemini-nas4210b.dts
> @@ -0,0 +1,205 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Device Tree file for the Gemini-based Raidsonic NAS IB-4210-B
> + * Based on the NAS Forum experiments by user "CptSpock".
> + */
> +
> +/dts-v1/;
> +
> +#include "gemini.dtsi"
> +#include <dt-bindings/input/input.h>
> +
> +/ {
> + model = "Raidsonic NAS IB-4210-B";
> + compatible = "raidsonic,ib-4210-b", "cortina,gemini";
So here it is - that's a new compatible, not missing one.
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list