dts: enable uart3 for frdm_k64f

Building `smp_svr` for this board results in a build error due to
undefined symbols `DT_NXP_KINETIS_UART_4006D000_*` which are related to
uart3 DTS symbols not being generated. This marks uart3's status as OK.

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2019-11-01 11:23:34 -03:00 committed by Maureen Helm
parent 8a6fd43439
commit 86360cb2f7

View file

@ -109,7 +109,10 @@
}; };
}; };
arduino_serial: &uart3 {}; arduino_serial: &uart3 {
status = "okay";
current-speed = <115200>;
};
&cpu0 { &cpu0 {
clock-frequency = <120000000>; clock-frequency = <120000000>;