reboot.txt 439 B

12345678910111213141516171819
  1. Reboot property to control system reboot on PPC4xx systems:
  2. By setting "reset_type" to one of the following values, the default
  3. software reset mechanism may be overidden. Here the possible values of
  4. "reset_type":
  5. 1 - PPC4xx core reset
  6. 2 - PPC4xx chip reset
  7. 3 - PPC4xx system reset (default)
  8. Example:
  9. cpu@0 {
  10. device_type = "cpu";
  11. model = "PowerPC,440SPe";
  12. ...
  13. reset-type = <2>; /* Use chip-reset */
  14. };