Hi @20DeViL00,
Thank you for contacting NXP Support!
At the moment, this specific camera module has not been validated with our BSP. Because of that, we are unable to provide an official or fully verified device tree configuration for this sensor.
However, after reviewing the files you shared, I noticed several issues that may be causing the behavior you're seeing:
1) CSI Connector Orientation
Please verify the orientation of the CSI connector on your board. The connector is keyed and can only be inserted in one direction. If the FPC cable is reversed, the contacts may not align properly, which prevents communication with the camera.
2) Incorrect Reset Pin
Your device tree sets:
reset-gpios = <&pcal6524 21 GPIO_ACTIVE_LOW>;
However, according to the board schematic, the correct CSI reset pin is 22, not 21.
Please double-check this against your hardware documentation.

3) You currently configure the clock pin as a GPIO. Please confirm whether this is actually required for your camera module. In many cases, the MCLK (camera clock) should not be controlled as a GPIO, and doing so may prevent proper sensor initialization.
For further reference, we recommend starting from the base device tree and applying modifications step by step, ensuring each signal matches the schematic and camera requirements.
Best Regards,
Chavira