This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

st,stm32-i2s

Vendor: STMicroelectronics

Description

These nodes are “i2s” bus nodes.

STM32 I2S controller

Properties

Properties not inherited from the base binding file.

Name

Type

Details

pinctrl-0

phandles

Pin configuration for I2S signals.
We expect that the phandles will reference pinctrl nodes.

For example the I2S1 would be:
pinctrl-0 = <&i2s1_ck_pa5 &i2s1_sd_pa7>;