| # Copyright (c) 2018, STMicroelectronics |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| # Common fields for STM32 I2S peripherals. |
| |
| include: [i2s-controller.yaml, pinctrl-device.yaml] |
| |
| properties: |
| reg: |
| required: true |
| |
| interrupts: |
| required: true |
| |
| dmas: |
| required: true |
| |
| dma-names: |
| required: true |
| |
| pinctrl-0: |
| required: true |
| |
| pinctrl-names: |
| required: true |
| |
| mck-enabled: |
| type: boolean |
| description: | |
| Master Clock Output function. |
| An mck pin must be listed within pinctrl-0 when enabling this property. |
| |
| ioswp: |
| type: boolean |
| description: Swap I2S data input and output pins |