summaryrefslogtreecommitdiff
path: root/dts/arm/stm3210c_eval.dts
blob: e3388e6a395cef192a7e8fae5bb161696f10d9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (c) 2017 Linaro Limited
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/dts-v1/;
#include <st/stm32f107.dtsi>

/ {
	model = "STMicroelectronics STM3210C-EVAL board";
	compatible = "st,stm3210c-eval", "st,stm32f107";

	chosen {
		zephyr,console = &usart2;
		zephyr,sram = &sram0;
		zephyr,flash = &flash0;
	};
};

&usart2 {
	baud-rate = <115200>;
	status = "ok";
};