1# Copyright 2024 tinyVision.ai Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Emulated Video DMA engine for testing purpose
5
6compatible: "zephyr,video-emul-rx"
7
8include: base.yaml
9
10child-binding:
11  child-binding:
12    include: video-interfaces.yaml
13    properties:
14      reg:
15        type: int
16        enum:
17          - 0 # for input endpoint
18          - 1 # for output endpoint
19