Searched +full:nr +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
1 APM X-Gene Standby GPIO controller bindings6 +-----------------+7 | X-Gene standby |8 | GPIO controller +------ GPIO_09 +------------+ | | ...10 | Parent IRQ | EXT_INT_0 | +------ GPIO_8/EXT_INT_012 | (GICv2) +--------------+ +------ GPIO_[N+8]/EXT_INT_N14 | | EXT_INT_N | +------ GPIO_[N+9]16 | +--------------+ +------ GPIO_MAX17 +------------+ +-----------------+[all …]
1 Avionic Design N-bit GPIO expander bindings4 - compatible: should be "ad,gpio-adnp"5 - reg: The I2C slave address for this device.6 - interrupts: Interrupt specifier for the controllers interrupt.7 - #gpio-cells: Should be 2. The first cell is the GPIO number and the9 - bit 0: polarity (0: normal, 1: inverted)10 - gpio-controller: Marks the device as a GPIO controller11 - nr-gpios: The number of pins supported by the controller.15 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt.19 gpioext: gpio-controller@41 {[all …]
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#12 GPIO-controller properties as described in this bindings file.15 - Hoan Tran <hoan@os.amperecomputing.com>16 - Serge Semin <fancer.lancer@gmail.com>20 pattern: "^gpio@[0-9a-f]+$"23 const: snps,dw-apb-gpio25 "#address-cells":[all …]
5 -------------------------8 "interrupts" property, an "interrupts-extended" property, or both. If both are16 interrupt-parent = <&intc1>;19 The "interrupt-parent" property is used to specify the controller to which25 The "interrupts-extended" property is a special form; useful when a node needs31 interrupts-extended = <&intc1 5 1>, <&intc2 1 0>;34 -----------------------------36 A device is marked as an interrupt controller with the "interrupt-controller"37 property. This is a empty, boolean property. An additional "#interrupt-cells"45 -----------[all …]