mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 02:36:42 +07:00
ARM: dts: r8a7790: Add SCIF2 device node
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
3880582337
commit
022869a2c4
@ -732,6 +732,20 @@ scif1: serial@e6e68000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
scif2: serial@e6e56000 {
|
||||
compatible = "renesas,scif-r8a7790", "renesas,rcar-gen2-scif",
|
||||
"renesas,scif";
|
||||
reg = <0 0xe6e56000 0 64>;
|
||||
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&mstp3_clks R8A7790_CLK_SCIF2>, <&zs_clk>,
|
||||
<&scif_clk>;
|
||||
clock-names = "fck", "brg_int", "scif_clk";
|
||||
dmas = <&dmac0 0x2b>, <&dmac0 0x2c>;
|
||||
dma-names = "tx", "rx";
|
||||
power-domains = <&cpg_clocks>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hscif0: serial@e62c0000 {
|
||||
compatible = "renesas,hscif-r8a7790",
|
||||
"renesas,rcar-gen2-hscif", "renesas,hscif";
|
||||
|
Loading…
Reference in New Issue
Block a user