aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
blob: f46d928aa73d648a472de2ed42393c7fb3c3c34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

* Marvell MV64XXX I2C controller

Required properties :

 - reg             : Offset and length of the register set for the device
 - compatible      : Should be "marvell,mv64xxx-i2c"
 - interrupts      : The interrupt number
 - clock-frequency : Desired I2C bus clock frequency in Hz.

Examples:

	i2c@11000 {
		compatible = "marvell,mv64xxx-i2c";
		reg = <0x11000 0x20>;
		interrupts = <29>;
		clock-frequency = <100000>;
	};