2018-03-15 05:36:09 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include <em7d.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "em_starterkit-em7";
|
|
|
|
compatible = "snps,em_starterkit-em7d", "snps,em_starterkit";
|
|
|
|
|
|
|
|
aliases {
|
2018-04-11 00:56:14 +08:00
|
|
|
uart-0 = &uart0;
|
|
|
|
uart-1 = &uart1;
|
|
|
|
uart-2 = &uart2;
|
2018-03-15 05:36:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,sram = &sram0;
|
|
|
|
zephyr,console = &uart1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "ok";
|
|
|
|
current-speed = <115200>;
|
|
|
|
};
|