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 committed Jun 6, 2024
1 parent 9817f7d commit be77c57
Show file tree
Hide file tree
Showing 5 changed files with 2,442 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 @@ -112,6 +112,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
5 changes: 5 additions & 0 deletions arch/arm64/src/imx9/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ endif
ifeq ($(CONFIG_IMX9_LPSPI), y)
CHIP_CSRCS += imx9_lpspi.c
endif

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

Loading

0 comments on commit be77c57

Please sign in to comment.