瀏覽代碼

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 年之前
父節點
當前提交
4c67a1319b
共有 1 個文件被更改,包括 8 次插入0 次删除
  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 {