Nishanth Menon | ddf56bc | 2015-09-17 15:42:39 -0500 | [diff] [blame] | 1 | Remote Processor uclass |
| 2 | |
| 3 | Binding: |
| 4 | |
| 5 | Remoteproc devices shall have compatible corresponding to thier |
| 6 | drivers. However the following generic properties will be supported |
| 7 | |
| 8 | Optional 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. |