mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 11:05:57 +00:00
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
/dts-v1/;
|
|
|
|
#include <atmel/same70.dtsi>
|
|
|
|
/ {
|
|
model = "Atmel SAM E70 Xplained board";
|
|
compatible = "atmel,sam_e70_xplained", "atmel,same70q21", "atmel,same70";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,flash = &flash0;
|
|
};
|
|
};
|