[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250710125021.1079702-1-lukas.schmid@netcube.li>
Date: Thu, 10 Jul 2025 14:50:14 +0200
From: Lukas Schmid <lukas.schmid@...cube.li>
To: Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Chen-Yu Tsai <wens@...e.org>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Samuel Holland <samuel@...lland.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Alexandre Ghiti <alex@...ti.fr>,
Maxime Ripard <mripard@...nel.org>
Cc: Lukas Schmid <lukas.schmid@...cube.li>,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-sunxi@...ts.linux.dev,
linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org
Subject: [PATCH v4 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
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 v4:
- Disable the default interfaces on the card-edge but keep the pinctrl
definitions for them
- Split the pinctrl definitions for the SPI interface into the basic spi
pins and the hold/wp pins
- Move some mmc0 properties to the Basic Carrier dts
- Remove non-removable property from the ESP32 interface
- Fix typo in the keypad matrix definition
Changes in v3:
- Add missing dcxo node to the SoM dtsi
- Rename the multi-led node
- Change dr_mode to "peripheral" for the 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@...cube.li>
---
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 | 8 +
arch/arm/boot/dts/allwinner/Makefile | 3 +
...n8i-t113s-netcube-nagami-basic-carrier.dts | 67 +++++
...8i-t113s-netcube-nagami-keypad-carrier.dts | 164 ++++++++++++
.../allwinner/sun8i-t113s-netcube-nagami.dtsi | 233 ++++++++++++++++++
.../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 42 ++++
6 files changed, 517 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
Powered by blists - more mailing lists