arm: nxp_kinetis: dts: use label to generate NXP Kinetis uart name

Now that we can utilize label in the device tree we can convert to
getting the device name for the NXP Kinetis UART out of the device tree
instead of from Kconfig.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-05-16 16:36:51 -05:00 committed by Anas Nashif
commit a746bcd56d
12 changed files with 24 additions and 64 deletions

View file

@ -21,6 +21,7 @@
compatible = "nxp,kinetis-lpsci";
reg = <0x4006A000 0xc>;
interrupts = <12 0>;
label = "UART_0";
status = "disabled";
};