Skip to content

Commit

Permalink
ARM: at91/dt: usb_a9260: define crystals frequencies
Browse files Browse the repository at this point in the history
Define Calao USB-A9260, USB-A9G20 and USB-A9G20-LPW main and slow crystals
frequencies.

Signed-off-by: Alexandre Belloni <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
  • Loading branch information
alexandrebelloni committed Jul 9, 2014
1 parent 32cc703 commit f1e7861
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/usb_a9260_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};

slow_xtal {
clock-frequency = <32768>;
};

main_xtal {
clock-frequency = <12000000>;
};
};

ahb {
Expand Down

0 comments on commit f1e7861

Please sign in to comment.