mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:58:17 +07: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";
|
||
|
};
|