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:
parent
b018257be2
commit
74d95eedc4
|
@ -30,4 +30,10 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
|
baud-rate = <115200>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&uart3 {
|
||||||
|
status = "ok";
|
||||||
|
baud-rate = <115200>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -31,4 +31,10 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
|
baud-rate = <115200>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&uart4 {
|
||||||
|
status = "ok";
|
||||||
|
baud-rate = <115200>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
interrupt-names = "status", "error";
|
interrupt-names = "status", "error";
|
||||||
zephyr,irq-prio = <0>;
|
zephyr,irq-prio = <0>;
|
||||||
|
|
||||||
baud-rate = <115200>;
|
|
||||||
pinctrl-0 = <&uart0_default>;
|
pinctrl-0 = <&uart0_default>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue