2019-05-10 15:54:44 -07:00
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-07-26 12:42:39 +02:00
|
|
|
|
2019-11-19 08:39:11 +01:00
|
|
|
description: Microchip ESPI controller
|
2019-05-10 15:54:44 -07:00
|
|
|
|
2019-08-19 20:32:25 +02:00
|
|
|
compatible: "microchip,xec-espi"
|
|
|
|
|
2019-08-21 18:10:12 -05:00
|
|
|
include: espi-controller.yaml
|
2019-07-26 12:42:39 +02:00
|
|
|
|
2019-05-10 15:54:44 -07:00
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
description: mmio register space
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2019-05-10 15:54:44 -07:00
|
|
|
|
|
|
|
io_girq:
|
|
|
|
type: int
|
2019-09-16 20:56:45 -07:00
|
|
|
description: soc group irq index for eSPI I/O
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2019-05-10 15:54:44 -07:00
|
|
|
|
|
|
|
vw_girq:
|
|
|
|
type: int
|
2019-09-16 20:56:45 -07:00
|
|
|
description: soc group irq index for eSPI virtual wires channel
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2019-05-10 15:54:44 -07:00
|
|
|
|
|
|
|
pc_girq:
|
|
|
|
type: int
|
2019-09-16 20:56:45 -07:00
|
|
|
description: soc group irq index for eSPI peripheral channel
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|