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:
parent
f3af39b4d7
commit
127ce3aee3
2 changed files with 18 additions and 0 deletions
|
@ -193,6 +193,11 @@ zephyr_udc0: &usb1 {
|
|||
tx-cal-45-dm-ohms = <6>;
|
||||
};
|
||||
|
||||
&csi {
|
||||
pinctrl-0 = <&pinmux_csi>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&flexpwm2_pwm3 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexpwm2_3>;
|
||||
|
@ -297,3 +302,7 @@ arduino_spi: &lpspi1 {
|
|||
&pit0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
dvp_fpc24_i2c: &lpi2c1 {};
|
||||
|
||||
dvp_fpc24_interface: &csi {};
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dvp_fpc24_interface {
|
||||
source = <&mt9m114>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue