]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: sama7g5: add slow rc and main rc oscillators
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 2 Jun 2020 12:22:21 +0000 (15:22 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 7 Jan 2021 07:44:15 +0000 (09:44 +0200)
Add slow rc and main rc oscillators to dtsi.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
arch/arm/dts/sama7g5.dtsi
arch/arm/dts/sama7g5ek-u-boot.dtsi

index 618f3a37d5e96d3889eb8c308e4661fd624a9e95..0fc7a5e197387eb6fcfda0970541113eae1f8f8b 100644 (file)
        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>;
index c0f8f94027aa38e1ef602143a220a9f6587d478b..06af2f74eea6a6c533ee962a548648bac1f11a73 100644 (file)
        };
 };
 
+&main_rc {
+       u-boot,dm-pre-reloc;
+};
+
+&slow_rc_osc {
+       u-boot,dm-pre-reloc;
+};
+
 &uart0 {
        u-boot,dm-pre-reloc;
 };