Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / arch / arm / dts / ste-dbx5x0-u-boot.dtsi
index 4a99ee5..e350175 100644 (file)
@@ -4,8 +4,14 @@
 #include "ste-dbx5x0.dtsi"
 
 / {
+       /* FIXME: Remove this when clk driver is implemented */
+       sdmmcclk: sdmmcclk {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <100000000>;
+       };
+
        soc {
-               /* FIXME: Remove this when clk driver is implemented */
                mtu@a03c6000 {
                        clock-frequency = <133000000>;
                };
@@ -18,6 +24,9 @@
                uart@80007000 {
                        clock = <38400000>;
                };
+               mmc@80005000 {
+                       clocks = <&sdmmcclk>;
+               };
        };
 
        reboot {