* **compatible** (Mandatory) - The compatible string of the domain
configuration. This DT property should have value *"opensbi,domain,config"*
-* **system-suspend-test** (Optional) - When present, enable a system
- suspend test implementation which simply waits five seconds and issues a WFI.
-
### Domain Memory Region Node
The domain memory region DT node describes details of a memory region and
chosen {
opensbi-domains {
compatible = "opensbi,domain,config";
- system-suspend-test;
tmem: tmem {
compatible = "opensbi,domain,memregion";
set of harts is permitted to perform a cold boot. Otherwise, all
harts are allowed to cold boot.
+* **system-suspend-test** (Optional) - When present, enable a system
+ suspend test implementation which simply waits five seconds and issues a WFI.
+
The OpenSBI Configuration Node will be deleted at the end of cold boot
(replace the node (subtree) with nop tags).
opensbi-config {
compatible = "opensbi,config";
cold-boot-harts = <&cpu1 &cpu2 &cpu3 &cpu4>;
+ system-suspend-test;
};
};