Commit 36108a41 authored by robert-hh's avatar robert-hh Committed by Damien George

mimxrt/mimxrt_sdram: Fix pin config and comments.

Signed-off-by: default avatarrobert-hh <robert@hammelrath.com>
parent 7d8b2d89
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment