]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/stm32f746.dtsi
arm64: zynqmp: Remove undocumented dma properties
[u-boot] / arch / arm / dts / stm32f746.dtsi
index 783d4e734e5873f428d6f3a992d2fde24d68a388..f62360f0db574b7c22a9af21f4d86d2f397819e3 100644 (file)
                        status = "disabled";
                        u-boot,dm-pre-reloc;
                };
+
+               pwrcfg: power-config@58024800 {
+                       compatible = "syscon";
+                       reg = <0x40007000 0x400>;
+               };
+
                rcc: rcc@40023810 {
                        #reset-cells = <1>;
                        #clock-cells = <2>;
-                       compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
+                       compatible = "st,stm32f746-rcc", "st,stm32-rcc";
                        reg = <0x40023800 0x400>;
                        clocks = <&clk_hse>;
+                       st,syscfg = <&pwrcfg>;
                        u-boot,dm-pre-reloc;
                };