Home
last modified time | relevance | path

Searched full:pcf8574 (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/
H A Dhit,hd44780.yaml17 expander boards based on the PCF8574 available for these displays. For
106 pcf8574: pcf8574@27 {
107 compatible = "nxp,pcf8574";
117 data-gpios = <&pcf8574 4 0>,
118 <&pcf8574 5 0>,
119 <&pcf8574 6 0>,
120 <&pcf8574 7 0>;
121 enable-gpios = <&pcf8574 2 0>;
122 rs-gpios = <&pcf8574
[all...]
/freebsd/share/man/man4/
H A Dpcf8574.431 .Nm pcf8574
32 .Nd driver for the PCF8574 8-bit I2C IO expander
38 .Cd "device pcf8574"
64 Must be set to "nxp,pcf8574".
78 compatible = "nxp,pcf8574";
H A DMakefile451 pcf8574.4 \
/freebsd/sys/dev/iicbus/gpio/
H A Dpcf8574.c30 * Driver for PCF8574 / PCF8574A 8-bit I/O expander
80 { "nxp,pcf8574", 1 },
124 device_set_desc(dev, "PCF8574 I/O expander"); in pcf8574_probe()
144 sx_init(&sc->lock, "pcf8574"); in pcf8574_attach()
415 DRIVER_MODULE(pcf8574, iicbus, pcf8574_driver, 0, 0);
416 MODULE_DEPEND(pcf8574, iicbus, IICBUS_MINVER, IICBUS_PREFVER, IICBUS_MAXVER);
417 MODULE_DEPEND(pcf8574, gpiobus, 1, 1, 1);
418 MODULE_VERSION(pcf8574, 1);
/freebsd/sys/modules/i2c/pcf8574/
H A DMakefile2 KMOD = pcf8574
3 SRCS = pcf8574.c
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-pcf857x.txt25 - "nxp,pcf8574": For the NXP PCF8574
H A Dnxp,pcf8575.yaml35 - nxp,pcf8574
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dbcm958742-base.dtsi77 pcf8574: pcf8574@27 { label
/freebsd/sys/modules/i2c/
H A DMakefile22 pcf8574 \
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-kp-ddc.dts96 compatible = "nxp,pcf8574";
H A Dimx53-kp.dtsi84 compatible = "nxp,pcf8574";
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am625-phyboard-lyra-rdk.dts259 compatible = "nxp,pcf8574";
/freebsd/sys/dev/sound/pci/
H A Denvy24.h490 /* PCF8574 registers */
/freebsd/sys/conf/
H A Dfiles1838 dev/iicbus/gpio/pcf8574.c optional pcf8574