1# Copyright (c) 2024 GARDENA GmbH
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Silabs Si32 Pin Controller
6
7compatible: "silabs,si32-pinctrl"
8
9include:
10  - name: base.yaml
11
12child-binding:
13  description: Si32 pin controller pin group
14  child-binding:
15    description: |
16      Si32 pin controller pin configuration node
17
18    include:
19      - name: pincfg-node.yaml
20        property-allowlist:
21          - input-enable
22          - output-enable
23          - output-low
24          - output-high
25
26    properties:
27      pinmux:
28        required: true
29        type: array
30        description: |
31          Pin mux selections for this group.
32