summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9263ek.dts
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-06-24 08:21:46 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-07-09 19:05:22 +0200
commitc8b41e005ffd02b16e9588d5a72a6a641bfb5e0f (patch)
tree175c31ef1cd96eb369bd39484aa33b42ab73c3e8 /arch/arm/boot/dts/at91sam9263ek.dts
parentc2bddbd6f48cf660d5783af5883c7402ba33fef4 (diff)
ARM: at91/dt: sam9263ek: define crystals frequencies
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263ek.dts')
-rw-r--r--arch/arm/boot/dts/at91sam9263ek.dts8
1 files changed, 8 insertions, 0 deletions
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 {