ARM: dts: sama7g5: add slow rc and main rc oscillators

Add slow rc and main rc oscillators to dtsi.

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

View File

@ -16,6 +16,18 @@
compatible = "microchip,sama7g5";
clocks {
slow_rc_osc: slow_rc_osc {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <32000>;
};
main_rc: main_rc {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <12000000>;
};
slow_xtal: slow_xtal {
compatible = "fixed-clock";
#clock-cells = <0>;

View File

@ -23,6 +23,14 @@
};
};
&main_rc {
u-boot,dm-pre-reloc;
};
&slow_rc_osc {
u-boot,dm-pre-reloc;
};
&uart0 {
u-boot,dm-pre-reloc;
};