2018-02-28 17:37:41 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 I-SENSE group of ICCS
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2017-06-29 22:20:30 +08:00
|
|
|
title: STM32 I2C V1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 I2C V1 controller
|
|
|
|
|
|
|
|
inherits:
|
2019-08-16 16:07:02 +08:00
|
|
|
!include i2c-controller.yaml
|
2017-06-29 22:20:30 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-06-29 22:20:30 +08:00
|
|
|
constraint: "st,stm32-i2c-v1"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2017-06-29 22:20:30 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|