dts: arm: Kinetis: Add bluetooth ports

This patch adds the UART ports required by for Bluetooth.  Baud rate
was moved from the Kinetis dtsi file to the relevant board files.

Jira: ZEP-1745

Change-Id: Iac4f748fd82217662800dbf48baea087e5d3a1df
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Andy Gross 2017-02-16 15:11:05 -06:00 committed by Anas Nashif
parent b018257be2
commit 74d95eedc4
3 changed files with 12 additions and 1 deletions

View file

@ -30,4 +30,10 @@
&uart0 {
status = "ok";
baud-rate = <115200>;
};
&uart3 {
status = "ok";
baud-rate = <115200>;
};

View file

@ -31,4 +31,10 @@
&uart0 {
status = "ok";
baud-rate = <115200>;
};
&uart4 {
status = "ok";
baud-rate = <115200>;
};

View file

@ -75,7 +75,6 @@
interrupt-names = "status", "error";
zephyr,irq-prio = <0>;
baud-rate = <115200>;
pinctrl-0 = <&uart0_default>;
pinctrl-names = "default";