Skip to content

Commit 5ecfc0e

Browse files
committed
Added documentation for 15-pin and 22-pin Camera Connectors. #3155
Signed-off-by: Philip Axer <[email protected]>
1 parent 5780e46 commit 5ecfc0e

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

documentation/asciidoc/accessories/camera/camera_hardware.adoc

+68
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,71 @@ Other available schematics;
269269
* Camera Module v3 https://datasheets.raspberrypi.com/camera/camera-module-3-schematics.pdf[PDF]
270270
* HQ Camera Module https://datasheets.raspberrypi.com/hq-camera/hq-camera-schematics.pdf[PDF]
271271

272+
==== Camera Connector Pinout (15-Pin)
273+
274+
This is the pinout of the 15-Pin Raspberry Pi CSI camera connector as used in flagship Raspberry Pi models before the Raspberry Pi 5. The connector is an Amphenol SFW15R-2STE1LF or compatible type.
275+
276+
277+
NOTE: A Camera Module shall have reversed pinout to support Type A / Type 1 FFC cables. Pin 1 of the Raspberry Pi connects to Pin 15 of the Camera Module.
278+
Direction is specified from the perspective of the Raspberry Pi.
279+
SCL and SDA are pulled to 3.3V on the Raspberry Pi board.
280+
281+
Function and direction of the GPIOs is Camera Module dependent. Most Camera Modules expect CAM_IO0 as Active-High Power-Enable.
282+
283+
|===
284+
| Pin No. | Name | Description | Direction / Type
285+
286+
| 1 | GND | - | Ground
287+
| 2 | CAM_DN0 | D-PHY lane 0 | Input, D-PHY
288+
| 3 | CAM_DP0 | D-PHY lane 0 | Input, D-PHY
289+
| 4 | GND | - | Ground
290+
| 5 | CAM_DN1 | D-PHY lane 1 | Input, D-PHY
291+
| 6 | CAM_DP1 | D-PHY lane 1 | Input, D-PHY
292+
| 7 | GND | - | Ground
293+
| 8 | CAM_CN | D-PHY Clock | Input, D-PHY
294+
| 9 | CAM_CP | D-PHY Clock | Input, D-PHY
295+
|10 | GND | - | Ground
296+
|11 | CAM_IO0 | GPIO (e.g. Power-Enable) | Bidir, 3.3V
297+
|12 | CAM_IO1 | GPIO (e.g. Clock, LED) | Bidir, 3.3V
298+
|13 | SCL | I2C Clock | Output, 3.3V
299+
|14 | SDA | I2C Data | Bidir, 3.3V
300+
|15 | 3V3 | 3.3V Supply | Voltage Output
301+
|===
302+
303+
==== Camera Connector Pinout (22-Pin)
304+
305+
This is the pinout of the Raspberry 22-Pin Pi CSI camera connector. The connector is an Amphenol F32Q-1A7H1-11022 or compatible type.
306+
307+
NOTE: A Camera Module shall have reversed pinout to support Type A / Type 1 FFC cables. Pin 1 of the Raspberry Pi connects to Pin 22 of the Camera Module.
308+
Direction is specified from the perspective of the Raspberry Pi.
309+
SCL and SDA are pulled to 3.3V on the Raspberry Pi board.
310+
311+
Function and direction of the GPIOs is Camera Module dependent. Most Camera Modules expect CAM_IO0 as Active-High Power Enable.
312+
313+
314+
|===
315+
| Pin No. | Name | Description | Direction / Type
316+
317+
| 1 | GND | - | Ground
318+
| 2 | CAM_DN0 | D-PHY lane 0 | Input, D-PHY
319+
| 3 | CAM_DP0 | D-PHY lane 0 | Input, D-PHY
320+
| 4 | GND | - | Ground
321+
| 5 | CAM_DN1 | D-PHY lane 1 | Input, D-PHY
322+
| 6 | CAM_DP1 | D-PHY lane 1 | Input, D-PHY
323+
| 7 | GND | - | Ground
324+
| 8 | CAM_CN | D-PHY Clock | Input, D-PHY
325+
| 9 | CAM_CP | D-PHY Clock | Input, D-PHY
326+
|10 | GND | - | Ground
327+
|11 | CAM_DN2 | D-PHY lane 2 | Input, D-PHY
328+
|12 | CAM_DP2 | D-PHY lane 2 | Input, D-PHY
329+
|13 | GND | - | Ground
330+
|14 | CAM_DN3 | D-PHY lane 3 | Input, D-PHY
331+
|15 | CAM_DP3 | D-PHY lane 3 | Input, D-PHY
332+
|16 | GND | - | Ground
333+
|17 | CAM_IO0 | GPIO (e.g. Power-Enable) | Bidir, 3.3V
334+
|18 | CAM_IO1 | GPIO (e.g. Clock, LED) | Bidir, 3.3V
335+
|19 | GND | - | Ground
336+
|20 | SCL | I2C Clock | Output, 3.3V
337+
|21 | SDA | I2C Data | Bidir, 3.3V
338+
|22 | 3V3 | 3.3V Supply | Voltage Output
339+
|===

0 commit comments

Comments
 (0)