1# Copyright (c) 2018, STMicroelectronics
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 I2S controller
5
6compatible: "st,stm32-i2s"
7
8include: [i2s-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  dmas:
18    required: true
19
20  dma-names:
21    required: true
22
23  pinctrl-0:
24    required: true
25
26  pinctrl-names:
27    required: true
28
29  mck-enabled:
30    type: boolean
31    description: |
32      Master Clock Output function.
33      An mck pin must be listed within pinctrl-0 when enabling this property.
34