[PATCH 2/3] dts: sama5d2: add TCB node
Clément Léger
clement.leger at bootlin.com
Wed Feb 2 10:46:36 CET 2022
Add the device-tree node to describe the TCB timer.
Signed-off-by: Clément Léger <clement.leger at bootlin.com>
---
arch/arm/dts/sama5d2.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 038cd73c03..c03a9d423c 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -700,6 +700,12 @@
clocks = <&h32ck>;
};
+ tcb0: timer at f800c000 {
+ compatible = "atmel,sama5d2-tcb";
+ reg = <0xf800c000 0x100>;
+ clocks = <&tcb0_gclk>;
+ };
+
watchdog at f8048040 {
compatible = "atmel,sama5d4-wdt";
reg = <0xf8048040 0x10>;
--
2.34.1
More information about the U-Boot
mailing list