ARM: dts: r8a7792: add VSP1V support
Describe 3 instances (VSPS, VSPD0, and VSPD1) of the VSP1V in the R8A7792 device tree. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Родитель
5c2312ba05
Коммит
9e1019c690
|
@ -668,6 +668,30 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vsp1@fe928000 {
|
||||||
|
compatible = "renesas,vsp1";
|
||||||
|
reg = <0 0xfe928000 0 0x8000>;
|
||||||
|
interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&mstp1_clks R8A7792_CLK_VSP1_SY>;
|
||||||
|
power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
|
||||||
|
};
|
||||||
|
|
||||||
|
vsp1@fe930000 {
|
||||||
|
compatible = "renesas,vsp1";
|
||||||
|
reg = <0 0xfe930000 0 0x8000>;
|
||||||
|
interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&mstp1_clks R8A7792_CLK_VSP1DU0>;
|
||||||
|
power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
|
||||||
|
};
|
||||||
|
|
||||||
|
vsp1@fe938000 {
|
||||||
|
compatible = "renesas,vsp1";
|
||||||
|
reg = <0 0xfe938000 0 0x8000>;
|
||||||
|
interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&mstp1_clks R8A7792_CLK_VSP1DU1>;
|
||||||
|
power-domains = <&sysc R8A7792_PD_ALWAYS_ON>;
|
||||||
|
};
|
||||||
|
|
||||||
/* Special CPG clocks */
|
/* Special CPG clocks */
|
||||||
cpg_clocks: cpg_clocks@e6150000 {
|
cpg_clocks: cpg_clocks@e6150000 {
|
||||||
compatible = "renesas,r8a7792-cpg-clocks",
|
compatible = "renesas,r8a7792-cpg-clocks",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче