diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-06-18 15:11:37 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-07-09 13:05:12 -0400 |
commit | 94788118efc9546f1eb446bec325f17814cec884 (patch) | |
tree | c145fafa13f6af21d8e5514a0d30ac5ccad0febe /arch/arm/boot/dts/at91rm9200ek.dts | |
parent | 93af052da51ed5fa5c74078a625e9ba11d95edd3 (diff) |
ARM: at91/dt: at91rm9200ek: define crystals frequencies
Define at91rm9200ek 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/at91rm9200ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91rm9200ek.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index df6b0aa0e4dd..43eb779dd6f6 100644 --- a/arch/arm/boot/dts/at91rm9200ek.dts +++ b/arch/arm/boot/dts/at91rm9200ek.dts | |||
@@ -25,6 +25,14 @@ | |||
25 | compatible = "atmel,osc", "fixed-clock"; | 25 | compatible = "atmel,osc", "fixed-clock"; |
26 | clock-frequency = <18432000>; | 26 | clock-frequency = <18432000>; |
27 | }; | 27 | }; |
28 | |||
29 | slow_xtal { | ||
30 | clock-frequency = <32768>; | ||
31 | }; | ||
32 | |||
33 | main_xtal { | ||
34 | clock-frequency = <18432000>; | ||
35 | }; | ||
28 | }; | 36 | }; |
29 | 37 | ||
30 | ahb { | 38 | ahb { |