[PATCH v4 0/3] arm64: dts: nuvoton: add NPCM845 SoC and EVB support
Tomer Maimon <[email protected]> Wed, 10 Jun 2026 19:08:13 +0300
| Newsgroups | org.ozlabs.lists.openbmc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This series fix warnings and adds device tree support for peripherals on the Nuvoton NPCM845 SoC and its Evaluation Board (EVB). The first patch fix warning and arrange node order. The second patch introduces peripheral nodes for Ethernet, MMC, SPI, USB, RNG, ADC, PWM-FAN, I2C, and OP-TEE firmware in the NPCM845 SoC device tree. The third patch enables these peripherals for the NPCM845-EVB, adding MDIO nodes, reserved memory, aliases, and board-specific configurations like PHY modes and SPI flash partitions. The NPCM8XX device tree tested on NPCM845 evaluation board. This series depends on: https://lore.kernel.org/all/[email protected]/ https://lore.kernel.org/all/[email protected]/ https://lore.kernel.org/all/[email protected]/ Addressed comments from: - Rob Herring: https://patchwork.ozlabs.org/project/openbmc/cover/[email protected]/#3588084 Changes since version 3: - reomve tmp100. Changes since version 2: - Fix dts warning - Arrange node order by ascending unit address. Changes since version 1: - Fix commit message - Fix dtbs_check warnings. Tomer Maimon (3): arm64: dts: nuvoton: npcm845: Reorder timer0 and PECI nodes arm64: dts: nuvoton: npcm845: Add peripheral nodes arm64: dts: nuvoton: npcm845-evb: Add peripheral nodes .../dts/nuvoton/nuvoton-common-npcm8xx.dtsi | 726 +++++++++++++++++- .../boot/dts/nuvoton/nuvoton-npcm845-evb.dts | 413 ++++++++++ .../boot/dts/nuvoton/nuvoton-npcm845.dtsi | 11 +- 3 files changed, 1130 insertions(+), 20 deletions(-) -- 2.34.1