50 lines
1.1 KiB
YAML
50 lines
1.1 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
|
|
|
|
inherits:
|
|
!include espi-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,xec-espi"
|
|
|
|
reg:
|
|
description: mmio register space
|
|
category: required
|
|
|
|
agg_io_irq:
|
|
type: int
|
|
description: soc aggregated nvic irq for eSPI block
|
|
category: required
|
|
|
|
agg_vw_irq:
|
|
type: int
|
|
description: soc aggregated nvic irq for eSPI virtual wires channel
|
|
category: required
|
|
|
|
agg_pc_irq:
|
|
type: int
|
|
description: soc aggregated nvic irq for eSPI peripheral channel
|
|
category: required
|
|
|
|
io_girq:
|
|
type: int
|
|
description: soc group irq for eSPI I/O
|
|
category: required
|
|
|
|
vw_girq:
|
|
type: int
|
|
description: soc group irq for eSPI virtual wires channel
|
|
category: required
|
|
|
|
pc_girq:
|
|
type: int
|
|
description: soc group irq for eSPI peripheral channel
|
|
category: required
|