ARM: dts: r8a7742: Add MSIOF[0123] support
Add the DT nodes needed by MSIOF[0123] interfaces to the SoC dtsi. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com> Link: https://lore.kernel.org/r/1591736054-568-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Родитель
91cebe35d1
Коммит
4b0ee283de
|
@ -853,6 +853,70 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
msiof0: spi@e6e20000 {
|
||||||
|
compatible = "renesas,msiof-r8a7742",
|
||||||
|
"renesas,rcar-gen2-msiof";
|
||||||
|
reg = <0 0xe6e20000 0 0x0064>;
|
||||||
|
interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 0>;
|
||||||
|
dmas = <&dmac0 0x51>, <&dmac0 0x52>,
|
||||||
|
<&dmac1 0x51>, <&dmac1 0x52>;
|
||||||
|
dma-names = "tx", "rx", "tx", "rx";
|
||||||
|
power-domains = <&sysc R8A7742_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 0>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
msiof1: spi@e6e10000 {
|
||||||
|
compatible = "renesas,msiof-r8a7742",
|
||||||
|
"renesas,rcar-gen2-msiof";
|
||||||
|
reg = <0 0xe6e10000 0 0x0064>;
|
||||||
|
interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 208>;
|
||||||
|
dmas = <&dmac0 0x55>, <&dmac0 0x56>,
|
||||||
|
<&dmac1 0x55>, <&dmac1 0x56>;
|
||||||
|
dma-names = "tx", "rx", "tx", "rx";
|
||||||
|
power-domains = <&sysc R8A7742_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 208>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
msiof2: spi@e6e00000 {
|
||||||
|
compatible = "renesas,msiof-r8a7742",
|
||||||
|
"renesas,rcar-gen2-msiof";
|
||||||
|
reg = <0 0xe6e00000 0 0x0064>;
|
||||||
|
interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 205>;
|
||||||
|
dmas = <&dmac0 0x41>, <&dmac0 0x42>,
|
||||||
|
<&dmac1 0x41>, <&dmac1 0x42>;
|
||||||
|
dma-names = "tx", "rx", "tx", "rx";
|
||||||
|
power-domains = <&sysc R8A7742_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 205>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
msiof3: spi@e6c90000 {
|
||||||
|
compatible = "renesas,msiof-r8a7742",
|
||||||
|
"renesas,rcar-gen2-msiof";
|
||||||
|
reg = <0 0xe6c90000 0 0x0064>;
|
||||||
|
interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 215>;
|
||||||
|
dmas = <&dmac0 0x45>, <&dmac0 0x46>,
|
||||||
|
<&dmac1 0x45>, <&dmac1 0x46>;
|
||||||
|
dma-names = "tx", "rx", "tx", "rx";
|
||||||
|
power-domains = <&sysc R8A7742_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 215>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
rcar_sound: sound@ec500000 {
|
rcar_sound: sound@ec500000 {
|
||||||
/*
|
/*
|
||||||
* #sound-dai-cells is required
|
* #sound-dai-cells is required
|
||||||
|
|
Загрузка…
Ссылка в новой задаче