1description: SiLabs Gecko GPIO port node
2
3compatible: "silabs,gecko-gpio-port"
4
5include: [gpio-controller.yaml, base.yaml]
6
7properties:
8  reg:
9    required: true
10
11  peripheral-id:
12    type: int
13    description: peripheral ID
14
15  "#gpio-cells":
16    const: 2
17
18gpio-cells:
19  - pin
20  - flags
21