dts: kinetis: bluetooth: Make UART port conditional

This patch modifies the DTS file to make the inclusion of the
bluetooth UART port conditional on CONFIG_BLUETOOTH option.

Issue: ZEP-1745

Change-Id: Iea8dc60fe17d131d8e3765e1962b25d157065c67
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Andy Gross 2017-03-01 17:22:46 -06:00 committed by Anas Nashif
commit 4f7c0efce7
2 changed files with 4 additions and 0 deletions

View file

@ -33,7 +33,9 @@
baud-rate = <115200>; baud-rate = <115200>;
}; };
#ifdef CONFIG_BLUETOOTH
&uart3 { &uart3 {
status = "ok"; status = "ok";
baud-rate = <115200>; baud-rate = <115200>;
}; };
#endif

View file

@ -34,7 +34,9 @@
baud-rate = <115200>; baud-rate = <115200>;
}; };
#ifdef CONFIG_BLUETOOTH
&uart4 { &uart4 {
status = "ok"; status = "ok";
baud-rate = <115200>; baud-rate = <115200>;
}; };
#endif