@@ -1546,5 +1546,27 @@
};
};
};
+
+ hdmi0: hdmi0@fead0000 {
+ compatible = "renesas,rcar-dw-hdmi";
+ reg = <0 0xfead0000 0 0x10000>;
+ interrupts = <0 389 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cpg CPG_MOD 729>;
+ clock-names = "isfr";
+ interlaced = <1>;
+ power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+ status = "disabled";
+ };
+
+ hdmi1: hdmi1@feae0000 {
+ compatible = "renesas,rcar-dw-hdmi";
+ reg = <0 0xfeae0000 0 0x10000>;
+ interrupts = <0 436 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cpg CPG_MOD 728>;
+ clock-names = "isfr";
+ interlaced = <1>;
+ power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+ status = "disabled";
+ };
};
};
Based on work by Koji Matsuoka. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)