mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
15 lines
206 B
Plaintext
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";
|
||
|
};
|