summaryrefslogtreecommitdiff
path: root/dts/arm/nucleo_l476rg.dts
blob: 04aff092acb6e2a8479fa7fdd422717260ad2366 (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/stm32l476.dtsi>

/ {
	model = "STMicroelectronics STM32L476RG-NUCLEO board";
	compatible = "st,stm32l476rg-nucleo", "st,stm32l476";

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

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