diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-06-24 10:21:46 +0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-07-09 21:05:22 +0400 |
commit | c8b41e005ffd02b16e9588d5a72a6a641bfb5e0f (patch) | |
tree | 175c31ef1cd96eb369bd39484aa33b42ab73c3e8 /arch/arm/boot/dts/at91sam9263ek.dts | |
parent | c2bddbd6f48cf660d5783af5883c7402ba33fef4 (diff) | |
download | linux-c8b41e005ffd02b16e9588d5a72a6a641bfb5e0f.tar.xz |
ARM: at91/dt: sam9263ek: define crystals frequencies
Define at91sam9263ek 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/at91sam9263ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263ek.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 15009c9f2293..5cf93eecd8f1 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts @@ -29,6 +29,14 @@ compatible = "atmel,osc", "fixed-clock"; clock-frequency = <16367660>; }; + + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <16367660>; + }; }; ahb { |