|
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device pcf8574
device gpio
device iicbusAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): pcf8574_load="YES" DESCRIPTIONThe 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 ALSOHISTORYThe BUGSThe
|