mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 01:41:56 +00:00
Introduce a simple device tree for the TI lm3s6965 SoC and QEMU Cortex-M3 board port. We get flash and memory base addresses and sizes from the device tree as well as the ARM NVIC number of priority bits. Change-Id: I4452b5543de7be55518997e54837ccbfd4f121df Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
14 lines
191 B
Plaintext
14 lines
191 B
Plaintext
/dts-v1/;
|
|
|
|
#include <ti/lm3s6965.dtsi>
|
|
|
|
/ {
|
|
model = "QEMU Cortex-M3";
|
|
compatible = "ti,lm3s6965evb-qemu", "ti,lm3s6965";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,flash = &flash0;
|
|
};
|
|
};
|