mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 01:15:20 +00:00
In current implementation the HDAMLI2SL register is represented by shim2 field in common SSP device tree file. This could be misleading since the filed is is different location to I2S IP. Adding separate device for this register following DMIC case. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
334 B
YAML
17 lines
334 B
YAML
# Copyright (c) 2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Intel HDA SSP Capabilities controller
|
|
|
|
compatible: "intel,adsp-hda-ssp-cap"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
description: |
|
|
Intel HD Audio Multiple Links Capability Structure
|
|
for I2S / PCM Link.
|