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:
parent
9584456fc9
commit
4f7c0efce7
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue