30 lines
482 B
YAML
30 lines
482 B
YAML
|
#
|
||
|
# Copyright (c) 2019 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: MICROCHIP I2C
|
||
|
version: 0.1
|
||
|
|
||
|
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
|
||
|
generation: define
|
||
|
category: define
|
||
|
|
||
|
...
|