diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-11-23 06:58:34 +0900 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 02:58:56 +0000 |
commit | 083651f278ab250504b5aa10d0e351a203648673 (patch) | |
tree | 96f084406922597cf71f482eb210693aa488f6cd /arch/arm/boot/dts/kirkwood-6282.dtsi | |
parent | de64ee5eabad1d7857890c730b21489561bd202e (diff) |
ARM: kirkwood: Add support DT of second I2C bus
Second I2C bus is supported by 88f6282 and 88f6283.
This creates kirkwood-6282.dtsi, and defines DT table
of second I2C bus.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-6282.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-6282.dtsi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi b/arch/arm/boot/dts/kirkwood-6282.dtsi index d6a4145c8e30..9ae2004d5675 100644 --- a/arch/arm/boot/dts/kirkwood-6282.dtsi +++ b/arch/arm/boot/dts/kirkwood-6282.dtsi @@ -31,5 +31,15 @@ marvell,function = "uart1"; }; }; + + i2c@11100 { + compatible = "marvell,mv64xxx-i2c"; + reg = <0x11100 0x20>; + #address-cells = <1>; + #size-cells = <0>; + interrupts = <32>; + clock-frequency = <100000>; + status = "disabled"; + }; }; -};
\ No newline at end of file +}; |