blob: 2b4c0182c5c2bc01b6f11347d3885bba65871410 [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32l496.dtsi>
/ {
model = "STMicroelectronics STM32L496G-DISCO board";
compatible = "st,stm32l496g-disco", "st,stm32l496";
chosen {
zephyr,console = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart1 {
current-speed = <115200>;
pinctrl-0 = <&usart1_pins_c>;
pinctrl-names = "default";
status = "ok";
};
&usart2 {
current-speed = <115200>;
pinctrl-0 = <&usart2_pins_c>;
pinctrl-names = "default";
status = "ok";
};