From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.netcube.li (mail.netcube.li [173.249.15.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CA5CA3B18A; Sat, 6 Jun 2026 19:17:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=173.249.15.149 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780773439; cv=none; b=WVDK7/cTYXE7HvFC/FmL9gycjQHLRcG01eZHV+T9Yr+Y7wkohWczn3vr/Ln8Py0HoDI027F8aGiFMMnUwyxv4sr+fAZXV+8tcgqd0jB7Wjib+8MdpfxrUKsaup6dhdcS4oXHbFPnpNw6gMZHYvOQ530yCrYQzXLbSW/TnHdJlOI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780773439; c=relaxed/simple; bh=aHFs9+yKrc6F6MP+eBXZV3bWGP6ZzEYoxbFHKtnNWUI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=UhwjfQBme5SeTVbllX6GTGOzEMlzxL5lg/RYotxqGBUINd4QVTp1441obVxpoELbgkbOm23HZx9BkU+DKulXn7LICX9VuEz9yOlwYMxGPRnUvJTdmmoyvlnAor10g8iW/xl5OTE7n9tXj9zZiGwcCpCXlBdl4IXHNkGkL9506jY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li; spf=pass smtp.mailfrom=netcube.li; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b=gf+kDDP/; arc=none smtp.client-ip=173.249.15.149 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=netcube.li Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=netcube.li Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=netcube.li header.i=@netcube.li header.b="gf+kDDP/" dkim-signature: v=1; a=rsa-sha256; d=netcube.li; s=s1; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Transfer-Encoding; bh=WbCTOBAz0hMs5qLKWoWlLYd4WkBDo6+l7gdm17WIIAA=; b=gf+kDDP/p5tBNakn8jZPJHzj9SJXxRCOolKH5/zQ3xwQTEv1lpr1w/ReWDppj4Qd5MO+geftEOCGP0stTFsE4Gl4qgpFDkagSTzycqiij6yIZwbSVAVoC+YBeBSdCmSNZeazOUb1qSy2GZT/570CGfSkq8mJw5X8f1APYVulOM4= Received: from lukas-hpz440workstation.lan.sk100508.local (194-166-56-114.hdsl.highway.telekom.at [194.166.56.114]) by mail.netcube.li with ESMTPA ; Sat, 6 Jun 2026 21:17:09 +0200 From: Lukas Schmid To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Maxime Ripard Cc: Lukas Schmid , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: [PATCH v3 0/3] Add support for NetCube Systems OpenNMC (dobermann) Date: Sat, 6 Jun 2026 21:16:38 +0200 Message-ID: <20260606191649.2347704-1-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This series adds support for the NetCube Systems OpenNMC Changes in v3: - actually add the Makefile changes Changes in v2: - fixed ordering of compatible enum - fixed gpio line names Signed-off-by: Lukas Schmid --- Lukas Schmid (3): dt-bindings: arm: sunxi: Add NetCube Systems OpenNMC (dobermann) riscv: dts: allwinner: d1s-t113: Add uart4 pinctrl required by NetCube Systems OpenNMC ARM: dts: sunxi: add support for NetCube Systems OpenNMC (dobermann) .../devicetree/bindings/arm/sunxi.yaml | 1 + arch/arm/boot/dts/allwinner/Makefile | 2 + .../sun8i-t113s-netcube-dobermann.dts | 149 ++++++++++++++++++ .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 6 + 4 files changed, 158 insertions(+) create mode 100644 arch/arm/boot/dts/allwinner/sun8i-t113s-netcube-dobermann.dts -- 2.47.3