blob: 843f32c62d4c9cf6f815c6ffba214d40bce2acbf [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32l475.dtsi>
/ {
model = "STMicroelectronics B-L475E-IOT01Ax board";
compatible = "st,stm32l475-disco-iot", "st,stm32l475";
chosen {
zephyr,console = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart1 {
current-speed = <115200>;
status = "ok";
};