Revert "ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks"

This reverts commit ac09b8b744.
This commit is contained in:
Ksawlii 2024-11-24 00:23:28 +01:00
parent 1fe8113a14
commit 8d240a5244

View file

@ -692,7 +692,7 @@
compatible = "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt";
reg = <0xfffffe20 0x20>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
clocks = <&clk32k 1>;
clocks = <&clk32k 0>;
};
pit: timer@fffffe40 {
@ -718,7 +718,7 @@
compatible = "microchip,sam9x60-rtc", "atmel,at91sam9x5-rtc";
reg = <0xfffffea8 0x100>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
clocks = <&clk32k 1>;
clocks = <&clk32k 0>;
};
watchdog: watchdog@ffffff80 {