Searched +full:gpio +full:- +full:controller (Results 1 – 25 of 579) sorted by relevance
12345678910>>...24
/Documentation/devicetree/bindings/gpio/ |
D | 8xxx_gpio.txt | 1 GPIO controllers on MPC8xxx SoCs 3 This is for the non-QE/CPM/GUTs GPIO controllers as found on 6 Every GPIO controller node must have #gpio-cells property defined, 7 this information will be used to translate gpio-specifiers. 8 See bindings/gpio/gpio.txt for details of how to specify GPIO 11 The GPIO module usually is connected to the SoC's internal interrupt 12 controller, see bindings/interrupt-controller/interrupts.txt (the 13 interrupt client nodes section) for details how to specify this GPIO 16 The GPIO module may serve as another interrupt controller (cascaded to 17 the SoC's internal interrupt controller). See the interrupt controller [all …]
|
D | gpio-mxs.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/gpio-mxs.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale MXS GPIO controller 10 - Shawn Guo <shawnguo@kernel.org> 11 - Anson Huang <Anson.Huang@nxp.com> 14 The Freescale MXS GPIO controller is part of MXS PIN controller. 16 As the GPIO controller is embedded in the PIN controller and all the 17 GPIO ports share the same IO space with PIN controller, the GPIO node [all …]
|
D | intel,ixp4xx-gpio.txt | 1 Intel IXP4xx XScale Networking Processors GPIO 3 This GPIO controller is found in the Intel IXP4xx processors. 4 It supports 16 GPIO lines. 6 The interrupt portions of the GPIO controller is hierarchical: 7 the synchronous edge detector is part of the GPIO block, but the 9 main IXP4xx interrupt controller which has a 1:1 mapping for 10 the first 12 GPIO lines to 12 system interrupts. 12 The remaining 4 GPIO lines can not be used for receiving 15 The interrupt parent of this GPIO controller must be the 16 IXP4xx interrupt controller. [all …]
|
D | gpio.txt | 1 Specifying GPIO information for devices 5 ----------------- 7 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose 8 of this GPIO for the device. While a non-existent <name> is considered valid 10 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old 14 GPIO properties can contain one or more GPIO phandles, but only in exceptional 23 The following example could be used to describe GPIO pins used as device enable 24 and bit-banged data signals: 27 gpio-controller; 28 #gpio-cells = <2>; [all …]
|
D | gpio-atlas7.txt | 1 CSR SiRFatlas7 GPIO controller bindings 4 - compatible : "sirf,atlas7-gpio" 5 - reg : Address range of the pinctrl registers 6 - interrupts : Interrupts used by every GPIO group 7 - gpio-banks : How many gpio banks on this controller 8 - gpio-controller : Indicates this device is a GPIO controller 9 - interrupt-controller : Marks the device node as an interrupt controller 11 The GPIO controller also acts as an interrupt controller. It uses the default 13 interrupt-controller/interrupts.txt. 18 compatible = "sirf,atlas7-gpio"; [all …]
|
D | brcm,brcmstb-gpio.txt | 1 Broadcom STB "UPG GIO" GPIO controller 3 The controller's registers are organized as sets of eight 32-bit 5 interrupt is shared for all of the banks handled by the controller. 9 - compatible: 10 Must be "brcm,brcmstb-gpio" 12 - reg: 14 the brcmstb GPIO controller registers 16 - #gpio-cells: 17 Should be <2>. The first cell is the pin number (within the controller's 19 bit[0]: polarity (0 for active-high, 1 for active-low) [all …]
|
D | nvidia,tegra186-gpio.txt | 1 NVIDIA Tegra186 GPIO controllers 3 Tegra186 contains two GPIO controllers; a main controller and an "AON" 4 controller. This binding document applies to both controllers. The register 9 The Tegra186 GPIO controller allows software to set the IO direction of, and 10 read/write the value of, numerous GPIO signals. Routing of GPIO signals to 11 package balls is under the control of a separate pin controller HW block. Two 14 a) Security registers, which allow configuration of allowed access to the GPIO 17 varies between the different GPIO controllers. 20 that wishes to configure access to the GPIO registers needs access to these 21 registers to do so. Code which simply wishes to read or write GPIO data does not [all …]
|
D | nxp,lpc1850-gpio.txt | 1 NXP LPC18xx/43xx GPIO controller Device Tree Bindings 2 ----------------------------------------------------- 5 - compatible : Should be "nxp,lpc1850-gpio" 6 - reg : List of addresses and lengths of the GPIO controller 8 - reg-names : Should be "gpio", "gpio-pin-ic", "gpio-group0-ic" and 9 "gpio-gpoup1-ic" 10 - clocks : Phandle and clock specifier pair for GPIO controller 11 - resets : Phandle and reset specifier pair for GPIO controller 12 - gpio-controller : Marks the device node as a GPIO controller 13 - #gpio-cells : Should be two: [all …]
|
D | cdns,gpio.txt | 1 Cadence GPIO controller bindings 4 - compatible: should be "cdns,gpio-r1p02". 5 - reg: the register base address and size. 6 - #gpio-cells: should be 2. 7 * first cell is the GPIO number. 8 * second cell specifies the GPIO flags, as defined in 9 <dt-bindings/gpio/gpio.h>. Only the GPIO_ACTIVE_HIGH 11 - gpio-controller: marks the device as a GPIO controller. 12 - clocks: should contain one entry referencing the peripheral clock driving 13 the GPIO controller. [all …]
|
D | gpio-aspeed.txt | 1 Aspeed GPIO controller Device Tree Bindings 2 ------------------------------------------- 5 - compatible : Either "aspeed,ast2400-gpio", "aspeed,ast2500-gpio", 6 or "aspeed,ast2600-gpio". 8 - #gpio-cells : Should be two 9 - First cell is the GPIO line number 10 - Second cell is used to specify optional 13 - reg : Address and length of the register set for the device 14 - gpio-controller : Marks the device node as a GPIO controller. 15 - interrupts : Interrupt specifier (see interrupt bindings for [all …]
|
D | gpio-xgene.txt | 1 APM X-Gene SoC GPIO controller bindings 3 This is a gpio controller that is part of the flash controller. 4 This gpio controller controls a total of 48 gpios. 7 - compatible: "apm,xgene-gpio" for X-Gene GPIO controller 8 - reg: Physical base address and size of the controller's registers 9 - #gpio-cells: Should be two. 10 - first cell is the pin number 11 - second cell is used to specify the gpio polarity: 14 - gpio-controller: Marks the device node as a GPIO controller. 18 compatible = "apm,xgene-gpio"; [all …]
|
D | snps,dw-apb-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/snps,dw-apb-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys DesignWare APB GPIO controller 10 Synopsys DesignWare GPIO controllers have a configurable number of ports, 12 GPIO-controller properties as desribed in this bindings file. 15 - Hoan Tran <hoan@os.amperecomputing.com> 16 - Serge Semin <fancer.lancer@gmail.com> 20 pattern: "^gpio@[0-9a-f]+$" [all …]
|
D | gpio-altera.txt | 1 Altera GPIO controller bindings 4 - compatible: 5 - "altr,pio-1.0" 6 - reg: Physical base address and length of the controller's registers. 7 - #gpio-cells : Should be 2 8 - The first cell is the gpio offset number. 9 - The second cell is reserved and is currently unused. 10 - gpio-controller : Marks the device node as a GPIO controller. 11 - interrupt-controller: Mark the device node as an interrupt controller 12 - #interrupt-cells : Should be 2. The interrupt type is fixed in the hardware. [all …]
|
D | mediatek,mt7621-gpio.txt | 1 Mediatek MT7621 SoC GPIO controller bindings 5 We load one GPIO controller instance per bank. Also the GPIO controller can receive 10 - #gpio-cells : Should be two. The first cell is the GPIO pin number and the 11 second cell specifies GPIO flags, as defined in <dt-bindings/gpio/gpio.h>. 13 - #interrupt-cells : Specifies the number of cells needed to encode an 16 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 17 - compatible: 18 - "mediatek,mt7621-gpio" for Mediatek controllers 19 - reg : Physical base address and length of the controller's registers 20 - interrupt-parent : phandle of the parent interrupt controller. [all …]
|
D | faraday,ftgpio010.txt | 1 Faraday Technology FTGPIO010 GPIO Controller 5 - compatible : Should be one of 6 "cortina,gemini-gpio", "faraday,ftgpio010" 7 "moxa,moxart-gpio", "faraday,ftgpio010" 9 - reg : Should contain registers location and length 10 - interrupts : Should contain the interrupt line for the GPIO block 11 - gpio-controller : marks this as a GPIO controller 12 - #gpio-cells : Should be 2, see gpio/gpio.txt 13 - interrupt-controller : marks this as an interrupt controller 14 - #interrupt-cells : a standard two-cell interrupt flag, see [all …]
|
D | gpio_oxnas.txt | 1 * Oxford Semiconductor OXNAS SoC GPIO Controller 3 Please refer to gpio.txt for generic information regarding GPIO bindings. 6 - compatible: "oxsemi,ox810se-gpio" or "oxsemi,ox820-gpio" 7 - reg: Base address and length for the device. 8 - interrupts: The port interrupt shared by all pins. 9 - gpio-controller: Marks the port as GPIO controller. 10 - #gpio-cells: Two. The first cell is the pin number and 11 the second cell is used to specify the gpio polarity as defined in 12 defined in <dt-bindings/gpio/gpio.h>: 15 - interrupt-controller: Marks the device node as an interrupt controller. [all …]
|
D | abilis,tb10x-gpio.txt | 1 * Abilis TB10x GPIO controller 4 - compatible: Should be "abilis,tb10x-gpio" 5 - reg: Address and length of the register set for the device 6 - gpio-controller: Marks the device node as a gpio controller. 7 - #gpio-cells: Should be <2>. The first cell is the pin number and the 9 - bit 0 specifies polarity (0 for normal, 1 for inverted). 10 - abilis,ngpio: the number of GPIO pins this driver controls. 13 - interrupt-controller: Marks the device node as an interrupt controller. 14 - #interrupt-cells: Should be <1>. Interrupts are triggered on both edges. 15 - interrupts: Defines the interrupt line connecting this GPIO controller to [all …]
|
D | gpio-thunderx.txt | 1 Cavium ThunderX/OCTEON-TX GPIO controller bindings 4 - reg: The controller bus address. 5 - gpio-controller: Marks the device node as a GPIO controller. 6 - #gpio-cells: Must be 2. 7 - First cell is the GPIO pin number relative to the controller. 8 - Second cell is a standard generic flag bitfield as described in gpio.txt. 11 - compatible: "cavium,thunder-8890-gpio", unused as PCI driver binding is used. 12 - interrupt-controller: Marks the device node as an interrupt controller. 13 - #interrupt-cells: Must be present and have value of 2 if 14 "interrupt-controller" is present. [all …]
|
D | gpio_atmel.txt | 1 * Atmel GPIO controller (PIO) 4 - compatible: "atmel,<chip>-gpio", where <chip> is at91rm9200 or at91sam9x5. 5 - reg: Should contain GPIO controller registers location and length 6 - interrupts: Should be the port interrupt shared by all the pins. 7 - #gpio-cells: Should be two. The first cell is the pin number and 8 the second cell is used to specify optional parameters to declare if the GPIO 9 is active high or low. See gpio.txt. 10 - gpio-controller: Marks the device node as a GPIO controller. 11 - interrupt-controller: Marks the device node as an interrupt controller. 12 - #interrupt-cells: Should be two. The first cell is the pin number and the [all …]
|
D | brcm,kona-gpio.txt | 1 Broadcom Kona Family GPIO 4 This GPIO driver is used in the following Broadcom SoCs: 7 The Broadcom GPIO Controller IP can be configured prior to synthesis to 9 GPIO controller only supports edge, not level, triggering of interrupts. 12 ------------------- 14 - compatible: "brcm,bcm11351-gpio", "brcm,kona-gpio" 15 - reg: Physical base address and length of the controller's registers. 16 - interrupts: The interrupt outputs from the controller. There is one GPIO 17 interrupt per GPIO bank. The number of interrupts listed depends on the 18 number of GPIO banks on the SoC. The interrupts must be ordered by bank, [all …]
|
D | gpio-twl4030.txt | 1 twl4030 GPIO controller bindings 4 - compatible: 5 - "ti,twl4030-gpio" for twl4030 GPIO controller 6 - #gpio-cells : Should be two. 7 - first cell is the pin number 8 - second cell is used to specify optional parameters (unused) 9 - gpio-controller : Marks the device node as a GPIO controller. 10 - #interrupt-cells : Should be 2. 11 - interrupt-controller: Mark the device node as an interrupt controller 12 The first cell is the GPIO number. [all …]
|
D | gpio-mvebu.txt | 1 * Marvell EBU GPIO controller 5 - compatible : Should be "marvell,orion-gpio", "marvell,mv78200-gpio", 6 "marvell,armadaxp-gpio" or "marvell,armada-8k-gpio". 8 "marvell,orion-gpio" should be used for Orion, Kirkwood, Dove, 9 Discovery (except MV78200) and Armada 370. "marvell,mv78200-gpio" 12 "marvel,armadaxp-gpio" should be used for all Armada XP SoCs 15 "marvell,armada-8k-gpio" should be used for the Armada 7K and 8K 17 Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt 20 - reg: Address and length of the register set for the device. Only one 21 entry is expected, except for the "marvell,armadaxp-gpio" variant [all …]
|
D | brcm,xgs-iproc-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/brcm,xgs-iproc-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom XGS iProc GPIO controller 10 - Chris Packham <chris.packham@alliedtelesis.co.nz> 13 This controller is the Chip Common A GPIO present on a number of Broadcom 18 const: brcm,iproc-gpio-cca 22 - description: the I/O address containing the GPIO controller registers. 23 - description: the I/O address containing the Chip Common A interrupt registers. [all …]
|
/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,iproc-gpio.txt | 1 Broadcom iProc GPIO/PINCONF Controller 5 - compatible: 6 "brcm,iproc-gpio" for the generic iProc based GPIO controller IP that 7 supports full-featured pinctrl and GPIO functions used in various iProc 10 May contain an SoC-specific compatibility string to accommodate any 11 SoC-specific features 13 "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", or 14 "brcm,cygnus-crmu-gpio" for Cygnus SoCs 16 "brcm,iproc-nsp-gpio" for the iProc NSP SoC that has drive strength support 19 "brcm,iproc-stingray-gpio" for the iProc Stingray SoC that has the general [all …]
|
/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | gpio.txt | 1 Every GPIO controller node must have #gpio-cells property defined, 2 this information will be used to translate gpio-specifiers. 10 - compatible : "fsl,cpm1-pario-bank-a", "fsl,cpm1-pario-bank-b", 11 "fsl,cpm1-pario-bank-c", "fsl,cpm1-pario-bank-d", 12 "fsl,cpm1-pario-bank-e", "fsl,cpm2-pario-bank" 13 - #gpio-cells : Should be two. The first cell is the pin number and the 15 - gpio-controller : Marks the port as GPIO controller. 17 - fsl,cpm1-gpio-irq-mask : For banks having interrupt capability (like port C 20 - interrupts : This property provides the list of interrupt for each GPIO having 21 one as described by the fsl,cpm1-gpio-irq-mask property. There should be as [all …]
|
12345678910>>...24