zephyr/boards/sparc/generic_leon3/generic_leon3.dts
Martin Åberg d5e0ae9d7a boards: Add generic_leon3 for FPGA design
This board configuration is compatible with
- GRLIB GPL FPGA template designs
- TSIM3 LEON3 eval

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

25 lines
278 B
Plaintext

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