1# Copyright (c) 2020 Nuvoton Technology Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4description: NPCX-MIWU group-interrupt mapping child node 5 6compatible: "nuvoton,npcx-miwu-int-map" 7 8properties: 9 parent: 10 type: phandle 11 required: true 12 description: parent device node of miwu groups 13 14child-binding: 15 description: Child node to present the mapping between MIWU group and interrupt 16 properties: 17 irq: 18 type: int 19 required: true 20 description: irq for miwu group 21 irq-prio: 22 type: int 23 required: true 24 description: irq's priority for miwu group. The valid number is from 0 to 7. 25 group-mask: 26 type: int 27 required: true 28 description: group bit-mask for miwu interrupts 29 groups: 30 type: array 31 description: groups shared the same interrupt 32