Skip to content
Snippets Groups Projects
Commit af335c57 authored by Marek Vasut's avatar Marek Vasut Committed by Albert ARIBAUD
Browse files

M28: Support for the old M28 SoM v1.0


This prototype version SoM is unused and not available to public.
Support this only for internal debugging purposes.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent f5861ccc
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,13 @@ const iomux_cfg_t iomux_setup[] = {
MX28_PAD_LCD_ENABLE__LCD_ENABLE | MUX_CONFIG_LCD,
/* UART1 */
#ifdef CONFIG_DENX_M28_V10
MX28_PAD_AUART0_CTS__DUART_RX,
MX28_PAD_AUART0_RTS__DUART_TX,
#else
MX28_PAD_PWM0__DUART_RX,
MX28_PAD_PWM1__DUART_TX,
#endif
MX28_PAD_AUART0_TX__DUART_RTS,
MX28_PAD_AUART0_RX__DUART_CTS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment