1# Copyright 2022 ITE Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: ITE Wake-Up Controller (WUC)
5compatible: "ite,it8xxx2-wuc"
6
7include: [base.yaml]
8
9properties:
10  reg:
11    required: true
12
13  "wakeup-controller":
14    type: boolean
15    required: true
16    description: conveys that this node is a wakeup controller
17
18  "#wuc-cells":
19    type: int
20    required: true
21    description: number of items to expect in a wakeup controller specifier
22    const: 1
23
24wuc-cells:
25  - mask
26