mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
arm64: dts: renesas: r8a779g0: Add FCPVX instances
Add device nodes for the FCPVX instances on R-Car V4H (R8A779G0) SoC. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com> Link: https://lore.kernel.org/20241220-rcar-v4h-vspx-v4-2-7dc1812585ad@ideasonboard.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
9e269561b3
commit
e163f098a3
@@ -2453,6 +2453,24 @@ port@1 {
|
||||
};
|
||||
};
|
||||
|
||||
fcpvx0: fcp@fedb0000 {
|
||||
compatible = "renesas,fcpv";
|
||||
reg = <0 0xfedb0000 0 0x200>;
|
||||
clocks = <&cpg CPG_MOD 1100>;
|
||||
power-domains = <&sysc R8A779G0_PD_A3ISP0>;
|
||||
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 R8A779G0_PD_A3ISP1>;
|
||||
resets = <&cpg 1101>;
|
||||
iommus = <&ipmmu_vi1 25>;
|
||||
};
|
||||
|
||||
prr: chipid@fff00044 {
|
||||
compatible = "renesas,prr";
|
||||
reg = <0 0xfff00044 0 4>;
|
||||
|
||||
Reference in New Issue
Block a user