1# Copyright 2023 Meta
2# SPDX-License-Identifier: Apache-2.0
3
4description: Emulated DMA Controller
5
6include: dma-controller.yaml
7
8compatible: zephyr,dma-emul
9
10properties:
11  stack-size:
12    type: int
13    required: true
14    description: >
15      Stack size (in bytes) for the instance-specific work_q thread.
16
17  priority:
18    type: int
19    description: >
20      Priority for the instance-specific work_q thread.
21