dts: bindings: add STM32 SMBus
Add a dts binding for STM32 SMBus. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
fc86d0c3bc
commit
fc124a1442
14
dts/bindings/smbus/st,stm32-smbus.yaml
Normal file
14
dts/bindings/smbus/st,stm32-smbus.yaml
Normal file
|
@ -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
|
Loading…
Reference in a new issue