blob: 6db1e6662d3f8d76d6351f04b8b1100df8be8000 [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32l432.dtsi>
/ {
model = "STMicroelectronics STM32L432KC-NUCLEO board";
compatible = "st,stm32l432kc-nucleo", "st,stm32l432";
chosen {
zephyr,console = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart1 {
current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default";
};
&usart2 {
current-speed = <115200>;
pinctrl-0 = <&usart2_pins_b>;
pinctrl-names = "default";
status = "ok";
};