From 0ecc65fda91259d41c6428d69689891713790c36 Mon Sep 17 00:00:00 2001 From: Savinay Dharmappa Date: Wed, 12 Jul 2017 21:10:25 +0530 Subject: [PATCH] dts: arduino_101: Add zephyr,bt-uart, zephyr,uart-pipe to dt patch adds zephyr,bt-uart, zephyr,uart-pipe and zephyr,bt-mon-uart to device tree as chosen property. Signed-off-by: Savinay Dharmappa --- dts/x86/arduino_101.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dts/x86/arduino_101.dts b/dts/x86/arduino_101.dts index 1716442888d..44db1005b7c 100644 --- a/dts/x86/arduino_101.dts +++ b/dts/x86/arduino_101.dts @@ -15,6 +15,9 @@ zephyr,sram = &sram0; zephyr,flash = &flash0; zephyr,console = &uart1; + zephyr,bt-uart = &uart0; + zephyr,uart-pipe = &uart1; + zephyr,bt-mon-uart = &uart1; }; };