2019-04-22 23:36:40 +02:00
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 00:03:49 +02:00
|
|
|
|
2019-11-19 08:39:11 +01:00
|
|
|
description: Microchip I2C/SMB controller
|
2019-04-22 23:36:40 +02:00
|
|
|
|
2019-08-19 20:32:25 +02:00
|
|
|
compatible: "microchip,xec-i2c"
|
|
|
|
|
2019-08-22 01:10:12 +02:00
|
|
|
include: i2c-controller.yaml
|
2019-04-22 23:36:40 +02:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2019-04-22 23:36:40 +02:00
|
|
|
|
|
|
|
port_sel:
|
|
|
|
type: int
|
|
|
|
description: soc block mapping to pin
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2020-09-08 21:10:28 +02:00
|
|
|
|
|
|
|
girq:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: GIRQ for this device
|
|
|
|
|
|
|
|
girq-bit:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: Bit position in GIRQ for this device
|
2022-02-22 18:17:25 +01:00
|
|
|
|
|
|
|
sda-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
The SDA pin for the selected port. Pin choice for port is
|
|
|
|
determined by chip and package.
|
|
|
|
|
|
|
|
scl-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
The SCL pin for the selected port. Pin choice for port is
|
|
|
|
determined by chip and package.
|