1description: Microchip XEC UART 2 3compatible: "microchip,xec-uart" 4 5include: [uart-controller.yaml, pinctrl-device.yaml] 6 7properties: 8 reg: 9 required: true 10 11 interrupts: 12 required: true 13 14 ldn: 15 type: int 16 required: true 17 description: logical device number 18 19 girqs: 20 type: array 21 required: true 22 description: UART GIRQ and bit position in EC interrupt aggregator 23 24 pcrs: 25 type: array 26 required: true 27 description: UART Power Clock Reset(PCR) register index and bit position 28 29 pinctrl-0: 30 required: true 31 32 pinctrl-names: 33 required: true 34 35 wakerx-gpios: 36 type: phandle-array 37 description: GPIO configured as UART RX wake source 38