Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42be95ff authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre
Browse files

ARM: at91/dt: define main clk frequency of at91sam9rlek



Define the main clock frequency for the new main clock node in
at91sam9rlek.dts

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarBoris BREZILLON <b.brezillon.dev@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 8dc5d8e8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -105,6 +105,12 @@
				};
			};

			pmc: pmc@fffffc00 {
				main: mainck {
					clock-frequency = <12000000>;
				};
			};

			watchdog@fffffd40 {
				status = "okay";
			};