|
@@ -732,6 +732,20 @@
|
|
status = "disabled";
|
|
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 {
|
|
hscif0: serial@e62c0000 {
|
|
compatible = "renesas,hscif-r8a7790",
|
|
compatible = "renesas,hscif-r8a7790",
|
|
"renesas,rcar-gen2-hscif", "renesas,hscif";
|
|
"renesas,rcar-gen2-hscif", "renesas,hscif";
|