Commit a47b3bfc authored by Philippe Reynes's avatar Philippe Reynes Committed by Shawn Guo
Browse files

ARM: apf27dev: add rtc ds1374 to the device tree

parent 9110ede4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@
&i2c1 {
	clock-frequency = <400000>;
	status = "okay";

	rtc@68 {
		compatible = "dallas,ds1374";
		reg = <0x68>;
	};
};

&i2c2 {