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: r9a07g043: Add SPI Multi I/O Bus controller node

Add SPI Multi I/O Bus controller node to R9A07G043 (RZ/G2UL) SoC DTSI.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220502190155.84496-1-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
470218e2 c2ff5c02

+8 -1
+8 -1
arch/arm64/boot/dts/renesas/r9a07g043.dtsi
··· 498 498 }; 499 499 500 500 sbc: spi@10060000 { 501 + compatible = "renesas,r9a07g043-rpc-if", 502 + "renesas,rzg2l-rpc-if"; 501 503 reg = <0 0x10060000 0 0x10000>, 502 504 <0 0x20000000 0 0x10000000>, 503 505 <0 0x10070000 0 0x10000>; 506 + reg-names = "regs", "dirmap", "wbuf"; 507 + clocks = <&cpg CPG_MOD R9A07G043_SPI_CLK2>, 508 + <&cpg CPG_MOD R9A07G043_SPI_CLK>; 509 + resets = <&cpg R9A07G043_SPI_RST>; 510 + power-domains = <&cpg>; 504 511 #address-cells = <1>; 505 512 #size-cells = <0>; 506 - /* place holder */ 513 + status = "disabled"; 507 514 }; 508 515 509 516 cpg: clock-controller@11010000 {