2021-08-05 17:15:48 +02:00
|
|
|
description: Microchip XEC UART
|
|
|
|
|
|
|
|
compatible: "microchip,xec-uart"
|
|
|
|
|
2022-01-21 18:50:06 +01:00
|
|
|
include: [uart-controller.yaml, pinctrl-device.yaml]
|
2021-08-05 17:15:48 +02:00
|
|
|
|
|
|
|
properties:
|
2023-01-03 20:21:25 +01:00
|
|
|
reg:
|
|
|
|
required: true
|
2021-08-05 17:15:48 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2021-08-05 17:15:48 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
ldn:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: logical device number
|
2021-10-18 22:44:45 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
girqs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: UART GIRQ and bit position in EC interrupt aggregator
|
2021-08-05 17:15:48 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
pcrs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: UART Power Clock Reset(PCR) register index and bit position
|
2021-08-05 17:15:48 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
2022-01-21 18:50:06 +01:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
pinctrl-names:
|
|
|
|
required: true
|
2023-01-27 00:35:43 +01:00
|
|
|
|
|
|
|
wakerx-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
description: GPIO configured as UART RX wake source
|