ARM: dts: sama7g5: move clock frequencies for xtals in board file

Move clock frequencies for crystals on board specific files.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
Claudiu Beznea 2020-06-02 15:19:19 +03:00 committed by Eugen Hristev
parent 3a2be103b0
commit 3b86096a59
2 changed files with 10 additions and 2 deletions

View file

@ -19,13 +19,11 @@
slow_xtal: slow_xtal {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <0>;
};
main_xtal: main_xtal {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <0>;
};
mck: mck {

View file

@ -23,6 +23,16 @@
stdout-path = "serial0:115200n8";
};
clocks {
slow_xtal: slow_xtal {
clock-frequency = <32768>;
};
main_xtal: main_xtal {
clock-frequency = <24000000>;
};
};
ahb {
apb {