From e987321b250f866ede0da1e0b9a244f43e66c4af Mon Sep 17 00:00:00 2001 From: Phi Bang Nguyen Date: Thu, 29 Feb 2024 16:34:39 +0100 Subject: [PATCH] dts: bindings: Add bindings for ov5640 camera Add bindings for ov5640 camera sensor Signed-off-by: Phi Bang Nguyen --- dts/bindings/video/ovti,ov5640.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dts/bindings/video/ovti,ov5640.yaml diff --git a/dts/bindings/video/ovti,ov5640.yaml b/dts/bindings/video/ovti,ov5640.yaml new file mode 100644 index 00000000000..eecb0e3d319 --- /dev/null +++ b/dts/bindings/video/ovti,ov5640.yaml @@ -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.