From c8b41e005ffd02b16e9588d5a72a6a641bfb5e0f Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Tue, 24 Jun 2014 08:21:46 +0200 Subject: ARM: at91/dt: sam9263ek: define crystals frequencies Define at91sam9263ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- arch/arm/boot/dts/at91sam9263ek.dts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/arm/boot/dts/at91sam9263ek.dts') diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 15009c9f2293..5cf93eecd8f1 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts @@ -29,6 +29,14 @@ compatible = "atmel,osc", "fixed-clock"; clock-frequency = <16367660>; }; + + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <16367660>; + }; }; ahb { -- cgit v1.2.3