remoteproc.txt 586 B

1234567891011121314
  1. Remote Processor uclass
  2. Binding:
  3. Remoteproc devices shall have compatible corresponding to thier
  4. drivers. However the following generic properties will be supported
  5. Optional Properties:
  6. - remoteproc-name: a string, used if provided to describe the processor.
  7. This must be unique in an operational system.
  8. - remoteproc-internal-memory-mapped: a bool, indicates that the remote
  9. processor has internal memory that it uses to execute code and store
  10. data. Such a device is not expected to have a MMU. If no type property
  11. is provided, the device is assumed to map to such a model.