serial: mcux: Shim driver for LPSCI UART on KL25Z

Adds a shim layer around the mcux lpsci driver to adapt it to the Zephyr
serial interface.

Change-Id: I024f1605e3194f34bb57e8a121900e05b3085a82
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-26 09:56:39 -05:00
commit ed467a695a
7 changed files with 381 additions and 0 deletions

View file

@ -58,6 +58,12 @@ config HAS_LPUART
help
Set if the low power uart (LPUART) module is present in the SoC.
config HAS_LPSCI
bool
default n
help
Set if the low power uart (LPSCI) module is present in the SoC.
if HAS_OSC
choice