drivers: video: ov7725: add sensor driver for ov7725

This patch adds the driver for Omnivision OV7725
Color CMOS VGA Sensor.

The driver currently provides a simple capture
function, the output format only provides
RGB565,640x480.

Signed-off-by: Frank Li <lgl88911@163.com>
This commit is contained in:
Frank Li 2020-12-17 21:00:35 +08:00 committed by Maureen Helm
commit e80506b754
6 changed files with 685 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Copyright (c) 2020, FrankLi Limited
# SPDX-License-Identifier: Apache-2.0
description: OV7725 CMOS video sensor
compatible: "ovti,ov7725"
properties:
reset-gpios:
type: phandle-array
required: false
description: |
The RESETn pin is asserted to disable the sensor causing a hard
reset. The sensor receives this as an active-low signal.
include: i2c-device.yaml