summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/cros_rtc/nuvoton,npcx-cros-mtc.yaml
blob: 547b6897e8ef66ad6394dc48e8ae4fdbb8eae22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0

description: Nuvoton, NPCX Monotonic Counter (MTC) node

compatible: "nuvoton,npcx-cros-mtc"

include: base.yaml

properties:
    reg:
      required: true

    label:
      required: true

    mtc-alarm:
      type: phandle
      required: true
      description: |
        Mapping table between Wake-Up Input (WUI) and monotonic counter alarm
        signal.

        For example, the WUI mapping on NPCX7 monotonic counter alarm would be
           mtc-alarm = <&wui_mtc>;