2019-04-23 05:36:40 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-04-23 05:36:40 +08:00
|
|
|
title: MICROCHIP I2C
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation for I2C/SMB controller for Microchip
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: i2c-controller.yaml
|
2019-04-23 05:36:40 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "microchip,xec-i2c"
|
|
|
|
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-04-23 05:36:40 +08:00
|
|
|
|
|
|
|
port_sel:
|
|
|
|
type: int
|
|
|
|
description: soc block mapping to pin
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|