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

Commit 672e806e authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala
Browse files

powerpc/83xx: Add DS1339 RTC support for MPC8349E-mITX boards .dts



The RTC is sitting on the I2C2 bus at address 0x68. RTC interrupt signal
is connected to the IPIC's EXT2 interrupt line, the line is shared with
Vitesse 8201 Ethernet PHY.

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 44274698
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,14 @@
			interrupts = <15 0x8>;
			interrupts = <15 0x8>;
			interrupt-parent = <&ipic>;
			interrupt-parent = <&ipic>;
			dfsrr;
			dfsrr;

			rtc@68 {
				device_type = "rtc";
				compatible = "dallas,ds1339";
				reg = <0x68>;
				interrupts = <18 0x8>;
				interrupt-parent = <&ipic>;
			};
		};
		};


		spi@7000 {
		spi@7000 {
+8 −0
Original line number Original line Diff line number Diff line
@@ -81,6 +81,14 @@
			interrupts = <15 0x8>;
			interrupts = <15 0x8>;
			interrupt-parent = <&ipic>;
			interrupt-parent = <&ipic>;
			dfsrr;
			dfsrr;

			rtc@68 {
				device_type = "rtc";
				compatible = "dallas,ds1339";
				reg = <0x68>;
				interrupts = <18 0x8>;
				interrupt-parent = <&ipic>;
			};
		};
		};


		spi@7000 {
		spi@7000 {