zephyr/dts/arm/stm32f469i_disco.dts
Neil Armstrong 4a6ba84f67 boards: arm: Add support for STM32F469I-DISCO
Add board configuration, dts and pinmux based on the stm32f4_disco
board.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2017-05-19 10:06:48 -04:00

30 lines
448 B
Plaintext

/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <st/stm32f469.dtsi>
/ {
model = "STMicroelectronics STM32F469I-DISCO board";
compatible = "st,stm32f469i-disco", "st,stm32f469";
chosen {
zephyr,console = &usart3;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&usart3 {
current-speed = <115200>;
status = "ok";
};
&usart6 {
current-speed = <115200>;
status = "ok";
};