]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: npcm: Add SGPIO support for Nuvoton NPCM SoCs
authorJim Liu <jim.t90615@gmail.com>
Mon, 29 Jul 2024 08:51:03 +0000 (16:51 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 20:31:55 +0000 (14:31 -0600)
commit7c17f02283d57c529a5736a602050ec3524cd509
treeed286382a56e917061870f6257e2266c50ec7969
parentce6895dd127ef86b851f3188288ea0ea3bd8c970
gpio: npcm: Add SGPIO support for Nuvoton NPCM SoCs

Add Nuvoton BMC NPCM7xx/NPCM8xx sgpio driver.
BMC can use this driver to increase 64 GPI pins and 64 GPO pins to use.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/npcm_sgpio.c [new file with mode: 0644]