boards: arm: mimxrt1060_evk: enable PXP rotation for LVGL sample

Enable PXP rotation for LVGL sample. The PXP is configured to
rotate by 0 degrees, so the original image is left untouched.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2023-07-05 14:56:01 -05:00 committed by Carles Cufí
commit 3c23ff051d
2 changed files with 12 additions and 0 deletions

View file

@ -323,3 +323,7 @@ arduino_spi: &lpspi1 {
pinctrl-0 = <&pinmux_swo>;
pinctrl-names = "default";
};
&pxp {
status = "okay";
};

View file

@ -0,0 +1,8 @@
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
# Enable PXP DMA engine and set rotation angle to 0 degrees.
# This allows us to verify the DMA driver functions without altering
# the output image
CONFIG_DMA=y
CONFIG_MCUX_ELCDIF_PXP=y