xref: /linux/Documentation/devicetree/bindings/unittest.txt (revision b71e8ecd57c8aae5b1815782c47b74ffe3efc09a)
1* OF selftest platform device
2
3** selftest
4
5Required properties:
6- compatible: must be "selftest"
7
8All other properties are optional.
9
10Example:
11	selftest {
12		compatible = "selftest";
13		status = "okay";
14	};
15