From: Durai Manickam KR Date: Mon, 4 Apr 2022 10:30:00 +0000 (+0530) Subject: ARM: dts: sam9x60: Add pit64b node X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=3fbdd485fd87ce0d4e1b747aea3c433646f4ced2;p=u-boot.git ARM: dts: sam9x60: Add pit64b node Add DT node for pit64b support. Signed-off-by: Durai Manickam KR --- diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi index 733cc5cec9..a5c429eb3a 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>;