| # Copyright (c) 2020 Intel Corporation | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Intel CAVS I2S controller | |
| compatible: "intel,cavs-i2s" | |
| include: [i2s-controller.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| interrupt-parent: | |
| required: true | |
| dmas: | |
| required: true | |
| dma-names: | |
| required: true |