[PATCH v5 0/2] Add Lenovo ThinkEdge SE70 carrier board support
Jiqi Li <[email protected]> Fri, 31 Jul 2026 17:50:07 +0800
| Newsgroups | org.kernel.vger.linux-tegra,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
This patch set introduces device tree binding and standalone DTS file for Lenovo ThinkEdge SE70, a fanless industrial edge gateway powered by the NVIDIA Jetson Xavier NX module (P3668-0001) on a custom carrier board. Patch 1 updates tegra.yaml bindings to add the three-stage compatible string matching board + SOM + SoC, following the existing Tegra carrier board convention. Patch 2 adds the complete carrier board device tree, including: - 40-pin expansion header pinmux configuration - External Micro SD card slot with dedicated 3.3V regulator - I2C bus for 40-pin header All static device tree checks pass: dtbs compile and dt_binding_check complete without errors. Jiqi Li (2): dt-bindings: arm: tegra: Add lenovo,thinkedge-se70 compatible string arm64: tegra: Add Lenovo ThinkEdge SE70 device tree .../devicetree/bindings/arm/tegra.yaml | 5 + arch/arm64/boot/dts/nvidia/Makefile | 1 + .../nvidia/tegra194-lenovo-thinkedge-se70.dts | 111 ++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-lenovo-thinkedge-se70.dts -- 2.43.0