Browse Source

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>
Alexandre Belloni 11 năm trước cách đây
mục cha
commit
4c67a1319b
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      arch/arm/boot/dts/at91sam9m10g45ek.dts

+ 8 - 0
arch/arm/boot/dts/at91sam9m10g45ek.dts

@@ -31,6 +31,14 @@
 			compatible = "atmel,osc", "fixed-clock";
 			clock-frequency = <12000000>;
 		};
+
+		slow_xtal {
+		      clock-frequency = <32768>;
+		};
+
+		main_xtal {
+		      clock-frequency = <12000000>;
+		};
 	};
 
 	ahb {