33 lines
411 B
YAML
33 lines
411 B
YAML
# Copyright (c) 2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Intel SSP DAI controller
|
|
|
|
compatible: "intel,ssp"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
interrupt-parent:
|
|
required: true
|
|
|
|
dmas:
|
|
required: true
|
|
|
|
dma-names:
|
|
required: true
|
|
|
|
i2svss:
|
|
type: array
|
|
|
|
ssp-index:
|
|
type: int
|
|
required: true
|