Add initial device tree support for the em{7,9,11}d SoC and associated em_starterkit boards. The device tree at this point specifies cpu core, memory, interrupt controller, uart's and i2c controllers. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
24 lines
332 B
Text
24 lines
332 B
Text
/dts-v1/;
|
|
|
|
#include <em11d.dtsi>
|
|
|
|
/ {
|
|
model = "em_starterkit-em11d";
|
|
compatible = "snps,em_starterkit-em11d", "snps,em_starterkit";
|
|
|
|
aliases {
|
|
uart_0 = &uart0;
|
|
uart_1 = &uart1;
|
|
uart_2 = &uart2;
|
|
};
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,console = &uart1;
|
|
};
|
|
};
|
|
|
|
&uart1 {
|
|
status = "ok";
|
|
current-speed = <115200>;
|
|
};
|