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:
parent
22874ef301
commit
983e6a56fb
3 changed files with 2 additions and 8 deletions
|
@ -29,6 +29,7 @@
|
|||
reg = <0x400E0800 0x124>;
|
||||
interrupts = <8 0>;
|
||||
status = "disabled";
|
||||
label = "UART_0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue