Skip to content

Commit

Permalink
dts: bindings: add STM32 SMBus
Browse files Browse the repository at this point in the history
Add a dts binding for STM32 SMBus.

Signed-off-by: Benedikt Schmidt <[email protected]>
  • Loading branch information
benediktibk committed Dec 7, 2023
1 parent 8f988e8 commit 22722bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dts/bindings/smbus/st,stm32-smbus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0

description: STM32 SMBus controller

compatible: "st,stm32-smbus"

include: [smbus-controller.yaml, pinctrl-device.yaml]

properties:
i2c:
type: phandle
required: true
description: I2C device which maps to the same address

0 comments on commit 22722bd

Please sign in to comment.