| Device-tree bindings for I2C OPAL driver |
| ---------------------------------------- |
| Most of the device node and properties layout is specific to the firmware and |
| used by the firmware itself for configuring the port. From the linux |
| perspective, the properties of use are "ibm,port-name" and "ibm,opal-id". |
| - reg: Port-id within a given master |
| - compatible: must be "ibm,opal-i2c" |
| - ibm,opal-id: Refers to a specific bus and used to identify it when calling |
| the relevant OPAL functions. |
| - bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for |
| linux, used by the FW though. |
| - ibm,port-name: Firmware provides this name that uniquely identifies the i2c |
| The node contains a number of other properties that are used by the FW itself |
| and depend on the specific hardware implementation. The example below depicts |
| bus-frequency = <0x61a80>; |
| compatible = "ibm,power8-i2c-port", "ibm,opal-i2c"; |
| ibm,port-name = "p8_00000000_e1p0"; |
| linux,phandle = <0x10000006>; |