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

Commit 820617c2 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: realview: add the DS1338 RTC to PB1176 DT



This adds the Versatile I2C adapter and the Dallas DS1338
RTC on it to the PB1176 device tree.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3bf0a419
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -403,6 +403,18 @@
		compatible = "simple-bus";
		ranges;

		i2c0: i2c@10002000 {
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "arm,versatile-i2c";
			reg = <0x10002000 0x1000>;

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

		fpga_aaci: aaci@10004000 {
			compatible = "arm,pl041", "arm,primecell";
			reg = <0x10004000 0x1000>;