c214c59548
MEC172x eSPI driver, eSPI pin programming, interrupt updates related to eSPI and other updates for MEC172x eSPI driver. Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
44 lines
700 B
YAML
44 lines
700 B
YAML
description: Microchip XEC UART
|
|
|
|
compatible: "microchip,xec-uart"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
ldn:
|
|
type: int
|
|
required: true
|
|
description: logical device number
|
|
|
|
girqs:
|
|
type: array
|
|
required: true
|
|
description: UART GIRQ and bit position in EC interrupt aggregator
|
|
|
|
pcrs:
|
|
type: array
|
|
required: true
|
|
description: UART Power Clock Reset(PCR) register index and bit position
|
|
|
|
"#girq-cells":
|
|
type: int
|
|
const: 2
|
|
|
|
"#pcr-cells":
|
|
type: int
|
|
const: 2
|
|
|
|
girq-cells:
|
|
- girq_num
|
|
- bitpos
|
|
|
|
pcr-cells:
|
|
- reg_idx
|
|
- bitpos
|