| # Copyright (c) 2024 GARDENA GmbH | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Si32 GPIO | |
| compatible: "silabs,si32-gpio" | |
| include: [gpio-controller.yaml, base.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| "#gpio-cells": | |
| const: 2 | |
| disable-pullups: | |
| type: boolean | |
| gpio-cells: | |
| - pin | |
| - flags |