This commit provides support for disco_l475_iot1 board Pinmux driver is provided with initial support definitions Change-Id: I17b637a8ba0b033014969eca8fffe76319c47c52 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
24 lines
393 B
Text
24 lines
393 B
Text
/*
|
|
* 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";
|
|
};
|