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 <savinay.dharmappa@intel.com>
This commit is contained in:
Savinay Dharmappa 2017-07-12 21:10:25 +05:30 committed by Kumar Gala
commit 0ecc65fda9

View file

@ -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;
};
};