You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
363 B
30 lines
363 B
/* |
|
* Copyright (c) 2020 Cobham Gaisler AB |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include <gaisler/leon3soc.dtsi> |
|
|
|
/ { |
|
chosen { |
|
zephyr,console = &uart0; |
|
zephyr,shell-uart = &uart0; |
|
zephyr,sram = &ram0; |
|
}; |
|
}; |
|
|
|
&timer0 { |
|
interrupts = <6>; |
|
}; |
|
|
|
&uart0 { |
|
interrupts = <3>; |
|
status = "okay"; |
|
}; |
|
|
|
&ram0 { |
|
reg = <0x40000000 0x40000000>; |
|
};
|
|
|