1# Copyright (c) 2019 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Microchip I2C/SMB V2 controller
5
6compatible: "microchip,xec-i2c-v2"
7
8include: [i2c-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  port_sel:
15    type: int
16    description: soc block mapping to pin
17    required: true
18
19  girqs:
20    type: array
21    required: true
22    description: array of GIRQ numbers [8:26] and bit positions [0:31]
23
24  pcrs:
25    type: array
26    required: true
27    description: PCR sleep register index and bit position
28
29  pinctrl-0:
30    required: true
31
32  pinctrl-names:
33    required: true
34