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"
|
|
|
|
|
2022-09-16 23:01:18 +02:00
|
|
|
include: [i2c-controller.yaml, pinctrl-device.yaml]
|
2019-04-22 23:36:40 +02:00
|
|
|
|
|
|
|
properties:
|
2023-01-03 20:21:25 +01:00
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
port_sel:
|
|
|
|
type: int
|
|
|
|
description: soc block mapping to pin
|
|
|
|
required: true
|
|
|
|
|
|
|
|
girq:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: GIRQ for this device
|
|
|
|
|
|
|
|
girq-bit:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: Bit position in GIRQ for this device
|
|
|
|
|
2023-03-21 15:34:19 +01:00
|
|
|
pcrs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: PCR sleep register index and bit position
|
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-names:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
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.
|