| # Copyright (c) 2023 Chen Xingyu <hi@xingrz.me> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: BCM2711 GPIO | |
| compatible: "brcm,bcm2711-gpio" | |
| include: [gpio-controller.yaml, base.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| "#gpio-cells": | |
| const: 2 | |
| gpio-cells: | |
| - pin | |
| - flags |