diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-01-18 11:02:03 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-11 15:52:46 +0100 |
commit | 820617c25127d8c1074762c62b69ef2f6f6f9bb9 (patch) | |
tree | ffbb26cbfaee2baf99052d315045a7518a0c9347 /arch/arm/boot/dts/arm-realview-pb1176.dts | |
parent | 3bf0a4194f1a149c17373d83a9fde94d84b4098a (diff) | |
download | blackbird-obmc-linux-820617c25127d8c1074762c62b69ef2f6f6f9bb9.tar.gz blackbird-obmc-linux-820617c25127d8c1074762c62b69ef2f6f6f9bb9.zip |
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: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/arm-realview-pb1176.dts')
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pb1176.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/arm-realview-pb1176.dts b/arch/arm/boot/dts/arm-realview-pb1176.dts index 76ecce24fb70..652d85b28aaa 100644 --- a/arch/arm/boot/dts/arm-realview-pb1176.dts +++ b/arch/arm/boot/dts/arm-realview-pb1176.dts @@ -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>; |