aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-foxg20.dts
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-06-17 05:12:11 -0400
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-07-09 13:05:14 -0400
commit32cc703a23e717b70fd5c166e0058bb2962b2ef2 (patch)
tree1473c2a1af7468e5ee0b3164528841cb5977c786 /arch/arm/boot/dts/at91-foxg20.dts
parentf48a8335343a8bdba3d1b0c3ae81a02bfc8123db (diff)
ARM: at91/dt: foxg20: define crystals frequencies
Define Acme Systems srl Fox G20 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/at91-foxg20.dts')
-rw-r--r--arch/arm/boot/dts/at91-foxg20.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts
index cbe967343997..f89598af4c2b 100644
--- a/arch/arm/boot/dts/at91-foxg20.dts
+++ b/arch/arm/boot/dts/at91-foxg20.dts
@@ -31,6 +31,14 @@
31 compatible = "atmel,osc", "fixed-clock"; 31 compatible = "atmel,osc", "fixed-clock";
32 clock-frequency = <18432000>; 32 clock-frequency = <18432000>;
33 }; 33 };
34
35 slow_xtal {
36 clock-frequency = <32768>;
37 };
38
39 main_xtal {
40 clock-frequency = <18432000>;
41 };
34 }; 42 };
35 43
36 ahb { 44 ahb {