Skip to content

Commit

Permalink
ARM: kirkwood: Add support DT of second I2C bus
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nobuhiro Iwamatsu authored and Jason Cooper committed Nov 24, 2012
1 parent de64ee5 commit 083651f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion arch/arm/boot/dts/kirkwood-6282.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
};
};

0 comments on commit 083651f

Please sign in to comment.