arm64: dts: r8a7796: Add all SCIF nodes
Add the device nodes for all R-Car H3 SCIF serial ports, incl. clocks and power domain. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
68cd161072
commit
19d76f3ec8
@ -559,6 +559,32 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scif0: serial@e6e60000 {
|
||||||
|
compatible = "renesas,scif-r8a7796",
|
||||||
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
||||||
|
reg = <0 0xe6e60000 0 64>;
|
||||||
|
interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 207>,
|
||||||
|
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
|
||||||
|
<&scif_clk>;
|
||||||
|
clock-names = "fck", "brg_int", "scif_clk";
|
||||||
|
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scif1: serial@e6e68000 {
|
||||||
|
compatible = "renesas,scif-r8a7796",
|
||||||
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
||||||
|
reg = <0 0xe6e68000 0 64>;
|
||||||
|
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 206>,
|
||||||
|
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
|
||||||
|
<&scif_clk>;
|
||||||
|
clock-names = "fck", "brg_int", "scif_clk";
|
||||||
|
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
scif2: serial@e6e88000 {
|
scif2: serial@e6e88000 {
|
||||||
compatible = "renesas,scif-r8a7796",
|
compatible = "renesas,scif-r8a7796",
|
||||||
"renesas,rcar-gen3-scif", "renesas,scif";
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
||||||
@ -572,6 +598,45 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scif3: serial@e6c50000 {
|
||||||
|
compatible = "renesas,scif-r8a7796",
|
||||||
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
||||||
|
reg = <0 0xe6c50000 0 64>;
|
||||||
|
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 204>,
|
||||||
|
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
|
||||||
|
<&scif_clk>;
|
||||||
|
clock-names = "fck", "brg_int", "scif_clk";
|
||||||
|
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scif4: serial@e6c40000 {
|
||||||
|
compatible = "renesas,scif-r8a7796",
|
||||||
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
||||||
|
reg = <0 0xe6c40000 0 64>;
|
||||||
|
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 203>,
|
||||||
|
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
|
||||||
|
<&scif_clk>;
|
||||||
|
clock-names = "fck", "brg_int", "scif_clk";
|
||||||
|
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scif5: serial@e6f30000 {
|
||||||
|
compatible = "renesas,scif-r8a7796",
|
||||||
|
"renesas,rcar-gen3-scif", "renesas,scif";
|
||||||
|
reg = <0 0xe6f30000 0 64>;
|
||||||
|
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 202>,
|
||||||
|
<&cpg CPG_CORE R8A7796_CLK_S3D1>,
|
||||||
|
<&scif_clk>;
|
||||||
|
clock-names = "fck", "brg_int", "scif_clk";
|
||||||
|
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
msiof0: spi@e6e90000 {
|
msiof0: spi@e6e90000 {
|
||||||
compatible = "renesas,msiof-r8a7796",
|
compatible = "renesas,msiof-r8a7796",
|
||||||
"renesas,rcar-gen3-msiof";
|
"renesas,rcar-gen3-msiof";
|
||||||
|
Loading…
Reference in New Issue
Block a user