mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-10 22:59:03 -04:00
ARM: dts: microchip: sama7d65: Add RTC support for sama7d65
Add RTC support for the SAMA7D65 SoC. Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Link: https://lore.kernel.org/r/fa1587ffef21a8198317062c15d8eb5c3ca6187c.1740671156.git.Ryan.Wanner@microchip.com [claudiu.beznea: fixed conflict, keep nodes sorted by their addresses] Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
committed by
Claudiu Beznea
parent
3121396214
commit
3e2b7addb6
@@ -102,6 +102,13 @@ clk32k: clock-controller@e001d500 {
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
rtc: rtc@e001d800 {
|
||||
compatible = "microchip,sama7d65-rtc", "microchip,sam9x60-rtc";
|
||||
reg = <0xe001d800 0x30>;
|
||||
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk32k 1>;
|
||||
};
|
||||
|
||||
chipid@e0020000 {
|
||||
compatible = "microchip,sama7d65-chipid";
|
||||
reg = <0xe0020000 0x8>;
|
||||
|
||||
Reference in New Issue
Block a user