Skip to content
Permalink
Browse files
gpio: starfive-jh7100: Add StarFive JH7100 GPIO driver
This SoC is used on the BeagleV Starlight JH7100 board [1].

[1] https://github.com/beagleboard/beaglev-starlight

Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Drew Fustini <drew@beagleboard.org>
  • Loading branch information
huanfeng-sf authored and esmil committed Jun 13, 2021
1 parent d1d30dd commit ad78ee06db98750082ab52e23e4608a3787a3db4
Show file tree
Hide file tree
Showing 4 changed files with 938 additions and 0 deletions.
@@ -542,6 +542,14 @@ config GPIO_SIFIVE
help
Say yes here to support the GPIO device on SiFive SoCs.

config GPIO_STARFIVE_JH7100
bool "StarFive JH7100 GPIO support"
depends on OF_GPIO
select GPIOLIB_IRQCHIP
default y if SOC_STARFIVE_VIC7100
help
Say yes here to support the GPIO device on StarFive JH7100 SoC.

config GPIO_SIOX
tristate "SIOX GPIO support"
depends on SIOX
@@ -132,6 +132,7 @@ obj-$(CONFIG_GPIO_SAMA5D2_PIOBU) += gpio-sama5d2-piobu.o
obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o
obj-$(CONFIG_GPIO_SCH) += gpio-sch.o
obj-$(CONFIG_GPIO_SIFIVE) += gpio-sifive.o
obj-$(CONFIG_GPIO_STARFIVE_JH7100) += gpio-starfive-jh7100.o
obj-$(CONFIG_GPIO_SIOX) += gpio-siox.o
obj-$(CONFIG_GPIO_SL28CPLD) += gpio-sl28cpld.o
obj-$(CONFIG_GPIO_SODAVILLE) += gpio-sodaville.o

0 comments on commit ad78ee0

Please sign in to comment.