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 7E872C83F03 for ; Sun, 6 Jul 2025 19:06:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=fUXPJp/ffQpIxat29Lw9AdLyTZgadRBmempAN/RBbaE=; b=k04HnQ+s0YNp83 NhBFyYxT7S1ZVY+8kbAwFEdhlp7Td7Rw8qFGulPxIvLSN2FNo3VYQR+N3Y4/EVY84b846umsrbuyB oA0DPQqEwQI5mZeW3oZXkc1oby41iOghdy6GE7XPS1d7ULnAcIwymR+SrtYiXxw7+fW+g9m4UqSKD KoE9ARDHFyNnpa//UrpT2cf41LD6LD2C91uEhUqVJeeEce4+O408gBMCjZKywdjxSZHR7/QuZGTf2 56IpiEwXLGjY0BPb36fS0s7YxVJ6zi1ZRcm9VLi0sMULKa8Djaqk3Cxec/kNPlW+RBLMacPZzWe++ O4FXiZX0LTuyH8wDvK7g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uYUhM-00000000hTI-06KQ; Sun, 06 Jul 2025 19:06:48 +0000 Received: from mail.netcube.li ([173.249.15.149]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uYUE8-00000000eK7-0P0i; Sun, 06 Jul 2025 18:36:37 +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=8W+qMrtYNnZcx+EJzfAd8UOWFZ0ESxaf0QC+aaxPdLc=; b=H0V8+hihvGTw3plf+Csl99c4Y9hG7Q1bVz9KDEXvesm4isirwp98UB832PtCxJ6uOIwlt2juW/wN2c4T/iTTVuqGqkS7aE2MXZctfZ1x5guYgOOFyDZUneq/yZh+ngAvjt9WHouE64qsobF1jH7IGLEUmush5Kkg587rmFJI+jU= Received: from lukas-hpz440workstation.lan.sk100508.local (cm70-231.liwest.at [212.241.70.231]) by mail.netcube.li with ESMTPA ; Sun, 6 Jul 2025 20:36:15 +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 v2 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards Date: Sun, 6 Jul 2025 20:35:53 +0200 Message-Id: <20250706183601.157523-1-lukas.schmid@netcube.li> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250706_113636_414660_6A473519 X-CRM114-Status: GOOD ( 11.39 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org This series adds support for the NetCube Systems Nagami SoM and its associated carrier boards, the Nagami Basic Carrier and the Nagami Keypad Carrier. Changes in v2: - Squash the binding patches into one patch - Fix formatting of the phy node in the SoM dtsi - Add description on where the phy is located in the SoM dtsi - Fix the phy address in the SoM dtsi - Move the carrier bindings into the same description as enums Signed-off-by: Lukas Schmid --- Lukas Schmid (5): dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM and carrier board bindings riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM ARM: dts: sunxi: add support for NetCube Systems Nagami SoM ARM: dts: sunxi: add support for NetCube Systems Nagami Basic Carrier ARM: dts: sunxi: add support for NetCube Systems Nagami Keypad Carrier .../devicetree/bindings/arm/sunxi.yaml | 17 ++ arch/arm/boot/dts/allwinner/Makefile | 3 + ...n8i-t113s-netcube-nagami-basic-carrier.dts | 63 +++++ ...8i-t113s-netcube-nagami-keypad-carrier.dts | 165 +++++++++++++ .../allwinner/sun8i-t113s-netcube-nagami.dtsi | 227 ++++++++++++++++++ .../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 36 +++ 6 files changed, 511 insertions(+) create mode 100644 arch/arm/boot/dts/allwinner/sun8i-t113s-netcube-nagami-basic-carrier.dts create mode 100644 arch/arm/boot/dts/allwinner/sun8i-t113s-netcube-nagami-keypad-carrier.dts create mode 100644 arch/arm/boot/dts/allwinner/sun8i-t113s-netcube-nagami.dtsi -- 2.39.5 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv