CSI pinout

From the rpi schematics it shows 2 gpio pins allocated to the CSI port (CAM_GPIO0 & CAM_GPIO1). On the nano what are the equivalent gpio mappings. I found GPIO(S,7) is mapped to CAM_PWDN is the other GPIO pin mapped?

Hi, camera connector J13 on board is for Raspberry Pi Camera Module V2, the pins list is as below:

CSI_A_D0_P/N;
CSI_A_D1_P/N;
CSI_A_CLK_P/N;
CAM1_PWDN;
CAM1_MCLK;
CAM_I2C_SDA/SCL.

So the other gpio pin CAM_GPIO1 (pin 12) isn’t available on the connector like the RPI? I did see a reference to CAM1_RST in one of the dts files.

Per RPI schematic below, only pin 11 (CAM1_PWDN) is needed.

[url]Raspberry Pi Documentation - Camera