diff options
author | Jesse Taube <mr.bossman075@gmail.com> | 2022-07-26 01:43:44 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-09-18 20:42:56 +0200 |
commit | 7d9c6f1781be08512703aa1aa2f6bb9b17b7150f (patch) | |
tree | 066bfe28ea2787e663b093b9aa1a9e92794130bf /include | |
parent | 79f7632e80e35461812015582e38ea2ff8fe2b8a (diff) | |
download | u-boot-7d9c6f1781be08512703aa1aa2f6bb9b17b7150f.tar.gz u-boot-7d9c6f1781be08512703aa1aa2f6bb9b17b7150f.tar.bz2 u-boot-7d9c6f1781be08512703aa1aa2f6bb9b17b7150f.zip |
RAM: Add changes for i.MXRT11xx series
The i.MXRT11 series has different offsets for IOCR_MUX, it also can
address 64MiB of SDRAM so add a macro for that.
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/memory/imxrt-sdram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/memory/imxrt-sdram.h b/include/dt-bindings/memory/imxrt-sdram.h index acb35bce27..4b3b0c2f50 100644 --- a/include/dt-bindings/memory/imxrt-sdram.h +++ b/include/dt-bindings/memory/imxrt-sdram.h @@ -82,6 +82,7 @@ #define MEM_WIDTH_8BITS 0x0 #define MEM_WIDTH_16BITS 0x1 +#define MEM_WIDTH_32BITS 0x2 #define BL_1 0x0 #define BL_2 0x1 |