| # Copyright 2024 NXP |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: NXP SmartDMA Video Driver |
| |
| compatible: "nxp,video-smartdma" |
| |
| include: [base.yaml, pinctrl-device.yaml] |
| |
| properties: |
| sensor: |
| required: true |
| type: phandle |
| description: phandle of connected sensor device |
| vsync-pin: |
| required: true |
| type: int |
| description: | |
| GPIO0 pin index to use for VSYNC input. Only pins 0-15 may be used. |
| hsync-pin: |
| required: true |
| type: int |
| description: | |
| GPIO0 pin index to use for HSYNC input. Only pins 0-15 may be used. |
| pclk-pin: |
| required: true |
| type: int |
| description: | |
| GPIO0 pin index to use for PCLK input. Only pins 0-15 may be used. |