1# Copyright (c) 2020 Nuvoton Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nuvoton, NPCX System Configuration (Pinmux, 1.8V support and so on) node
5
6compatible: "nuvoton,npcx-scfg"
7
8include: [base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#alt-cells":
15    type: int
16    required: true
17    description: Number of items to expect in a SCFG ALT (Alternative controllers) specifier
18
19  "#lvol-cells":
20    type: int
21    required: true
22    description: |
23      Number of items to expect in a SCFG LV_GPIO_CTL (Low level IO controllers) specifier
24
25alt-cells:
26  - group
27  - bit
28  - inv
29
30lvol-cells:
31  - ctrl
32  - bit
33