提交 450c0371 编写于 作者: F Fabrizio Castro 提交者: Simon Horman

ARM: dts: r8a7743: Add QSPI support

Add the DT node for the QSPI interface to the SoC dtsi.
Signed-off-by: NFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: NChris Paterson <chris.paterson2@renesas.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 599114ee
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
i2c6 = &iic0; i2c6 = &iic0;
i2c7 = &iic1; i2c7 = &iic1;
i2c8 = &iic3; i2c8 = &iic3;
spi0 = &qspi;
}; };
cpus { cpus {
...@@ -835,6 +836,22 @@ ...@@ -835,6 +836,22 @@
status = "disabled"; status = "disabled";
}; };
qspi: spi@e6b10000 {
compatible = "renesas,qspi-r8a7743", "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 R8A7743_PD_ALWAYS_ON>;
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
resets = <&cpg 917>;
status = "disabled";
};
sdhi0: sd@ee100000 { sdhi0: sd@ee100000 {
compatible = "renesas,sdhi-r8a7743"; compatible = "renesas,sdhi-r8a7743";
reg = <0 0xee100000 0 0x328>; reg = <0 0xee100000 0 0x328>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册