6cf3fe1d3f
This adds the i2c driver for the Renesas SmartBond(tm) MCU family. It supports blocking transfers and callback transfers. Currently only supports controller mode. Co-authored-by: Stan Geitel <stan@geitel.nl> Signed-off-by: Ben Lauret <ben.lauret.wm@renesas.com>
18 lines
329 B
YAML
18 lines
329 B
YAML
description: Renesas SmartBond(tm) I2C
|
|
|
|
compatible: "renesas,smartbond-i2c"
|
|
|
|
include: [i2c-controller.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
periph-clock-config:
|
|
type: int
|
|
description: Peripheral clock register configuration (COM domain)
|
|
required: true
|