boards: nxp: mimxrt1060_evkb: enable dvp_fpc24_mt9m114 shield

Enable camera shield.  Tested with samples/subsys/video/capture.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
Derek Snell 2024-07-22 13:51:24 -04:00 committed by Anas Nashif
commit 127ce3aee3
2 changed files with 18 additions and 0 deletions

View file

@ -193,6 +193,11 @@ zephyr_udc0: &usb1 {
tx-cal-45-dm-ohms = <6>; tx-cal-45-dm-ohms = <6>;
}; };
&csi {
pinctrl-0 = <&pinmux_csi>;
pinctrl-names = "default";
};
&flexpwm2_pwm3 { &flexpwm2_pwm3 {
status = "okay"; status = "okay";
pinctrl-0 = <&pinmux_flexpwm2_3>; pinctrl-0 = <&pinmux_flexpwm2_3>;
@ -297,3 +302,7 @@ arduino_spi: &lpspi1 {
&pit0 { &pit0 {
status = "okay"; status = "okay";
}; };
dvp_fpc24_i2c: &lpi2c1 {};
dvp_fpc24_interface: &csi {};

View file

@ -0,0 +1,9 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&dvp_fpc24_interface {
source = <&mt9m114>;
};