blob: 031764f515a3a3e1a798f40cff5d66cf2075bed6 [file] [log] [blame]
Nishanth Menonddf56bc2015-09-17 15:42:39 -05001Remote 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.