1# Copyright (c) 2020 Nuvoton Technology Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nuvoton, NPCX-Host Sub-Modules node 5 6compatible: "nuvoton,npcx-host-sub" 7 8include: [base.yaml] 9 10properties: 11 reg: 12 description: mmio register space 13 required: true 14 15 clocks: 16 required: true 17 description: configurations of device source clock controller 18 19 host-acc-wui: 20 type: phandle 21 required: true 22 description: | 23 Mapping table between Wake-Up Input (WUI) and any legacy host 24 access transactions. 25 26 For example the WUI mapping on NPCX7 would be 27 host-acc-wui = <&wui_host_acc>; 28