Skip to content

Commit e987321

Browse files
ngphibangMaureenHelm
authored andcommitted
dts: bindings: Add bindings for ov5640 camera
Add bindings for ov5640 camera sensor Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent cda52f8 commit e987321

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/bindings/video/ovti,ov5640.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 2024 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: OV5640 CMOS video sensor
5+
6+
compatible: "ovti,ov5640"
7+
8+
include: i2c-device.yaml
9+
10+
properties:
11+
reset-gpios:
12+
type: phandle-array
13+
description: |
14+
The RESETB pin is asserted to cause a hard reset. The sensor
15+
receives this as an active-low signal.
16+
powerdown-gpios:
17+
type: phandle-array
18+
description: |
19+
The PWDN pin is asserted to disable the sensor. The sensor
20+
receives this as an active-high signal.

0 commit comments

Comments
 (0)