Skip to content

Add support for camera on i.MX RT11XX #69810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d159d53
dts: bindings: Add bindings for ov5640 camera
ngphibang Feb 29, 2024
452f69e
drivers: video: Add ov5640 camera driver
ngphibang Feb 29, 2024
e0b9b0d
dts: bindings: video: Add bindings for NXP MIPI CSI-2 Rx
ngphibang Feb 29, 2024
987bba5
drivers: video: Add NXP MIPI CSI-2 Rx driver
ngphibang Feb 29, 2024
964cf95
soc: nxp: imxrt11xx: Configure clocks and muxing for MIPI CSI-2 Rx
ngphibang Jan 30, 2024
1404ceb
soc: nxp: imxrt11xx: Enable camera master clock
ngphibang Jan 30, 2024
9a68dca
modules: mcux: Drop HAS_MCUX_CSI config
ngphibang Apr 10, 2024
2db8a72
drivers: video: csi: Run clang format
ngphibang Feb 29, 2024
cd27425
drivers: video: csi: Fix get_fmt
ngphibang Apr 10, 2024
7df0afe
drivers: video: csi: Drop pixel format config
ngphibang Jan 30, 2024
05dae54
drivers: video: csi: Change sensor dev to source dev
ngphibang Jan 30, 2024
765333a
drivers: video: csi: Add support for i.MX RT11XX
ngphibang Feb 1, 2024
a12f751
boards: nxp: mixmxrt1170_evk: Separate i2c6 from csi pin muxing
ngphibang Feb 1, 2024
44828bf
dts: arm: nxp: Add devicetree node for MIPI CSI-2 Rx
ngphibang Jan 30, 2024
a53cf71
boards: shields: Add shield for ov5640 camera module
ngphibang Mar 4, 2024
22bc263
boards: nxp: mixmxrt1064_evk: Drop camera sensor related stuffs
ngphibang Jan 31, 2024
503540a
boards: shields: Add shield for mt9m114 camera module
ngphibang Mar 4, 2024
74f4718
samples: video: capture: Increase video buffer size for i.MX RT11XX
ngphibang Mar 1, 2024
e9e1e6e
samples: video: capture: Run clang-format
ngphibang Feb 13, 2024
ab970e9
samples: video: capture: Use a chosen node for camera
ngphibang Jan 31, 2024
22e81a6
samples: video: capture: Display captured frames on screen
ngphibang Feb 1, 2024
83094db
samples: video: capture: Update documents and tests
ngphibang Mar 13, 2024
41f5802
tests: drivers: build_all: video: Add entry for ov5640
ngphibang Mar 4, 2024
1325e3e
boards: nxp: mimxrt1170_evk: Enable video feature
ngphibang Mar 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,6 @@ arduino_i2c: &lpi2c1 {};
pinctrl-0 = <&pinmux_lpi2c1>;
pinctrl-names = "default";

mt9m114: mt9m114@48 {
compatible = "aptina,mt9m114";
reg = <0x48>;
status = "okay";

port {
mt9m114_ep_out: endpoint {
remote-endpoint = <&csi_ep_in>;
};
};
};

ft5336: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
Expand Down Expand Up @@ -254,16 +242,8 @@ zephyr_udc0: &usb1 {
};

&csi {
status = "okay";
sdev = <&mt9m114>;
pinctrl-0 = <&pinmux_csi>;
pinctrl-names = "default";

port {
csi_ep_in: endpoint {
remote-endpoint = <&mt9m114_ep_out>;
};
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add the labels related to the new shield you have created for 1064?

};

&flexpwm2_pwm3 {
Expand Down