1# Copyright (c) 2019 Intel Corporation
2# Copyright (c) 2021 Microchip Technology Inc.
3# SPDX-License-Identifier: Apache-2.0
4
5description: Microchip ESPI V2 controller
6
7compatible: "microchip,xec-espi-v2"
8
9include: [espi-controller.yaml, pinctrl-device.yaml]
10
11properties:
12  reg:
13    description: mmio register space
14    required: true
15
16  reg-names:
17    required: true
18    description: Name of each register space
19
20  girqs:
21    type: array
22    required: true
23    description: |
24      Array of encoded interrupt information
25
26  pcrs:
27    type: array
28    required: true
29    description: eSPI PCR register index and bit position
30
31  pinctrl-0:
32    required: true
33
34  pinctrl-names:
35    required: true
36