aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDurai Manickam KR2022-04-04 16:00:00 +0530
committerEugen Hristev2022-04-26 09:54:41 +0300
commit3fbdd485fd87ce0d4e1b747aea3c433646f4ced2 (patch)
treece6e179320e67bba85a93fa4304920ba38abe1f4
parent632422d4b333f3580b9fd28c424ff728ed3d3bad (diff)
ARM: dts: sam9x60: Add pit64b node
Add DT node for pit64b support. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
-rw-r--r--arch/arm/dts/sam9x60.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
index 733cc5cec95..a5c429eb3a7 100644
--- a/arch/arm/dts/sam9x60.dtsi
+++ b/arch/arm/dts/sam9x60.dtsi
@@ -235,6 +235,13 @@
clocks = <&pmc PMC_TYPE_CORE 11>; /* ID_MCK. */
};
+ pit64b0: timer@f0028000 {
+ compatible = "microchip,sam9x60-pit64b";
+ reg = <0xf0028000 0xec>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 37>, <&pmc PMC_TYPE_GCK 37>;
+ clock-names = "pclk", "gclk";
+ };
+
clk32: sckc@fffffe50 {
compatible = "microchip,sam9x60-sckc";
reg = <0xfffffe50 0x4>;