1# Copyright (c) 2020 Nuvoton Technology Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nuvoton, NPCX-UART node 5 6compatible: "nuvoton,npcx-uart" 7 8include: [uart-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 clocks: 14 required: true 15 pinctrl-0: 16 required: true 17 pinctrl-names: 18 required: true 19 uart-rx: 20 type: phandle 21 required: true 22 description: | 23 Mapping table between Wake-Up Input (WUI) and uart rx START signal. 24 25 For example the WUI mapping on NPCX7 UART1 would be 26 uart-rx = <&wui_cr_sin1>; 27