zephyr/dts/bindings/i2s/st,stm32-i2s.yaml
Erwan Gouriou 9f6ffccda3 dts/bindings/i2s: stm32: Add pinctrl-0 property
Aim is to enable dt based pinctrl on stm32 i2s driver

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-10-28 09:29:56 -05:00

32 lines
602 B
YAML

# Copyright (c) 2018, STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: STM32 I2S controller
compatible: "st,stm32-i2s"
include: [i2s-controller.yaml]
properties:
reg:
required: true
interrupts:
required: true
dmas:
required: true
dma-names:
required: true
pinctrl-0:
type: phandles
required: false
description: |
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>;