Skip to content

Commit 17dc49f

Browse files
bijudasgeertu
authored andcommitted
arm64: dts: renesas: r9a08g046: Add SSI support
Add SSI{0,1,2,3} nodes to RZ/G3L SoC DTSI. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260505123708.134069-3-biju.das.jz@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 0df7429 commit 17dc49f

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r9a08g046.dtsi

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,82 @@
349349
/* placeholder */
350350
};
351351

352+
ssi0: ssi@100e4000 {
353+
compatible = "renesas,r9a08g046-ssi", "renesas,rz-ssi";
354+
reg = <0 0x100e4000 0 0x400>;
355+
interrupts = <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>,
356+
<GIC_SPI 306 IRQ_TYPE_EDGE_RISING>,
357+
<GIC_SPI 307 IRQ_TYPE_EDGE_RISING>;
358+
interrupt-names = "int_req", "dma_rx", "dma_tx";
359+
clocks = <&cpg CPG_MOD R9A08G046_SSI0_PCLK2>,
360+
<&cpg CPG_MOD R9A08G046_SSI0_PCLK_SFR>,
361+
<&audio_clk1>, <&audio_clk2>;
362+
clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
363+
resets = <&cpg R9A08G046_SSI0_RST_M2_REG>;
364+
dmas = <&dmac 0x2665>, <&dmac 0x2666>;
365+
dma-names = "tx", "rx";
366+
power-domains = <&cpg>;
367+
#sound-dai-cells = <0>;
368+
status = "disabled";
369+
};
370+
371+
ssi1: ssi@100e4400 {
372+
compatible = "renesas,r9a08g046-ssi", "renesas,rz-ssi";
373+
reg = <0 0x100e4400 0 0x400>;
374+
interrupts = <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>,
375+
<GIC_SPI 309 IRQ_TYPE_EDGE_RISING>,
376+
<GIC_SPI 310 IRQ_TYPE_EDGE_RISING>;
377+
interrupt-names = "int_req", "dma_rx", "dma_tx";
378+
clocks = <&cpg CPG_MOD R9A08G046_SSI1_PCLK2>,
379+
<&cpg CPG_MOD R9A08G046_SSI1_PCLK_SFR>,
380+
<&audio_clk1>, <&audio_clk2>;
381+
clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
382+
resets = <&cpg R9A08G046_SSI1_RST_M2_REG>;
383+
dmas = <&dmac 0x2669>, <&dmac 0x266a>;
384+
dma-names = "tx", "rx";
385+
power-domains = <&cpg>;
386+
#sound-dai-cells = <0>;
387+
status = "disabled";
388+
};
389+
390+
ssi2: ssi@100e4800 {
391+
compatible = "renesas,r9a08g046-ssi", "renesas,rz-ssi";
392+
reg = <0 0x100e4800 0 0x400>;
393+
interrupts = <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>,
394+
<GIC_SPI 312 IRQ_TYPE_EDGE_RISING>,
395+
<GIC_SPI 313 IRQ_TYPE_EDGE_RISING>;
396+
interrupt-names = "int_req", "dma_rx", "dma_tx";
397+
clocks = <&cpg CPG_MOD R9A08G046_SSI2_PCLK2>,
398+
<&cpg CPG_MOD R9A08G046_SSI2_PCLK_SFR>,
399+
<&audio_clk1>, <&audio_clk2>;
400+
clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
401+
resets = <&cpg R9A08G046_SSI2_RST_M2_REG>;
402+
dmas = <&dmac 0x266d>, <&dmac 0x266e>;
403+
dma-names = "tx", "rx";
404+
power-domains = <&cpg>;
405+
#sound-dai-cells = <0>;
406+
status = "disabled";
407+
};
408+
409+
ssi3: ssi@100e4c00 {
410+
compatible = "renesas,r9a08g046-ssi", "renesas,rz-ssi";
411+
reg = <0 0x100e4c00 0 0x400>;
412+
interrupts = <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
413+
<GIC_SPI 315 IRQ_TYPE_EDGE_RISING>,
414+
<GIC_SPI 316 IRQ_TYPE_EDGE_RISING>;
415+
interrupt-names = "int_req", "dma_rx", "dma_tx";
416+
clocks = <&cpg CPG_MOD R9A08G046_SSI3_PCLK2>,
417+
<&cpg CPG_MOD R9A08G046_SSI3_PCLK_SFR>,
418+
<&audio_clk1>, <&audio_clk2>;
419+
clock-names = "ssi", "ssi_sfr", "audio_clk1", "audio_clk2";
420+
resets = <&cpg R9A08G046_SSI3_RST_M2_REG>;
421+
dmas = <&dmac 0x2671>, <&dmac 0x2672>;
422+
dma-names = "tx", "rx";
423+
power-domains = <&cpg>;
424+
#sound-dai-cells = <0>;
425+
status = "disabled";
426+
};
427+
352428
cpg: clock-controller@11010000 {
353429
compatible = "renesas,r9a08g046-cpg";
354430
reg = <0 0x11010000 0 0x10000>;

0 commit comments

Comments
 (0)