mimxrt/mimxrt_sdram: Fix pin config and comments.
Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
parent
7d8b2d89cc
commit
36108a41d0
1 changed files with 3 additions and 3 deletions
|
|
@ -35,10 +35,10 @@
|
|||
extern uint8_t __sdram_start;
|
||||
|
||||
#if defined(MIMXRT117x_SERIES)
|
||||
// Pull Up, High drive strength
|
||||
#define SDRAM_PIN_CONFIG (0x07UL)
|
||||
// No pull, normal drive strength
|
||||
#define SDRAM_PIN_CONFIG (0x0EUL)
|
||||
#else
|
||||
// Pull up 22K, high slew rate
|
||||
// No pull, maximum speed, Drive Strength 4, fast slew rate
|
||||
#define SDRAM_PIN_CONFIG (0xE1UL)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue