1#
2# Copyright (c) 2020 Antmicro <www.antmicro.com>
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7description: LiteX I2S controller
8
9compatible: "litex,i2s"
10include: i2s-controller.yaml
11
12properties:
13  reg:
14    required: true
15
16  fifo_depth:
17    type: int
18    required: true
19