]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - doc/device-tree-bindings/remoteproc/remoteproc.txt
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[karo-tx-uboot.git] / doc / device-tree-bindings / remoteproc / remoteproc.txt
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.