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