| # 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 | |
| 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 | |
| child-binding: | |
| child-binding: | |
| include: video-interfaces.yaml |