public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: dtsi: sama5d2: Add uart4 definition to sama5d2.dtsi
@ 2020-05-07  4:43 Tiaki Rice
  2020-05-07  9:11 ` Eugen.Hristev at microchip.com
  0 siblings, 1 reply; 7+ messages in thread
From: Tiaki Rice @ 2020-05-07  4:43 UTC (permalink / raw)
  To: u-boot


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 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 5adc47b906..6fb2cb25f9 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -746,6 +746,14 @@
 				status = "disabled";
 			};
 
+			uart4: serial at fc00c000 {
+				compatible = "atmel,at91sam9260-usart";
+				reg = <0xfc00c000 0x100>;
+				clocks = <&uart4_clk>;
+				clock-names = "usart";
+				status = "disabled";
+			};
+
 			i2c1: i2c at fc028000 {
 				compatible = "atmel,sama5d2-i2c";
 				reg = <0xfc028000 0x100>;
-- 
2.22.0.windows.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 41077 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200507/66968c62/attachment.bin>

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-07 14:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07  4:43 [PATCH] arm: dtsi: sama5d2: Add uart4 definition to sama5d2.dtsi Tiaki Rice
2020-05-07  9:11 ` Eugen.Hristev at microchip.com
     [not found]   ` <MWHPR0801MB3819D4F74166F26568FC68A0ACA50@MWHPR0801MB3819.namprd08.prod.outlook.com>
2020-05-07 10:19     ` Eugen.Hristev at microchip.com
2020-05-07 11:32       ` Tiaki Rice
2020-05-07 11:54         ` Eugen.Hristev at microchip.com
2020-05-07 14:23           ` Tiaki Rice
2020-05-07 14:34             ` Eugen.Hristev at microchip.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox