]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: r8a779a0: Add FCPVX instances
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 9 Jan 2025 12:54:32 +0000 (13:54 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 21 Feb 2025 15:22:59 +0000 (16:22 +0100)
Add device nodes for the FCPVX instances on R-Car V3U.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250109125433.2402045-2-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779a0.dtsi

index fe6d97859e4a82260ef64f08354fa3120169496b..44a32ab692777f44fbdec5090a82819cc0175604 100644 (file)
                        iommus = <&ipmmu_vi1 7>;
                };
 
+               fcpvx0: fcp@fedb0000 {
+                       compatible = "renesas,fcpv";
+                       reg = <0 0xfedb0000 0 0x200>;
+                       clocks = <&cpg CPG_MOD 1100>;
+                       power-domains = <&sysc R8A779A0_PD_A3ISP01>;
+                       resets = <&cpg 1100>;
+                       iommus = <&ipmmu_vi1 24>;
+               };
+
+               fcpvx1: fcp@fedb8000 {
+                       compatible = "renesas,fcpv";
+                       reg = <0 0xfedb8000 0 0x200>;
+                       clocks = <&cpg CPG_MOD 1101>;
+                       power-domains = <&sysc R8A779A0_PD_A3ISP01>;
+                       resets = <&cpg 1101>;
+                       iommus = <&ipmmu_vi1 25>;
+               };
+
+               fcpvx2: fcp@fedc0000 {
+                       compatible = "renesas,fcpv";
+                       reg = <0 0xfedc0000 0 0x200>;
+                       clocks = <&cpg CPG_MOD 1102>;
+                       power-domains = <&sysc R8A779A0_PD_A3ISP23>;
+                       resets = <&cpg 1102>;
+                       iommus = <&ipmmu_vi1 26>;
+               };
+
+               fcpvx3: fcp@fedc8000 {
+                       compatible = "renesas,fcpv";
+                       reg = <0 0xfedc8000 0 0x200>;
+                       clocks = <&cpg CPG_MOD 1103>;
+                       power-domains = <&sysc R8A779A0_PD_A3ISP23>;
+                       resets = <&cpg 1103>;
+                       iommus = <&ipmmu_vi1 27>;
+               };
+
                vspd0: vsp@fea20000 {
                        compatible = "renesas,vsp2";
                        reg = <0 0xfea20000 0 0x5000>;