ARM: at91/dt: at91sam9g20ek: define crystals frequencies
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 18 Jun 2014 19:10:25 +0000 (21:10 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 9 Jul 2014 17:05:14 +0000 (19:05 +0200)
Define at91sam9g20ek main and slow crystals frequencies.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9g20ek_common.dtsi

index cb2c010..d291910 100644 (file)
                        compatible = "atmel,osc", "fixed-clock";
                        clock-frequency = <18432000>;
                };
+
+               slow_xtal {
+                       clock-frequency = <32768>;
+               };
+
+               main_xtal {
+                       clock-frequency = <18432000>;
+               };
        };
 
        ahb {