nctgpio(4): Document supported Nuvoton chips

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/719
This commit is contained in:
Stéphane Rochoy
2023-07-01 11:19:44 -06:00
committed by Warner Losh
parent 32c3d315ed
commit 93f899bed5
+45
View File
@@ -0,0 +1,45 @@
.\" $FreeBSD$
.\"
.Dd Jan 11, 2021
.Dt NCTGPIO 4
.Os
.Sh NAME
.Nm nctgpio
.Nd GPIO controller on Nuvoton and Winbond Super I/O
.Sh SYNOPSIS
.Cd "device gpio"
.Cd "device nctgpio"
.Cd "device superio"
.Sh DESCRIPTION
The
.Nm
is a driver for GPIO controller that can be found in Nuvoton and Winbond Super I/O chips.
.Pp
The
.Nm
driver supports the following chips:
.Pp
.Bl -bullet -compact
.It
Nuvoton NCT5104D
.It
Nuvoton NCT5104D (PC-Engines APU)
.It
Nuvoton NCT5104D (PC-Engines APU3)
.El
.Sh SEE ALSO
.Xr gpio 3 ,
.Xr gpio 4 ,
.Xr gpioctl 8
.Sh HISTORY
The driver first appeared in
.Fx 11.0 .
And the
manual page first appeared in
.Fx 13.0 .
.Sh AUTHORS
The driver was initially written by
.An Daniel Wyatt Aq Mt daniel@dewyatt.com .
This man page was written by
.An Stéphane Rochoy Aq Mt stephane.rochoy@stormshield.eu .