dts: bindings: Add bindings for ov5640 camera
Add bindings for ov5640 camera sensor Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
parent
cda52f80b5
commit
e987321b25
1 changed files with 20 additions and 0 deletions
20
dts/bindings/video/ovti,ov5640.yaml
Normal file
20
dts/bindings/video/ovti,ov5640.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: OV5640 CMOS video sensor
|
||||
|
||||
compatible: "ovti,ov5640"
|
||||
|
||||
include: i2c-device.yaml
|
||||
|
||||
properties:
|
||||
reset-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
The RESETB pin is asserted to cause a hard reset. The sensor
|
||||
receives this as an active-low signal.
|
||||
powerdown-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
The PWDN pin is asserted to disable the sensor. The sensor
|
||||
receives this as an active-high signal.
|
Loading…
Add table
Add a link
Reference in a new issue