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-04-22 23:36:40 +02:00
|
|
|
title: MICROCHIP I2C
|
|
|
|
|
2019-10-28 17:34:12 +01:00
|
|
|
description: |
|
2019-04-22 23:36:40 +02:00
|
|
|
This binding gives a base representation for I2C/SMB controller for Microchip
|
|
|
|
|
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
|