From: Lukas Schmid <lukas.schmid@netcube.li>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
Maxime Ripard <mripard@kernel.org>
Cc: Lukas Schmid <lukas.schmid@netcube.li>,
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 v8 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
Date: Sun, 31 Aug 2025 18:25:29 +0200 [thread overview]
Message-ID: <20250831162536.2380589-1-lukas.schmid@netcube.li> (raw)
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 v8:
- Use a gpio-mux instead of the gpio-hog for the USB0_SEC_EN signal
- Fix the dt-schema issues
Changes in v7:
- Fix the gpio numbering for the USB_SEC_EN gpio hog
- Fix the gpio-line-names for the keypad carrier
Changes in v6:
- Add 'usb0-enable-hog' to the som to enable the USB-OTG port by default
- Update the keypad carrier dts to match actual board revision
Changes in v5:
- Re-add the non-removable property to the ESP32 interface
- Add the mmc-pwrseq node for the ESP32 to initialize the ESP32 correctly
- Remove the unused ehci0 and ohci0 nodes from the Keypad Carrier since
USB port is peripheral only
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@netcube.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 | 129 +++++++++
.../allwinner/sun8i-t113s-netcube-nagami.dtsi | 250 ++++++++++++++++++
.../boot/dts/allwinner/sunxi-d1s-t113.dtsi | 48 ++++
6 files changed, 505 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
next reply other threads:[~2025-08-31 16:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-31 16:25 Lukas Schmid [this message]
2025-08-31 16:25 ` [PATCH v8 1/5] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM and carrier board bindings Lukas Schmid
2025-08-31 16:25 ` [PATCH v8 2/5] riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM Lukas Schmid
2025-09-13 9:09 ` Chen-Yu Tsai
2025-08-31 16:25 ` [PATCH v8 3/5] ARM: dts: sunxi: add support for " Lukas Schmid
2025-09-13 9:02 ` Chen-Yu Tsai
2025-08-31 16:25 ` [PATCH v8 4/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Basic Carrier Lukas Schmid
2025-08-31 16:25 ` [PATCH v8 5/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Keypad Carrier Lukas Schmid
2025-09-02 13:17 ` [PATCH v8 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards Rob Herring (Arm)
2025-09-13 9:30 ` Chen-Yu Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250831162536.2380589-1-lukas.schmid@netcube.li \
--to=lukas.schmid@netcube.li \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jernej.skrabec@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=mripard@kernel.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®