Skip to content

Commit 3b3d311

Browse files
committed
boards: nxp: mixmxrt1064_evk: Drop camera sensor related stuffs
The mt9m114 camera module is not always attached to this board. Camera stuffs should go into a seperate overlay / shield. Also, the CSI should be enabled only if there is a camera sensor attached to it. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent 91054be commit 3b3d311

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

boards/nxp/mimxrt1064_evk/mimxrt1064_evk.dts

-20
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,6 @@ arduino_i2c: &lpi2c1 {};
149149
pinctrl-0 = <&pinmux_lpi2c1>;
150150
pinctrl-names = "default";
151151

152-
mt9m114: mt9m114@48 {
153-
compatible = "aptina,mt9m114";
154-
reg = <0x48>;
155-
status = "okay";
156-
157-
port {
158-
mt9m114_ep_out: endpoint {
159-
remote-endpoint = <&csi_ep_in>;
160-
};
161-
};
162-
};
163-
164152
ft5336: ft5336@38 {
165153
compatible = "focaltech,ft5336";
166154
reg = <0x38>;
@@ -271,16 +259,8 @@ zephyr_udc0: &usb1 {
271259
};
272260

273261
&csi {
274-
status = "okay";
275-
source = <&mt9m114>;
276262
pinctrl-0 = <&pinmux_csi>;
277263
pinctrl-names = "default";
278-
279-
port {
280-
csi_ep_in: endpoint {
281-
remote-endpoint = <&mt9m114_ep_out>;
282-
};
283-
};
284264
};
285265

286266
&flexpwm2_pwm3 {

0 commit comments

Comments
 (0)