mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: dts: s900: Add UART node
This commit adds UART node for Actions Semi S900 SoC. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
parent
ae485b540f
commit
2a8afb44ba
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@
|
|||
#size-cells = <0x2>;
|
||||
ranges;
|
||||
|
||||
uart5: serial@e012a000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
compatible = "actions,s900-serial";
|
||||
reg = <0x0 0xe012a000 0x0 0x1000>;
|
||||
clocks = <&cmu CLOCK_UART5>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
cmu: clock-controller@e0160000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
compatible = "actions,s900-cmu";
|
||||
|
|
Loading…
Reference in a new issue