I2S driver support standard format, short/long sync, left/right justified. Supporting 2 channels as a default. Signed-off-by: Lewis Lee <llee@ambiq.com>
32 lines
524 B
YAML
32 lines
524 B
YAML
# Copyright (c) 2025 Ambiq Micro Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Ambiq I2S
|
|
|
|
compatible: "ambiq,i2s"
|
|
|
|
include: ["base.yaml", "pinctrl-device.yaml"]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
pinctrl-0:
|
|
required: true
|
|
|
|
pinctrl-names:
|
|
required: true
|
|
|
|
i2s-buffer-location:
|
|
type: string
|
|
description: |
|
|
Define I2S DMA buffer location section
|
|
|
|
i2s-buffer-size:
|
|
type: int
|
|
description: |
|
|
Define I2S DMA buffer size in (4-byte) words
|