2017-02-05 06:29:41 +01:00
|
|
|
/*
|
2017-02-14 16:49:07 +01:00
|
|
|
* Copyright (c) 2017 Linaro Limited
|
2017-02-05 06:29:41 +01:00
|
|
|
*
|
2017-02-14 16:49:07 +01:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2017-02-05 06:29:41 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2017-04-03 23:38:12 +02:00
|
|
|
#include <st/stm32l476.dtsi>
|
2017-02-05 06:29:41 +01:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "STMicroelectronics STM32L476RG-NUCLEO board";
|
|
|
|
compatible = "st,stm32l476rg-nucleo", "st,stm32l476";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,console = &usart2;
|
|
|
|
zephyr,sram = &sram0;
|
|
|
|
zephyr,flash = &flash0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&usart2 {
|
2017-04-20 17:10:10 +02:00
|
|
|
current-speed = <115200>;
|
2017-07-25 09:27:44 +02:00
|
|
|
pinctrl-0 = <&usart1_pins_b>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usart2 {
|
|
|
|
current-speed = <115200>;
|
|
|
|
pinctrl-0 = <&usart2_pins_a>;
|
|
|
|
pinctrl-names = "default";
|
2017-02-05 06:29:41 +01:00
|
|
|
status = "ok";
|
|
|
|
};
|