|
NAMEpcf8591 —
driver for the PCF8591 8-bit A/D and D/A converter
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device pcf8591
device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): pcf8591_load="YES" DESCRIPTIONThepcf8591 driver supports reading four inputs and
setting one output over I2C. The hardware supports configuring the input lines
as:
The
On an FDT(4) based system the following properties must be set:
The DTS part for a / { ... pcf8591adc { compatible = "nxp,pcf8591"; reg = <0x48>; }; }; SEE ALSOfdt(4), iicbus(4), sysctl(8)HISTORYThepcf8591 driver and this manual page was written by
Andriy Gapon
<avg@FreeBSD.org>.
BUGSThepcf8591 driver does not support changing the input
configuration. All input lines are configured as single-ended inputs.
The
Visit the GSP FreeBSD Man Page Interface. |