Skip to content

Commit

Permalink
arm64: dts: renesas: r8a779a0: Add VSPD support
Browse files Browse the repository at this point in the history
Provide VSPD support on the R-Car V3U SoC.

Signed-off-by: Kieran Bingham <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
  • Loading branch information
kbingham authored and geertu committed Mar 29, 2021
1 parent e91bb14 commit 7c47212
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a779a0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,28 @@
resets = <&cpg 509>;
};

vspd0: vsp@fea20000 {
compatible = "renesas,vsp2";
reg = <0 0xfea20000 0 0x5000>;
interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 830>;
power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
resets = <&cpg 830>;

renesas,fcp = <&fcpvd0>;
};

vspd1: vsp@fea28000 {
compatible = "renesas,vsp2";
reg = <0 0xfea28000 0 0x5000>;
interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 831>;
power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
resets = <&cpg 831>;

renesas,fcp = <&fcpvd1>;
};

prr: chipid@fff00044 {
compatible = "renesas,prr";
reg = <0 0xfff00044 0 4>;
Expand Down

0 comments on commit 7c47212

Please sign in to comment.