zephyr/boards/sparc/qemu_leon3/qemu_leon3.dts
Martin Åberg 34014deb0f boards: Add qemu_leon3
This board configuration can be used out-of-the-box with SPARC QEMU
distributed with Zephyr SDK v0.11.2.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-13 14:53:55 -08:00

30 lines
325 B
Plaintext

/*
* Copyright (c) 2020 Cobham Gaisler AB
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <leon3soc.dtsi>
/ {
chosen {
zephyr,console = &uart0;
zephyr,sram = &ram0;
};
};
&timer0 {
interrupts = <6>;
};
&uart0 {
interrupts = <3>;
status = "okay";
};
&ram0 {
reg = <0x40000000 0x40000000>;
};