162306a36Sopenharmony_ciReboot property to control system reboot on PPC4xx systems: 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciBy setting "reset_type" to one of the following values, the default 462306a36Sopenharmony_cisoftware reset mechanism may be overridden. Here the possible values of 562306a36Sopenharmony_ci"reset_type": 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci 1 - PPC4xx core reset 862306a36Sopenharmony_ci 2 - PPC4xx chip reset 962306a36Sopenharmony_ci 3 - PPC4xx system reset (default) 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciExample: 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci cpu@0 { 1462306a36Sopenharmony_ci device_type = "cpu"; 1562306a36Sopenharmony_ci model = "PowerPC,440SPe"; 1662306a36Sopenharmony_ci ... 1762306a36Sopenharmony_ci reset-type = <2>; /* Use chip-reset */ 1862306a36Sopenharmony_ci }; 19