aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-foxg20.dts
diff options
context:
space:
mode:
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 {