1# Copyright (c) 2020 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Intel CAVS I2S controller
6
7compatible: "intel,cavs-i2s"
8
9include: [i2s-controller.yaml]
10
11properties:
12  reg:
13    required: true
14
15  interrupts:
16    required: true
17
18  interrupt-parent:
19    required: true
20
21  dmas:
22    required: true
23
24  dma-names:
25    required: true
26