26 lines
438 B
YAML
26 lines
438 B
YAML
#
|
|
# Copyright (c) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: MICROCHIP I2C
|
|
|
|
description: >
|
|
This binding gives a base representation for I2C/SMB controller for Microchip
|
|
|
|
inherits:
|
|
!include i2c.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,xec-i2c"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
port_sel:
|
|
type: int
|
|
description: soc block mapping to pin
|
|
category: required
|