blob: d9a809ae417ca7a1c53a3db0c1415b2966d2c540 [file] [log] [blame]
/dts-v1/;
#define DT_FLASH_SIZE __SIZE_K(144)
#define DT_SRAM_SIZE __SIZE_K(55)
#include "intel_curie.dtsi"
/ {
model = "quark_se_c1000_devboard";
compatible = "intel,quark_se_c1000_devboard", "intel,quark_se_c1000";
aliases {
uart_0 = &uart0;
uart_1 = &uart1;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash1;
#ifdef CONFIG_USB_UART_CONSOLE
zephyr,console = &usb_cdc;
#else
zephyr,console = &uart1;
#endif
zephyr,bt-uart = &uart0;
zephyr,uart-pipe = &uart1;
zephyr,bt-mon-uart = &uart1;
};
};
&uart0 {
status = "ok";
current-speed = <1000000>;
};
&uart1 {
status = "ok";
current-speed = <115200>;
};