Skip to content

Commit

Permalink
imx9: Add flexspi support, ported from imxrt
Browse files Browse the repository at this point in the history
Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
joukkone authored and jlaitine committed Jul 5, 2024
1 parent 1cfb6fe commit f92c49e
Show file tree
Hide file tree
Showing 5 changed files with 2,441 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/src/imx9/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ endmenu # LPUART Configuration

endmenu # LPUART

config IMX9_FLEXSPI
bool "ENABLE FLEXSPI interface"
default n


config IMX9_FLEXIO1_PWM
depends on PWM
bool "Enable FLEXIO1 based PWM generation"
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/src/imx9/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ endif
ifeq ($(CONFIG_IMX9_USDHC),y)
CHIP_CSRCS += imx9_usdhc.c
endif

ifeq ($(CONFIG_IMX9_FLEXSPI), y)
CHIP_CSRCS += imx9_flexspi.c
endif
Loading

0 comments on commit f92c49e

Please sign in to comment.