1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP SmartDMA Video Driver 5 6compatible: "nxp,video-smartdma" 7 8include: [base.yaml, pinctrl-device.yaml] 9 10properties: 11 sensor: 12 required: true 13 type: phandle 14 description: phandle of connected sensor device 15 vsync-pin: 16 required: true 17 type: int 18 description: | 19 GPIO0 pin index to use for VSYNC input. Only pins 0-15 may be used. 20 hsync-pin: 21 required: true 22 type: int 23 description: | 24 GPIO0 pin index to use for HSYNC input. Only pins 0-15 may be used. 25 pclk-pin: 26 required: true 27 type: int 28 description: | 29 GPIO0 pin index to use for PCLK input. Only pins 0-15 may be used. 30