
On Wed, Apr 06, 2022 at 03:57:31PM +0800, Jim Liu wrote:
The patch series add basic supoorts for NPCM750, which is Nuvoton's 3th-generation BMC (Baseboard Management Controller). Add drivers to support Clock,Timer,Uart for NPCM7xx SoC.
the NPCM750 computing subsystem comprises a dual-core ARM a9 at 800MHz speed with L1/L2 caches
Jim Liu (6): ARM: configs: Add defconfig for Nuvoton NPCM750 ARM: dts: Add Nuvoton NPCM750 device tree timer: npcm: Add NPCM timer support serial: npcm: Add support for Nuvoton NPCM SoCs clk: nuvoton: Add support for NPCM750 arm: nuvoton: Add support for Nuvoton NPCM750 BMC
One last bit of overall feedback is that this, and the NPCM8xx support need to be coordinated, and sharing as much driver/etc code, pulling SoC differences from DT, as possible. Thanks.