Loading...
/* * 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"; }; |