From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A3B31CD8C85 for ; Sat, 6 Jun 2026 20:55:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=zysp9UOZdYQfuJRmcjZPPdnKqn46r6J7N0CZfMxHtOA=; b=AlaVmZM9Q6kzm8bT35+q4XZhEL nRn67ZvVuRTFDx0qWX1e5NL+gspPf9SDXD/9FBgy1o1dVQmRi/lLYMurZK0qfYH139cL8O5lGEwfc 1dYOY1LE2KY/c3MI2pP0pj2AO+ORvX5cZJF6vcZ4f9XGZvyd+yonedNvK8yBiAtxbpjgFgRejTJxt LVJME0It5xoaIMImdDcQ2YodQJ0AnxsehTbOyKrluQHYCXM+xKPM1A72dxNzj8Yc8201VrWMIbr5O xnuGAq1+ZiB8Z4ZSxxYsrESeIb+l/ssJScMOCa6Xcv2FRto+klv2kjVU7Xw/cJjor78AD0UN/KjVG jWTA+yOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wVy3B-00000001pQ2-0of5; Sat, 06 Jun 2026 20:55:25 +0000 Received: from mail.netcube.li ([173.249.15.149]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wVy38-00000001pP3-3rZV; Sat, 06 Jun 2026 20:55:24 +0000 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=zysp9UOZdYQfuJRmcjZPPdnKqn46r6J7N0CZfMxHtOA=; b=r5zMAq45/5Z11yp/G/J+9sop5mOoMLh6/SXq2vpDo5vPmSekLuvzNnFIKO03su98P6J7kiScr59CeEVPF9xU8zXzQtw514letH0xQi3lj3B6R3Bj8zNG0unV8et+fbqR8b6+yijgyIx7hz0jKXomvMaup+uHw53pPk8UWF2a8JA= 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 22:55: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 v4 0/3] Add support for NetCube Systems OpenNMC (dobermann) Date: Sat, 6 Jun 2026 22:54:40 +0200 Message-ID: <20260606205452.2386930-1-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260606_135523_253013_597A1E94 X-CRM114-Status: GOOD ( 10.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series adds support for the NetCube Systems OpenNMC. Sorry for the quick resend. This v4 includes the corrected Makefile target name. Changes in v4: - fix the ARM Makefile target name for the new board 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