dts: espi: Cleanup eSPI block device tree
Move MCHP-defined NVIC interrupts to interrupts field. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
97e38c226c
commit
ac16bf7f4c
2 changed files with 5 additions and 18 deletions
|
@ -165,9 +165,11 @@
|
||||||
espi0: espi@400f3400 {
|
espi0: espi@400f3400 {
|
||||||
compatible = "microchip,xec-espi";
|
compatible = "microchip,xec-espi";
|
||||||
reg = <0x400f3400 0x400>;
|
reg = <0x400f3400 0x400>;
|
||||||
|
interrupts = <11 0>, <15 0>, <7 0>;
|
||||||
label = "ESPI_0";
|
label = "ESPI_0";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
timer0: timer@40000c00 {
|
timer0: timer@40000c00 {
|
||||||
compatible = "microchip,xec-timer";
|
compatible = "microchip,xec-timer";
|
||||||
|
|
|
@ -15,32 +15,17 @@ properties:
|
||||||
description: mmio register space
|
description: mmio register space
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
agg_io_irq:
|
|
||||||
type: int
|
|
||||||
description: soc aggregated nvic irq for eSPI block
|
|
||||||
required: true
|
|
||||||
|
|
||||||
agg_vw_irq:
|
|
||||||
type: int
|
|
||||||
description: soc aggregated nvic irq for eSPI virtual wires channel
|
|
||||||
required: true
|
|
||||||
|
|
||||||
agg_pc_irq:
|
|
||||||
type: int
|
|
||||||
description: soc aggregated nvic irq for eSPI peripheral channel
|
|
||||||
required: true
|
|
||||||
|
|
||||||
io_girq:
|
io_girq:
|
||||||
type: int
|
type: int
|
||||||
description: soc group irq for eSPI I/O
|
description: soc group irq index for eSPI I/O
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
vw_girq:
|
vw_girq:
|
||||||
type: int
|
type: int
|
||||||
description: soc group irq for eSPI virtual wires channel
|
description: soc group irq index for eSPI virtual wires channel
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
pc_girq:
|
pc_girq:
|
||||||
type: int
|
type: int
|
||||||
description: soc group irq for eSPI peripheral channel
|
description: soc group irq index for eSPI peripheral channel
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue