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

Commit 94788118 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

ARM: at91/dt: at91rm9200ek: define crystals frequencies



Define at91rm9200ek main and slow crystals frequencies.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 93af052d
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,14 @@
			compatible = "atmel,osc", "fixed-clock";
			compatible = "atmel,osc", "fixed-clock";
			clock-frequency = <18432000>;
			clock-frequency = <18432000>;
		};
		};

		slow_xtal {
			clock-frequency = <32768>;
		};

		main_xtal {
			clock-frequency = <18432000>;
		};
	};
	};


	ahb {
	ahb {