Lines Matching +full:driving +full:- +full:level
4 - compatible: should be "cdns,gpio-r1p02".
5 - reg: the register base address and size.
6 - #gpio-cells: should be 2.
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
16 - ngpios: integer number of gpio lines supported by this controller, up to 32.
17 - interrupts: interrupt specifier for the controllers interrupt.
18 - interrupt-controller: marks the device as an interrupt controller. When
19 defined, interrupts, interrupt-parent and #interrupt-cells
21 - interrupt-cells: should be 2.
24 <dt-bindings/interrupt-controller/irq.h>.
25 Currently only level sensitive IRQs are supported.
29 gpio0: gpio-controller@fd060000 {
30 compatible = "cdns,gpio-r1p02";
35 interrupt-parent = <&gic>;
38 gpio-controller;
39 #gpio-cells = <2>;
41 interrupt-controller;
42 #interrupt-cells = <2>;