blob: b055062cb7243fe7fa3d3470bd5e6a46191ae92d [file] [log] [blame]
# Copyright 2023 Meta
# SPDX-License-Identifier: Apache-2.0
description: Emulated DMA Controller
include: dma-controller.yaml
compatible: zephyr,dma-emul
properties:
stack-size:
type: int
required: true
description: >
Stack size (in bytes) for the instance-specific work_q thread.
priority:
type: int
description: >
Priority for the instance-specific work_q thread.