47 lines
1.0 KiB
YAML
47 lines
1.0 KiB
YAML
# Copyright (c) 2019 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: MICROCHIP ESPI
|
|
|
|
description: >
|
|
This binding gives a base representation of ESPI controller for Microchip
|
|
|
|
compatible: "microchip,xec-espi"
|
|
|
|
include: espi-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
description: mmio register space
|
|
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:
|
|
type: int
|
|
description: soc group irq for eSPI I/O
|
|
required: true
|
|
|
|
vw_girq:
|
|
type: int
|
|
description: soc group irq for eSPI virtual wires channel
|
|
required: true
|
|
|
|
pc_girq:
|
|
type: int
|
|
description: soc group irq for eSPI peripheral channel
|
|
required: true
|