ARM: at91/dt: tny_a9263: define crystals frequencies
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 24 Jun 2014 06:22:51 +0000 (08:22 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 9 Jul 2014 17:05:22 +0000 (19:05 +0200)
Define Calao TNY-A9263 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/tny_a9263.dts

index 0751a6a..3043296 100644 (file)
                        compatible = "atmel,osc", "fixed-clock";
                        clock-frequency = <12000000>;
                };
+
+               slow_xtal {
+                       clock-frequency = <32768>;
+               };
+
+               main_xtal {
+                       clock-frequency = <12000000>;
+               };
        };
 
        ahb {