From e06ece049bf5d66846b0b474a972aa66c96b59a0 Mon Sep 17 00:00:00 2001 From: Savinay Dharmappa Date: Wed, 12 Jul 2017 21:19:57 +0530 Subject: [PATCH] dts: frdmk_64f: Generate UART_PIPE config from device tree patch adds zephyr,uart-pipe to devie tree as chosen property. This is added for frdmk64f because sanitycheck test was breaking with changes of generating configs for UART_PIPE from device tree instead of Kconfig. Signed-off-by: Savinay Dharmappa --- dts/arm/frdm_k64f.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/dts/arm/frdm_k64f.dts b/dts/arm/frdm_k64f.dts index d98b50c8695..0c98738e5a9 100644 --- a/dts/arm/frdm_k64f.dts +++ b/dts/arm/frdm_k64f.dts @@ -25,6 +25,7 @@ zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart0; + zephyr,uart-pipe = &uart0; }; };