17 lines
416 B
YAML
17 lines
416 B
YAML
# Copyright (c) 2021 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: OV2640 CMOS video sensor
|
|
|
|
compatible: "ovti,ov2640"
|
|
|
|
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
|