1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: OV7670 CMOS video sensor 5 6compatible: "ovti,ov7670" 7 8properties: 9 reset-gpios: 10 type: phandle-array 11 description: | 12 The RESETn pin is asserted to disable the sensor causing a hard 13 reset. The sensor receives this as an active-low signal. 14 pwdn-gpios: 15 type: phandle-array 16 description: | 17 The PWDN pin is asserted to power down the sensor. The sensor 18 receives this as an active high signal 19 20include: i2c-device.yaml 21