1 1) OF selftest platform device
6 - compatible: must be "selftest"
8 All other properties are optional.
12 compatible = "selftest";
16 2) OF selftest i2c adapter platform device
18 ** platform device unittest adapter
21 - compatible: must be selftest-i2c-bus
23 Children nodes contain selftest i2c devices.
27 compatible = "selftest-i2c-bus";
31 3) OF selftest i2c device
33 ** I2C selftest device
36 - compatible: must be selftest-i2c-dev
38 All other properties are optional
42 compatible = "selftest-i2c-dev";
46 4) OF selftest i2c mux device
51 - compatible: must be selftest-i2c-mux
53 Children nodes contain selftest i2c bus nodes per channel.
57 compatible = "selftest-i2c-mux";
67 compatible = "selftest-i2c-dev";