1# Copyright (c) 2020, FrankLi Limited 2# SPDX-License-Identifier: Apache-2.0 3 4description: OV7725 CMOS video sensor 5 6compatible: "ovti,ov7725" 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 15include: i2c-device.yaml 16