dts: bindings: Add bindings for ov5640 camera

Add bindings for ov5640 camera sensor

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-02-29 16:34:39 +01:00 committed by Maureen Helm
commit e987321b25

View file

@ -0,0 +1,20 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
description: OV5640 CMOS video sensor
compatible: "ovti,ov5640"
include: i2c-device.yaml
properties:
reset-gpios:
type: phandle-array
description: |
The RESETB pin is asserted to cause a hard reset. The sensor
receives this as an active-low signal.
powerdown-gpios:
type: phandle-array
description: |
The PWDN pin is asserted to disable the sensor. The sensor
receives this as an active-high signal.