| .. | .. |
|---|
| 25 | 25 | Optional Properties: |
|---|
| 26 | 26 | |
|---|
| 27 | 27 | - reset-gpios: Reference to the GPIO connected to the reset input. |
|---|
| 28 | + - idle-state: if present, overrides i2c-mux-idle-disconnect, |
|---|
| 29 | + Please refer to Documentation/devicetree/bindings/mux/mux-controller.txt |
|---|
| 28 | 30 | - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all |
|---|
| 29 | 31 | children in idle state. This is necessary for example, if there are several |
|---|
| 30 | 32 | multiplexers on the bus and the devices behind them use same I2C addresses. |
|---|
| .. | .. |
|---|
| 54 | 56 | reg = <2>; |
|---|
| 55 | 57 | |
|---|
| 56 | 58 | eeprom@54 { |
|---|
| 57 | | - compatible = "at,24c08"; |
|---|
| 59 | + compatible = "atmel,24c08"; |
|---|
| 58 | 60 | reg = <0x54>; |
|---|
| 59 | 61 | }; |
|---|
| 60 | 62 | }; |
|---|