2018-03-21 22:28:06 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "intel_s1000.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "intel_s1000_crb";
|
|
|
|
compatible = "intel,s1000";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
uart_0 = &uart0;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,sram = &sram0;
|
|
|
|
zephyr,console = &uart0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "ok";
|
|
|
|
current-speed = <115200>;
|
|
|
|
};
|
|
|
|
|
2018-03-28 07:27:36 +08:00
|
|
|
&i2c0 {
|
|
|
|
status = "ok";
|
|
|
|
clock-frequency = <I2C_BITRATE_FAST>;
|
|
|
|
};
|