diff --git a/board/nm/nrhw24/board.c b/board/nm/nrhw24/board.c index 88cff4444f..bb34ff3035 100644 --- a/board/nm/nrhw24/board.c +++ b/board/nm/nrhw24/board.c @@ -1203,7 +1203,10 @@ int ft_board_setup(void *blob, bd_t *bd) * Enable uart1 (ttyS0) always as kernel needs it as fallback console, * if (ttyS1) is not available as console. */ - ft_enable_node(blob, "/ocp/serial@44e09000"); + /* TODO: This does not work, as pins are then blocked for CAN + * Double check with NRSW + */ + /* ft_enable_node(blob, "/ocp/serial@44e09000"); */ return 0; }