projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5a743
)
ARM: dts: sama5d2: Add uart4 definition
author
Tiaki Rice
<tiakirice@hotmail.com>
Fri, 8 May 2020 01:56:32 +0000
(
01:56
+0000)
committer
Eugen Hristev
<eugen.hristev@microchip.com>
Mon, 18 May 2020 12:00:20 +0000
(15:00 +0300)
This patch adds support for uart4 to the
processor level device tree include file.
Signed-off-by: Tiaki Rice <tiakirice@hotmail.com>
Cc: Eugen Hristev <Eugen.Hristev@microchip.com>
arch/arm/dts/sama5d2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sama5d2.dtsi
b/arch/arm/dts/sama5d2.dtsi
index 5adc47b906b1711c0bffbc7467b01f93c23c8c3c..6fb2cb25f984ea3300167f5e8698892664106741 100644
(file)
--- a/
arch/arm/dts/sama5d2.dtsi
+++ b/
arch/arm/dts/sama5d2.dtsi
@@
-746,6
+746,14
@@
status = "disabled";
};
+ uart4: serial@fc00c000 {
+ compatible = "atmel,at91sam9260-usart";
+ reg = <0xfc00c000 0x100>;
+ clocks = <&uart4_clk>;
+ clock-names = "usart";
+ status = "disabled";
+ };
+
i2c1: i2c@fc028000 {
compatible = "atmel,sama5d2-i2c";
reg = <0xfc028000 0x100>;