TERES/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

19 lines
429 B
Plaintext

* 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>;
};