arm: atmel: sam3: dts: use label to generate Atmel SAM3 uart name

Now that we can utilize label in the device tree we can convert to
getting the device name for the Atmel SAM3 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 21:14:09 -05:00 committed by Anas Nashif
commit 983e6a56fb
3 changed files with 2 additions and 8 deletions

View file

@ -29,6 +29,7 @@
reg = <0x400E0800 0x124>;
interrupts = <8 0>;
status = "disabled";
label = "UART_0";
};
};
};