diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-06-13 14:01:51 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-07-09 13:05:19 -0400 |
commit | 4c67a1319b79bc758425fea458f697ae528348d8 (patch) | |
tree | 5e081b8a3dfa1b17fabe40c1e5303b54aa0d1302 | |
parent | 5c5a57a45e7d475575544892d45004d13930b6c8 (diff) |
ARM: at91/dt: sam9m10g45ek: define crystals frequencies
Define at91sam9m10g45ek main and slow crystals frequencies.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9m10g45ek.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts index 9f5b0a674995..96ccc7de4f0a 100644 --- a/arch/arm/boot/dts/at91sam9m10g45ek.dts +++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts | |||
@@ -31,6 +31,14 @@ | |||
31 | compatible = "atmel,osc", "fixed-clock"; | 31 | compatible = "atmel,osc", "fixed-clock"; |
32 | clock-frequency = <12000000>; | 32 | clock-frequency = <12000000>; |
33 | }; | 33 | }; |
34 | |||
35 | slow_xtal { | ||
36 | clock-frequency = <32768>; | ||
37 | }; | ||
38 | |||
39 | main_xtal { | ||
40 | clock-frequency = <12000000>; | ||
41 | }; | ||
34 | }; | 42 | }; |
35 | 43 | ||
36 | ahb { | 44 | ahb { |