Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dvp-20pin-connector.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 tinyVision.ai Inc.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
12#ifndef INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_DVP_20PIN_CONNECTOR_H_
13#define INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_DVP_20PIN_CONNECTOR_H_
14
21#define DVP_20PIN_SCL 3
22#define DVP_20PIN_SDA 4
23#define DVP_20PIN_VS 5
24#define DVP_20PIN_HS 6
25#define DVP_20PIN_PCLK 7
26#define DVP_20PIN_XCLK 8
27#define DVP_20PIN_D7 9
28#define DVP_20PIN_D6 10
29#define DVP_20PIN_D5 11
30#define DVP_20PIN_D4 12
31#define DVP_20PIN_D3 13
32#define DVP_20PIN_D2 14
33#define DVP_20PIN_D1 15
34#define DVP_20PIN_D0 16
35#define DVP_20PIN_PEN 17
36#define DVP_20PIN_PDN 18
37#define DVP_20PIN_GPIO0 19
38#define DVP_20PIN_GPIO1 20
41#endif /* INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_DVP_20PIN_CONNECTOR_H_ */