1/*
2 * Copyright (c) 2019-2020 Cobham Gaisler AB
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <gaisler/leon3soc.dtsi>
10
11/ {
12	model = "Generic LEON3 system";
13	compatible = "gaisler,generic-leon3";
14	chosen {
15		zephyr,console = &uart0;
16		zephyr,shell-uart = &uart0;
17		zephyr,sram = &ram0;
18	};
19};
20
21&ram0 {
22	reg = <0x40000000 0x00400000>;
23};
24
25&uart0 {
26	status = "okay";
27};
28