1# SPDX-License-Identifier: Apache-2.0 2 3description: | 4 GPIO pins exposed on the DCMI camera connector used for interfacing 5 with the OV2640, OV7670, and OV5640 camera sensors. 6 7 Connector layout (not mapped GPIOs in parentheses): 8 9 (1) OV_STROBE (Unused) (2) AGND 10 3 DVP_SDA (4) AVDD-2V8 11 5 DVP_SCL (6) DVP_RST 12 7 DVP_VSYNC 8 DVP_PWDN 13 9 DVP_HSYNC (10) DVDD-1V5 14 (11) 2V8 12 DVP_D7 15 13 DVP_XCLK 14 DVP_D6 16 (15) GND 16 DVP_D5 17 17 DVP_PCLK 18 DVP_D4 18 19 DVP_D0 20 DVP_D3 19 21 DVP_D1 22 DVP_D2 20 (23) AF-2V8 (24) GND 21 22compatible: "weact,dcmi-camera-connector" 23 24include: [gpio-nexus.yaml, base.yaml] 25