Lines Matching +full:em +full:- +full:gio
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/renesas,em-gio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Magnus Damm <magnus.damm@gmail.com>
14 const: renesas,em-gio
18 - description: First set of contiguous registers
19 - description: Second set of contiguous registers
23 - description: Interrupt for the first set of 16 GPIO ports
24 - description: Interrupt for the second set of 16 GPIO ports
26 gpio-controller: true
28 '#gpio-cells':
31 gpio-ranges:
38 interrupt-controller: true
40 '#interrupt-cells':
44 - compatible
45 - reg
46 - interrupts
47 - gpio-controller
48 - '#gpio-cells'
49 - gpio-ranges
50 - ngpios
51 - interrupt-controller
52 - '#interrupt-cells'
57 - |
58 #include <dt-bindings/interrupt-controller/arm-gic.h>
60 compatible = "renesas,em-gio";
64 gpio-controller;
65 #gpio-cells = <2>;
66 gpio-ranges = <&pfc 0 0 32>;
68 interrupt-controller;
69 #interrupt-cells = <2>;