18c2ecf20Sopenharmony_ciReboot property to control system reboot on PPC4xx systems: 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciBy setting "reset_type" to one of the following values, the default 48c2ecf20Sopenharmony_cisoftware reset mechanism may be overridden. Here the possible values of 58c2ecf20Sopenharmony_ci"reset_type": 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci 1 - PPC4xx core reset 88c2ecf20Sopenharmony_ci 2 - PPC4xx chip reset 98c2ecf20Sopenharmony_ci 3 - PPC4xx system reset (default) 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciExample: 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci cpu@0 { 148c2ecf20Sopenharmony_ci device_type = "cpu"; 158c2ecf20Sopenharmony_ci model = "PowerPC,440SPe"; 168c2ecf20Sopenharmony_ci ... 178c2ecf20Sopenharmony_ci reset-type = <2>; /* Use chip-reset */ 188c2ecf20Sopenharmony_ci }; 19