|
NAMEpcf8574 —
driver for the PCF8574 8-bit I2C IO expander
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device pcf8574
device gpio
device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): pcf8574_load="YES" DESCRIPTIONThepcf8574 driver provides
gpiobus(4)
control over 8 GPIO pins. The pins are quasi-bidirectional. Only low output
can be actively driven. High output is equivalent to input.
On an FDT(4) based system the following properties must be set:
The DTS part for a / { ... pcf8574@27 { compatible = "nxp,pcf8574"; reg = <0x27>; }; }; SEE ALSOfdt(4), gpiobus(4), iicbus(4)HISTORYThepcf8574 driver and this manual page was written by
Andriy Gapon
<avg@FreeBSD.org>.
BUGSThepcf8574 driver does not support the input change
interrupt that the hardware provides.
Visit the GSP FreeBSD Man Page Interface. |