mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
ARM: dts: sama5d2: add clock property for uart1 node
Add clock property for uart1 node. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
This commit is contained in:
parent
85ea850976
commit
20bb165c1f
1 changed files with 2 additions and 0 deletions
|
@ -600,6 +600,8 @@
|
||||||
uart1: serial@f8020000 {
|
uart1: serial@f8020000 {
|
||||||
compatible = "atmel,at91sam9260-usart";
|
compatible = "atmel,at91sam9260-usart";
|
||||||
reg = <0xf8020000 0x100>;
|
reg = <0xf8020000 0x100>;
|
||||||
|
clocks = <&uart1_clk>;
|
||||||
|
clock-names = "usart";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue