aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-11-21 12:26:53 -0500
committerSimon Horman <horms+renesas@verge.net.au>2017-01-03 04:41:19 -0500
commit80fab06e258da76232356d8a0b390d4bc25e6917 (patch)
tree2798415d522984c7a31919a9b918498f34416a44
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
arm64: dts: r8a7796: Add all MSIOF nodes
Add the device nodes for all MSIOF SPI controllers. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7796.dtsi54
1 files changed, 54 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 28ba59a00cd8..4bf8e14956fe 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -373,6 +373,60 @@
373 status = "disabled"; 373 status = "disabled";
374 }; 374 };
375 375
376 msiof0: spi@e6e90000 {
377 compatible = "renesas,msiof-r8a7796";
378 reg = <0 0xe6e90000 0 0x0064>;
379 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
380 clocks = <&cpg CPG_MOD 211>;
381 dmas = <&dmac1 0x41>, <&dmac1 0x40>,
382 <&dmac2 0x41>, <&dmac2 0x40>;
383 dma-names = "tx", "rx";
384 power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
385 #address-cells = <1>;
386 #size-cells = <0>;
387 status = "disabled";
388 };
389
390 msiof1: spi@e6ea0000 {
391 compatible = "renesas,msiof-r8a7796";
392 reg = <0 0xe6ea0000 0 0x0064>;
393 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
394 clocks = <&cpg CPG_MOD 210>;
395 dmas = <&dmac1 0x43>, <&dmac1 0x42>,
396 <&dmac2 0x43>, <&dmac2 0x42>;
397 dma-names = "tx", "rx";
398 power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
399 #address-cells = <1>;
400 #size-cells = <0>;
401 status = "disabled";
402 };
403
404 msiof2: spi@e6c00000 {
405 compatible = "renesas,msiof-r8a7796";
406 reg = <0 0xe6c00000 0 0x0064>;
407 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
408 clocks = <&cpg CPG_MOD 209>;
409 dmas = <&dmac0 0x45>, <&dmac0 0x44>;
410 dma-names = "tx", "rx";
411 power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
412 #address-cells = <1>;
413 #size-cells = <0>;
414 status = "disabled";
415 };
416
417 msiof3: spi@e6c10000 {
418 compatible = "renesas,msiof-r8a7796";
419 reg = <0 0xe6c10000 0 0x0064>;
420 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
421 clocks = <&cpg CPG_MOD 208>;
422 dmas = <&dmac0 0x47>, <&dmac0 0x46>;
423 dma-names = "tx", "rx";
424 power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
425 #address-cells = <1>;
426 #size-cells = <0>;
427 status = "disabled";
428 };
429
376 dmac0: dma-controller@e6700000 { 430 dmac0: dma-controller@e6700000 {
377 compatible = "renesas,dmac-r8a7796", 431 compatible = "renesas,dmac-r8a7796",
378 "renesas,rcar-dmac"; 432 "renesas,rcar-dmac";