35 lines
432 B
Plaintext
35 lines
432 B
Plaintext
/dts-v1/;
|
|
|
|
#include <ti/lm3s6965.dtsi>
|
|
|
|
/ {
|
|
model = "QEMU Cortex-M3";
|
|
compatible = "ti,lm3s6965evb-qemu", "ti,lm3s6965";
|
|
|
|
aliases {
|
|
uart_0 = &uart0;
|
|
uart_1 = &uart1;
|
|
uart_2 = &uart2;
|
|
};
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,flash = &flash0;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "ok";
|
|
current-speed = <115200>;
|
|
};
|
|
|
|
&uart1 {
|
|
status = "ok";
|
|
current-speed = <115200>;
|
|
};
|
|
|
|
&uart2 {
|
|
status = "ok";
|
|
current-speed = <115200>;
|
|
};
|