blob: 1199e852a70d682f9683f228b03c677f880d9999 [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32f401.dtsi>
/ {
model = "Seeed Studio Carbon 96boards";
compatible = "seeed,carbon", "st,stm32f401";
chosen {
zephyr,console = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart1 {
current-speed = <115200>;
status = "ok";
};
&usart2 {
current-speed = <115200>;
status = "ok";
};