28 lines
328 B
Plaintext
28 lines
328 B
Plaintext
/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>;
|
|
};
|
|
|
|
&i2c0 {
|
|
status = "ok";
|
|
clock-frequency = <I2C_BITRATE_FAST>;
|
|
};
|