boards: nxp: mimxrt1064_evk: enable PXP

Enable PXP in board devicetree for display samples.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
Derek Snell 2024-07-22 16:34:54 -04:00 committed by Anas Nashif
commit e950c839d6

View file

@ -336,6 +336,10 @@ zephyr_udc0: &usb1 {
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&pxp {
status = "okay";
};
dvp_fpc24_i2c: &lpi2c1 {}; dvp_fpc24_i2c: &lpi2c1 {};
dvp_fpc24_interface: &csi {}; dvp_fpc24_interface: &csi {};