board: set chosen zephyr,shell-uart in LEON boards DTS

This associates the SHELL UART backend with the DTS uart0. It solves
an issue with unresponsive shell.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2021-05-28 11:26:56 +02:00 committed by Kumar Gala
commit 51188bc6df
3 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
/ {
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &ram0;
};
};

View file

@ -11,6 +11,7 @@
/ {
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &dram;
};
};

View file

@ -11,6 +11,7 @@
/ {
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &ram0;
};
};