Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91/dt: evk-pro3: define slow crytal frequency

Define Telit EVK-PRO3 slow crystal frequency

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

+6
+6
arch/arm/boot/dts/evk-pro3.dts
··· 15 15 model = "Telit EVK-PRO3 for Telit GE863-PRO3"; 16 16 compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9"; 17 17 18 + clocks { 19 + slow_xtal { 20 + clock-frequency = <32768>; 21 + }; 22 + }; 23 + 18 24 ahb { 19 25 apb { 20 26 macb0: ethernet@fffc4000 {