Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 988b1631 authored by Vauban's avatar Vauban
Browse files

MIPI-CSI: Enable power to the camera module.

Enable power to the camera module by default to simplify board testing.
parent 46f133a0
Branches
Tags BVF-0.2.0
No related merge requests found
# Enable power to camera module:
sd_create_scalar_port -sd_name ${sd_name} -port_name {CSI1_PWND} -port_direction {OUT}
sd_connect_pins_to_constant -sd_name ${sd_name} -pin_names {CSI1_PWND} -value {VCC}
set_io -port_name CSI1_PWND \
-pin_name Y13 \
-fixed true \
-DIRECTION OUTPUT
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment