| # Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: SAM PIO4 GPIO PORT | |
| compatible: "microchip,sam-pio4" | |
| include: [gpio-controller.yaml, base.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| clocks: | |
| required: true | |
| "#gpio-cells": | |
| const: 2 | |
| gpio-cells: | |
| - pin | |
| - flags |