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

Commit 262d62cb authored by Paul Cercueil's avatar Paul Cercueil Committed by Alexandre Belloni
Browse files

MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetree



Now that the jz4740-rtc driver supports devicetree, we can add a
devicetree node for it.

Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Acked-by: default avatarMaarten ter Huurne <maarten@treewalker.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent f9eb69d1
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,17 @@
		#clock-cells = <1>;
		#clock-cells = <1>;
	};
	};


	rtc_dev: rtc@10003000 {
		compatible = "ingenic,jz4740-rtc";
		reg = <0x10003000 0x40>;

		interrupt-parent = <&intc>;
		interrupts = <15>;

		clocks = <&cgu JZ4740_CLK_RTC>;
		clock-names = "rtc";
	};

	uart0: serial@10030000 {
	uart0: serial@10030000 {
		compatible = "ingenic,jz4740-uart";
		compatible = "ingenic,jz4740-uart";
		reg = <0x10030000 0x100>;
		reg = <0x10030000 0x100>;