mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 06:15:22 +00:00
This introduces LiteX I2S driver supporting the following features: - 8,16,24,32 bit sample width, - mono/stereo sound, - different sample frequencies - big/little-endian data format, - concatenated channels mode (for selected sample widths only), - slave/master mode operation. Signed-off-by: Pawel Sagan <psagan@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
19 lines
285 B
YAML
19 lines
285 B
YAML
#
|
|
# Copyright (c) 2020 Antmicro <www.antmicro.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: LiteX I2S controller
|
|
|
|
compatible: "litex,i2s"
|
|
include: i2s-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
fifo_depth:
|
|
type: int
|
|
required: true
|