Browse Source

ARM: at91/dt: kizbox: define main crystal frequency

Define kizbox board's main 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
d738989f08
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/kizbox.dts

+ 4 - 0
arch/arm/boot/dts/kizbox.dts

@@ -30,6 +30,10 @@
 			compatible = "atmel,osc", "fixed-clock";
 			clock-frequency = <18432000>;
 		};
+
+		main_xtal {
+			clock-frequency = <18432000>;
+		};
 	};
 
 	ahb {