2019-07-19 11:07:45 +08:00
|
|
|
/* Copyright (c) 2019 BayLibre SAS */
|
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2021-01-08 04:16:02 +08:00
|
|
|
#include <virt.dtsi>
|
2019-07-19 11:07:45 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
zephyr,console = &uart0;
|
|
|
|
zephyr,shell-uart = &uart0;
|
2021-01-08 04:16:02 +08:00
|
|
|
zephyr,sram = &ram0;
|
2019-07-19 11:07:45 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|