| title: Silicon Labs Series 2 GPIO (General Purpose Input/Output) Port |
| |
| description: | |
| Single GPIO port on Silicon Labs EFR32 Series 2. |
| |
| compatible: "silabs,gpio-port" |
| |
| include: [gpio-controller.yaml, base.yaml] |
| |
| properties: |
| reg: |
| required: true |
| |
| "#gpio-cells": |
| const: 2 |
| |
| silabs,wakeup-ints: |
| type: array |
| description: | |
| List of EM4 wakeup interrupt numbers for this port. The corresponding entry |
| in `silabs,wakeup-pins` indicates the pin associated with the interrupt number. |
| |
| silabs,wakeup-pins: |
| type: array |
| description: | |
| List of EM4 wakeup capable pins for this port. The corresponding entry in |
| `silabs,wakeup-ints` indicates the interrupt number associated with the pin. |
| |
| gpio-cells: |
| - pin |
| - flags |