nitrogen6x: convert to DM_I2C and DM_SERIAL

Rework to remove use of legacy I2C API. Also switch
to DM_SERIAL to avoid board removal warning.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Troy Kisky <troy.kisky@boundarydevices.com>
This commit is contained in:
Anatolij Gustschin
2024-07-20 14:48:03 +02:00
committed by Fabio Estevam
parent 5c045a51a4
commit edc9e4f52d
9 changed files with 26 additions and 104 deletions

View File

@@ -11,8 +11,6 @@
#include "mx6_common.h"
#define CFG_MXC_UART_BASE UART2_BASE
/* MMC Configs */
#define CFG_SYS_FSL_ESDHC_ADDR 0
#define CFG_SYS_FSL_USDHC_NUM 2