# Copyright 2024 NXP | |
# SPDX-License-Identifier: Apache-2.0 | |
description: OV7670 CMOS video sensor | |
compatible: "ovti,ov7670" | |
properties: | |
reset-gpios: | |
type: phandle-array | |
description: | | |
The RESETn pin is asserted to disable the sensor causing a hard | |
reset. The sensor receives this as an active-low signal. | |
pwdn-gpios: | |
type: phandle-array | |
description: | | |
The PWDN pin is asserted to power down the sensor. The sensor | |
receives this as an active high signal | |
include: i2c-device.yaml |