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

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
......@@ -403,6 +403,18 @@ fpga {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment