/* * Copyright (c) 2017 Linaro Limited * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "STMicroelectronics STM32F4DISCOVERY board"; compatible = "st,stm32f4discovery", "st,stm32f407"; chosen { zephyr,console = &usart2; zephyr,sram = &sram0; zephyr,flash = &flash0; }; }; &usart1 { current-speed = <115200>; pinctrl-0 = <&usart1_pins_a>; pinctrl-names = "default"; status = "ok"; }; &usart2 { current-speed = <115200>; pinctrl-0 = <&usart2_pins_a>; pinctrl-names = "default"; status = "ok"; };