22 lines
255 B
Plaintext
22 lines
255 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2022 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <virt.dtsi>
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,console = &uart0;
|
||
|
zephyr,shell-uart = &uart0;
|
||
|
zephyr,sram = &ram0;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|