| 1) OF selftest platform device |
| - compatible: must be "selftest" |
| All other properties are optional. |
| 2) OF selftest i2c adapter platform device |
| ** platform device unittest adapter |
| - compatible: must be selftest-i2c-bus |
| Children nodes contain selftest i2c devices. |
| compatible = "selftest-i2c-bus"; |
| 3) OF selftest i2c device |
| - compatible: must be selftest-i2c-dev |
| All other properties are optional |
| compatible = "selftest-i2c-dev"; |
| 4) OF selftest i2c mux device |
| - compatible: must be selftest-i2c-mux |
| Children nodes contain selftest i2c bus nodes per channel. |
| compatible = "selftest-i2c-mux"; |
| compatible = "selftest-i2c-dev"; |