Commit b6239d42 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Simon Horman

ARM: dts: r8a77470: Add QSPI support

Add QSPI[01] support to the RZ/G1C SoC specific device tree.
Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 976a5ccb
...@@ -460,6 +460,38 @@ avb: ethernet@e6800000 { ...@@ -460,6 +460,38 @@ avb: ethernet@e6800000 {
status = "disabled"; status = "disabled";
}; };
qspi0: spi@e6b10000 {
compatible = "renesas,qspi-r8a77470", "renesas,qspi";
reg = <0 0xe6b10000 0 0x2c>;
interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 918>;
dmas = <&dmac0 0x17>, <&dmac0 0x18>,
<&dmac1 0x17>, <&dmac1 0x18>;
dma-names = "tx", "rx", "tx", "rx";
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
resets = <&cpg 918>;
status = "disabled";
};
qspi1: spi@ee200000 {
compatible = "renesas,qspi-r8a77470", "renesas,qspi";
reg = <0 0xee200000 0 0x2c>;
interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 917>;
dmas = <&dmac0 0xd1>, <&dmac0 0xd2>,
<&dmac1 0xd1>, <&dmac1 0xd2>;
dma-names = "tx", "rx", "tx", "rx";
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
resets = <&cpg 917>;
status = "disabled";
};
scif0: serial@e6e60000 { scif0: serial@e6e60000 {
compatible = "renesas,scif-r8a77470", compatible = "renesas,scif-r8a77470",
"renesas,rcar-gen2-scif", "renesas,scif"; "renesas,rcar-gen2-scif", "renesas,scif";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment