Merge tag 'omap-for-v5.14/gpt12-fix-signed' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / renesas / r8a77970-eagle.dts
index 874a7fc..5c84681 100644 (file)
                /* first 128MB is reserved for secure area. */
                reg = <0x0 0x48000000 0x0 0x38000000>;
        };
+
+       x1_clk: x1-clock {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <148500000>;
+       };
 };
 
 &avb {
 };
 
 &du {
+       clocks = <&cpg CPG_MOD 724>, <&x1_clk>;
+       clock-names = "du.0", "dclkin.0";
        status = "okay";
 };