Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: r8a779f0: Add SCIF nodes

Extracted from a bigger patch in the BSP, rebased, reg length corrected,
and DMA properties added.

Signed-off-by: Linh Phung <linh.phung.jy@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20220614095242.8264-1-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Linh Phung and committed by
Geert Uytterhoeven
40753144 01a787f7

+51
+51
arch/arm64/boot/dts/renesas/r8a779f0.dtsi
··· 516 516 status = "disabled"; 517 517 }; 518 518 519 + scif0: serial@e6e60000 { 520 + compatible = "renesas,scif-r8a779f0", 521 + "renesas,rcar-gen4-scif", "renesas,scif"; 522 + reg = <0 0xe6e60000 0 64>; 523 + interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>; 524 + clocks = <&cpg CPG_MOD 702>, 525 + <&cpg CPG_CORE R8A779F0_CLK_S0D3_PER>, 526 + <&scif_clk>; 527 + clock-names = "fck", "brg_int", "scif_clk"; 528 + dmas = <&dmac0 0x51>, <&dmac0 0x50>, 529 + <&dmac1 0x51>, <&dmac1 0x50>; 530 + dma-names = "tx", "rx", "tx", "rx"; 531 + power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; 532 + resets = <&cpg 702>; 533 + status = "disabled"; 534 + }; 535 + 536 + scif1: serial@e6e68000 { 537 + compatible = "renesas,scif-r8a779f0", 538 + "renesas,rcar-gen4-scif", "renesas,scif"; 539 + reg = <0 0xe6e68000 0 64>; 540 + interrupts = <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>; 541 + clocks = <&cpg CPG_MOD 703>, 542 + <&cpg CPG_CORE R8A779F0_CLK_S0D3_PER>, 543 + <&scif_clk>; 544 + clock-names = "fck", "brg_int", "scif_clk"; 545 + dmas = <&dmac0 0x53>, <&dmac0 0x52>, 546 + <&dmac1 0x53>, <&dmac1 0x52>; 547 + dma-names = "tx", "rx", "tx", "rx"; 548 + power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; 549 + resets = <&cpg 703>; 550 + status = "disabled"; 551 + }; 552 + 519 553 scif3: serial@e6c50000 { 520 554 compatible = "renesas,scif-r8a779f0", 521 555 "renesas,rcar-gen4-scif", "renesas,scif"; ··· 564 530 dma-names = "tx", "rx", "tx", "rx"; 565 531 power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; 566 532 resets = <&cpg 704>; 533 + status = "disabled"; 534 + }; 535 + 536 + scif4: serial@e6c40000 { 537 + compatible = "renesas,scif-r8a779f0", 538 + "renesas,rcar-gen4-scif", "renesas,scif"; 539 + reg = <0 0xe6c40000 0 64>; 540 + interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>; 541 + clocks = <&cpg CPG_MOD 705>, 542 + <&cpg CPG_CORE R8A779F0_CLK_S0D3_PER>, 543 + <&scif_clk>; 544 + clock-names = "fck", "brg_int", "scif_clk"; 545 + dmas = <&dmac0 0x59>, <&dmac0 0x58>, 546 + <&dmac1 0x59>, <&dmac1 0x58>; 547 + dma-names = "tx", "rx", "tx", "rx"; 548 + power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>; 549 + resets = <&cpg 705>; 567 550 status = "disabled"; 568 551 }; 569 552