2017-02-05 13:29:41 +08:00
|
|
|
/*
|
2017-02-14 23:49:07 +08:00
|
|
|
* Copyright (c) 2017 Linaro Limited
|
2017-02-05 13:29:41 +08:00
|
|
|
*
|
2017-02-14 23:49:07 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2017-02-05 13:29:41 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2017-04-04 05:38:12 +08:00
|
|
|
#include <st/stm32l476.dtsi>
|
2017-02-05 13:29:41 +08: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 23:10:10 +08:00
|
|
|
current-speed = <115200>;
|
2017-07-25 15:27:44 +08: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 13:29:41 +08:00
|
|
|
status = "ok";
|
|
|
|
};
|