Add a new implementation of a test pattern generator, with the same architecture as real drivers: split receiver core and I2C-controlled sub-device, with changes of video format in "zephyr,emul-imager" leads to different data produced by "zephyr,emul-rx". Signed-off-by: Josuah Demangeon <me@josuah.net>
12 lines
258 B
YAML
12 lines
258 B
YAML
# Copyright 2024 tinyVision.ai Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Emulated Imager for testing purpose
|
|
|
|
compatible: "zephyr,video-emul-imager"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
child-binding:
|
|
child-binding:
|
|
include: video-interfaces.yaml
|