aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/unittest.txt
blob: 0f92a22fddfad1d90cb5f44728696cbe35aed747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* OF selftest platform device

** selftest

Required properties:
- compatible: must be "selftest"

All other properties are optional.

Example:
	selftest {
		compatible = "selftest";
		status = "okay";
	};