24 lines
378 B
YAML
24 lines
378 B
YAML
#
|
|
# Copyright (c) 2017 I-SENSE group of ICCS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: STM32 I2C V2
|
|
|
|
description: >
|
|
This binding gives a base representation of the STM32 I2C V2 controller
|
|
|
|
inherits:
|
|
!include i2c-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,stm32-i2c-v2"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|