Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 022869a2 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: r8a7790: Add SCIF2 device node

parent 38805823
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -732,6 +732,20 @@
		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";