]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: at91/dt: sam9263ek: define crystals frequencies
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 24 Jun 2014 06:21:46 +0000 (08:21 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 9 Jul 2014 17:05:22 +0000 (19:05 +0200)
Define at91sam9263ek 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/at91sam9263ek.dts

index 15009c9f229328957221a7b536de9ce3c0e8e630..5cf93eecd8f1a7623b5ccefca6ed5a5fd940a5b2 100644 (file)
                        compatible = "atmel,osc", "fixed-clock";
                        clock-frequency = <16367660>;
                };
+
+               slow_xtal {
+                       clock-frequency = <32768>;
+               };
+
+               main_xtal {
+                       clock-frequency = <16367660>;
+               };
        };
 
        ahb {