1/* 2 * Copyright (c) 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 chosen { 13 zephyr,console = &uart0; 14 zephyr,shell-uart = &uart0; 15 zephyr,sram = &ram0; 16 }; 17}; 18 19&timer0 { 20 interrupts = <6>; 21}; 22 23&uart0 { 24 interrupts = <3>; 25 status = "okay"; 26}; 27 28&ram0 { 29 reg = <0x40000000 0x40000000>; 30}; 31