ARM: at91/dt: evk-pro3: define slow crytal frequency
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 9 Jul 2014 13:23:05 +0000 (15:23 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 9 Jul 2014 17:05:17 +0000 (19:05 +0200)
Define Telit EVK-PRO3 slow crystal frequency

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

index 4d829685fdfb1d026df02a0a16b308f189b970bb..f72969efe6d79ad857392d30794c427d424d4d38 100644 (file)
        model = "Telit EVK-PRO3 for Telit GE863-PRO3";
        compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
 
+       clocks {
+               slow_xtal {
+                       clock-frequency = <32768>;
+               };
+       };
+
        ahb {
                apb {
                        macb0: ethernet@fffc4000 {
This page took 0.026625 seconds and 5 git commands to generate.