ARM: at91/dt: foxg20: define crystals frequencies
Define Acme Systems srl Fox G20 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
f48a833534
commit
32cc703a23
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@
|
||||||
compatible = "atmel,osc", "fixed-clock";
|
compatible = "atmel,osc", "fixed-clock";
|
||||||
clock-frequency = <18432000>;
|
clock-frequency = <18432000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
slow_xtal {
|
||||||
|
clock-frequency = <32768>;
|
||||||
|
};
|
||||||
|
|
||||||
|
main_xtal {
|
||||||
|
clock-frequency = <18432000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ahb {
|
ahb {
|
||||||
|
|
Loading…
Add table
Reference in a new issue