1# Copyright (c) 2022 Nuvoton Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Nuvoton, NPCX Power Switch Logic (PSL) control node
5
6compatible: "nuvoton,npcx-power-psl"
7
8include: [base.yaml, pinctrl-device.yaml]
9
10properties:
11  enable-gpios:
12    type: phandle-array
13    required: true
14    description: |
15      GPIO to used to turn on/off the Core Domain power supply (VCC1) of NPCX
16      embedded controller (EC)
17  pinctrl-0:
18    required: true
19  pinctrl-names:
20    required: true
21