diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-06-18 21:10:25 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-07-09 19:05:14 +0200 |
commit | f48a8335343a8bdba3d1b0c3ae81a02bfc8123db (patch) | |
tree | 1347e21d13777cffc0a4c388e84a0dc336ef4aca /arch/arm/boot/dts/at91sam9g20ek_common.dtsi | |
parent | 20183110a81d39aee9a2a80be7fb9b0035cb8b22 (diff) |
ARM: at91/dt: at91sam9g20ek: define crystals frequencies
Define at91sam9g20ek 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/at91sam9g20ek_common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi index cb2c010e08e2..d2919108e92d 100644 --- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi +++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi @@ -26,6 +26,14 @@ compatible = "atmel,osc", "fixed-clock"; clock-frequency = <18432000>; }; + + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <18432000>; + }; }; ahb { |