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 <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-01-31 19:25:53 +01:00 committed by Henrik Brix Andersen
commit cf4495b196

View file

@ -149,18 +149,6 @@ arduino_i2c: &lpi2c1 {};
pinctrl-0 = <&pinmux_lpi2c1>; pinctrl-0 = <&pinmux_lpi2c1>;
pinctrl-names = "default"; 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 { ft5336: ft5336@38 {
compatible = "focaltech,ft5336"; compatible = "focaltech,ft5336";
reg = <0x38>; reg = <0x38>;
@ -271,16 +259,8 @@ zephyr_udc0: &usb1 {
}; };
&csi { &csi {
status = "okay";
source = <&mt9m114>;
pinctrl-0 = <&pinmux_csi>; pinctrl-0 = <&pinmux_csi>;
pinctrl-names = "default"; pinctrl-names = "default";
port {
csi_ep_in: endpoint {
remote-endpoint = <&mt9m114_ep_out>;
};
};
}; };
&flexpwm2_pwm3 { &flexpwm2_pwm3 {