Searched +full:pcf857x +full:- +full:compatible (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/gpio/ |
D | gpio-pcf857x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Driver for pcf857x, pca857x, and pca967x I2C GPIO expanders 39 { .compatible = "nxp,pcf8574", (void *)8 }, 40 { .compatible = "nxp,pcf8574a", (void *)8 }, 41 { .compatible = "nxp,pca8574", (void *)8 }, 42 { .compatible = "nxp,pca9670", (void *)8 }, 43 { .compatible = "nxp,pca9672", (void *)8 }, 44 { .compatible = "nxp,pca9674", (void *)8 }, 45 { .compatible = "nxp,pcf8575", (void *)16 }, 46 { .compatible = "nxp,pca8575", (void *)16 }, [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 47 this symbol, but new drivers should use the generic gpio-regmap 57 non-sleeping contexts. They can make bitbanged serial protocols 126 Enables support for the idio-16 library functions. The idio-16 library 128 ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16. 130 If built as a module its name will be gpio-idio-16. 136 tristate "GPIO driver for 74xx-ICs with MMIO access" 140 Say yes here to support GPIO functionality for 74xx-compatible ICs 141 with MMIO access. Compatible models include: 155 If driver is built as a module it will be called gpio-altera. [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/gpio/ |
D | nxp,pcf8575.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PCF857x-compatible I/O expanders 10 - Laurent Pinchart <[email protected]> 13 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be 14 driven high by a pull-up current source or driven low to ground. This 23 compatible: 25 - maxim,max7328 26 - maxim,max7329 [all …]
|
/linux-6.14.4/arch/riscv/boot/dts/allwinner/ |
D | sun20i-d1-nezha.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 // Copyright (C) 2021-2022 Samuel Holland <[email protected]> 7 * The Nezha-D1 has a 40-pin IO header. Some of these pins are routed 8 * directly to pads on the SoC, others come from an 8-bit pcf857x IO 10 * one set for the pcf857x, and one set for the pio controller. 12 * Lines which are routed to the 40-pin header are named as follows: 15 * <pin#> is the actual pin number of the 40-pin header 20 * http://dl.linux-sunxi.org/D1/D1_Nezha_development_board_schematic_diagram_20210224.pdf 23 #include <dt-bindings/gpio/gpio.h> 24 #include <dt-bindings/input/input.h> [all …]
|