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 RSPI{0,1,2} nodes

Add RSPI{0,1,2} nodes to R9A07G043 (RZ/G2UL) SoC DTSI.

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

authored by

Biju Das and committed by
Geert Uytterhoeven
22ec8689 97525350

+44 -3
+44 -3
arch/arm64/boot/dts/renesas/r9a07g043.dtsi
··· 158 158 status = "disabled"; 159 159 }; 160 160 161 - spi1: spi@1004b000 { 162 - reg = <0 0x1004b000 0 0x400>; 161 + spi0: spi@1004ac00 { 162 + compatible = "renesas,r9a07g043-rspi", "renesas,rspi-rz"; 163 + reg = <0 0x1004ac00 0 0x400>; 164 + interrupts = <GIC_SPI 415 IRQ_TYPE_LEVEL_HIGH>, 165 + <GIC_SPI 413 IRQ_TYPE_LEVEL_HIGH>, 166 + <GIC_SPI 414 IRQ_TYPE_LEVEL_HIGH>; 167 + interrupt-names = "error", "rx", "tx"; 168 + clocks = <&cpg CPG_MOD R9A07G043_RSPI0_CLKB>; 169 + resets = <&cpg R9A07G043_RSPI0_RST>; 170 + power-domains = <&cpg>; 171 + num-cs = <1>; 163 172 #address-cells = <1>; 164 173 #size-cells = <0>; 165 - /* place holder */ 174 + status = "disabled"; 175 + }; 176 + 177 + spi1: spi@1004b000 { 178 + compatible = "renesas,r9a07g043-rspi", "renesas,rspi-rz"; 179 + reg = <0 0x1004b000 0 0x400>; 180 + interrupts = <GIC_SPI 418 IRQ_TYPE_LEVEL_HIGH>, 181 + <GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>, 182 + <GIC_SPI 417 IRQ_TYPE_LEVEL_HIGH>; 183 + interrupt-names = "error", "rx", "tx"; 184 + clocks = <&cpg CPG_MOD R9A07G043_RSPI1_CLKB>; 185 + resets = <&cpg R9A07G043_RSPI1_RST>; 186 + power-domains = <&cpg>; 187 + num-cs = <1>; 188 + #address-cells = <1>; 189 + #size-cells = <0>; 190 + status = "disabled"; 191 + }; 192 + 193 + spi2: spi@1004b400 { 194 + compatible = "renesas,r9a07g043-rspi", "renesas,rspi-rz"; 195 + reg = <0 0x1004b400 0 0x400>; 196 + interrupts = <GIC_SPI 421 IRQ_TYPE_LEVEL_HIGH>, 197 + <GIC_SPI 419 IRQ_TYPE_LEVEL_HIGH>, 198 + <GIC_SPI 420 IRQ_TYPE_LEVEL_HIGH>; 199 + interrupt-names = "error", "rx", "tx"; 200 + clocks = <&cpg CPG_MOD R9A07G043_RSPI2_CLKB>; 201 + resets = <&cpg R9A07G043_RSPI2_RST>; 202 + power-domains = <&cpg>; 203 + num-cs = <1>; 204 + #address-cells = <1>; 205 + #size-cells = <0>; 206 + status = "disabled"; 166 207 }; 167 208 168 209 scif0: serial@1004b800 {