ed6da68f5b
This commit modifies the I2S driver to work for STM32H7 family of MCU's. Currently only TX is working. Tested on nucleo_stm32h743zi. Requires dma1 & dmamux1 to be enabled. Signed-off-by: Emil Lindqvist <emil@lindq.gr>
9 lines
181 B
YAML
9 lines
181 B
YAML
# Copyright (c) 2018, STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32H7 I2S controller
|
|
|
|
compatible: "st,stm32h7-i2s"
|
|
|
|
include: st,stm32-i2s-common.yaml
|