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

ARM: at91/dt: sam9263ek: define crystals frequencies



Define at91sam9263ek 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 c2bddbd6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -29,6 +29,14 @@
			compatible = "atmel,osc", "fixed-clock";
			clock-frequency = <16367660>;
		};

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

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

	ahb {