Browse Source

ARM: at91/dt: aks-cdu: define slow crytal frequency

Define AK signal CDU slow crystal frequency

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Alexandre Belloni 11 years ago
parent
commit
c544bc7a43
1 changed files with 6 additions and 0 deletions
  1. 6 0
      arch/arm/boot/dts/aks-cdu.dts

+ 6 - 0
arch/arm/boot/dts/aks-cdu.dts

@@ -16,6 +16,12 @@
 		bootargs = "console=ttyS0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs";
 		bootargs = "console=ttyS0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs";
 	};
 	};
 
 
+	clocks {
+		slow_xtal {
+			clock-frequency = <32768>;
+		};
+	};
+
 	ahb {
 	ahb {
 		apb {
 		apb {
 			usart0: serial@fffb0000 {
 			usart0: serial@fffb0000 {