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/gr716a.dtsi>
10
11/ {
12	model = "GR716-MINI Development Board";
13	compatible = "gaisler,gr716a-mini";
14	chosen {
15		zephyr,console = &uart0;
16		zephyr,shell-uart = &uart0;
17		zephyr,sram = &dram;
18	};
19};
20
21&uart0 {
22	status = "okay";
23};
24