| .. | .. |
|---|
| 1 | 1 | I2C for OMAP platforms |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Required properties : |
|---|
| 4 | | -- compatible : Must be "ti,omap2420-i2c", "ti,omap2430-i2c", "ti,omap3-i2c" |
|---|
| 5 | | - or "ti,omap4-i2c" |
|---|
| 4 | +- compatible : Must be |
|---|
| 5 | + "ti,omap2420-i2c" for OMAP2420 SoCs |
|---|
| 6 | + "ti,omap2430-i2c" for OMAP2430 SoCs |
|---|
| 7 | + "ti,omap3-i2c" for OMAP3 SoCs |
|---|
| 8 | + "ti,omap4-i2c" for OMAP4+ SoCs |
|---|
| 9 | + "ti,am654-i2c", "ti,omap4-i2c" for AM654 SoCs |
|---|
| 10 | + "ti,j721e-i2c", "ti,omap4-i2c" for J721E SoCs |
|---|
| 6 | 11 | - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based) |
|---|
| 7 | 12 | - #address-cells = <1>; |
|---|
| 8 | 13 | - #size-cells = <0>; |
|---|