blob: 2ea079f1a85d6513dd4952541048de3c3fb92add [file] [log] [blame]
/*
* Copyright (c) 2019-2020 Cobham Gaisler AB
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <gaisler/leon3soc.dtsi>
/ {
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &ram0;
};
};
&ram0 {
reg = <0x40000000 0x00400000>;
};
&uart0 {
status = "okay";
};