]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r8a7744: Add QSPI support
authorBiju Das <biju.das@bp.renesas.com>
Tue, 27 Nov 2018 11:56:31 +0000 (11:56 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Dec 2018 14:28:13 +0000 (06:28 -0800)
Add the DT node for the QSPI interface to the SoC dtsi.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7744.dtsi

index bab78d43b5dbe019c8c08f187c00b9452d897dc6..28fea2aaa0cfeaec2b5bd1c149eb4de9b28f0d96 100644 (file)
@@ -703,6 +703,22 @@ avb: ethernet@e6800000 {
                        status = "disabled";
                };
 
+               qspi: spi@e6b10000 {
+                       compatible = "renesas,qspi-r8a7744", "renesas,qspi";
+                       reg = <0 0xe6b10000 0 0x2c>;
+                       interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 917>;
+                       dmas = <&dmac0 0x17>, <&dmac0 0x18>,
+                              <&dmac1 0x17>, <&dmac1 0x18>;
+                       dma-names = "tx", "rx", "tx", "rx";
+                       power-domains = <&sysc R8A7744_PD_ALWAYS_ON>;
+                       num-cs = <1>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       resets = <&cpg 917>;
+                       status = "disabled";
+               };
+
                scifa0: serial@e6c40000 {
                        compatible = "renesas,scifa-r8a7744",
                                     "renesas,rcar-gen2-scifa", "renesas,scifa";