summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/pm9g45.dts
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-06-14 02:13:16 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-07-09 19:05:20 +0200
commit57314956cc4530ff85b0b966a465ababce06c164 (patch)
treec2ddc129c253d0589fa1dba59b364e1bac4217c2 /arch/arm/boot/dts/pm9g45.dts
parent4c67a1319b79bc758425fea458f697ae528348d8 (diff)
ARM: at91/dt: pm9g45: crystals frequencies
Define Ronetix pm9g45 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/pm9g45.dts')
-rw-r--r--arch/arm/boot/dts/pm9g45.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pm9g45.dts b/arch/arm/boot/dts/pm9g45.dts
index 33ffabe9c4c8..66afcff67fde 100644
--- a/arch/arm/boot/dts/pm9g45.dts
+++ b/arch/arm/boot/dts/pm9g45.dts
@@ -29,6 +29,14 @@
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};
+
+ slow_xtal {
+ clock-frequency = <32768>;
+ };
+
+ main_xtal {
+ clock-frequency = <12000000>;
+ };
};
ahb {