Commit 2155298a authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Chris Friedt
Browse files

boards: rts5912_evb: set shell-uart



Set a zephyr,shell-uart chosen node so this board can be used with the
shell module.

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent c39930d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
	chosen {
		zephyr,sram = &sram0;
		zephyr,console = &uart0;
		zephyr,shell-uart = &uart0;
		zephyr,flash = &flash0;
	};
};