linux/Documentation/devicetree/bindings/unittest.txt

15 lines
206 B
Plaintext

* OF selftest platform device
** selftest
Required properties:
- compatible: must be "selftest"
All other properties are optional.
Example:
selftest {
compatible = "selftest";
status = "okay";
};