xref: /freebsd/share/man/man4/nctgpio.4 (revision 06c3fb27)
1.\"
2.Dd Apr 18, 2023
3.Dt NCTGPIO 4
4.Os
5.Sh NAME
6.Nm nctgpio
7.Nd GPIO controller on Nuvoton and Winbond Super I/Os
8.Sh SYNOPSIS
9.Cd "device gpio"
10.Cd "device nctgpio"
11.Cd "device superio"
12.Sh DESCRIPTION
13The
14.Nm
15is a driver for GPIO controller that can be found in Nuvoton and Winbond Super I/O chips.
16.Pp
17The
18.Nm
19driver supports the following chips:
20.Pp
21.Bl -bullet -compact
22.It
23Nuvoton NCT5104D
24.It
25Nuvoton NCT5104D (PC-Engines APU)
26.It
27Nuvoton NCT5104D (PC-Engines APU3)
28.It
29Nuvoton NCT5585D
30.It
31Nuvoton NCT6116D
32.It
33Nuvoton NCT6779
34.It
35Nuvoton NCT6796D-E
36.It
37Winbond 83627DHG
38.El
39
40.Sh SEE ALSO
41.Xr gpio 3 ,
42.Xr gpio 4 ,
43.Xr gpioctl 8
44.Sh HISTORY
45The driver first appeared in
46.Fx 11.0 .
47And the
48manual page first appeared in
49.Fx 14.0 .
50.Sh AUTHORS
51The driver was initially written by
52.An Daniel Wyatt Aq Mt daniel@dewyatt.com .
53This man page was written by
54.An Stéphane Rochoy Aq Mt stephane.rochoy@stormshield.eu .
55