| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/gpio/renesas,em-gio.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Renesas EMMA Mobile General Purpose I/O Interface |
| - Magnus Damm <magnus.damm@gmail.com> |
| - description: First set of contiguous registers |
| - description: Second set of contiguous registers |
| - description: Interrupt for the first set of 16 GPIO ports |
| - description: Interrupt for the second set of 16 GPIO ports |
| interrupt-controller: true |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| compatible = "renesas,em-gio"; |
| reg = <0xe0050000 0x2c>, <0xe0050040 0x20>; |
| interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>, |
| <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>; |
| gpio-ranges = <&pfc 0 0 32>; |