dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
authorSuman Anna <s-anna@ti.com>
Wed, 4 Sep 2019 10:31:33 +0000 (16:01 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:07:34 +0000 (10:07 -0400)
commit471c2d5e22398d356ad653cfbc1303f01c0edbed
treeddf0a2d8b27e8d3af41193c38679d8ca718e3387
parentf7954828b8d0defeb6a10371f070ecd29ed192dd
dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs

The Texas Instruments K3 family of SoCs have one of more dual-core
Arm Cortex R5F processor subsystems/clusters (R5FSS). Add the device
tree bindings document for these R5F subsystem devices. These R5F
processors do not have an MMU, and so require fixed memory carveout
regions matching the firmware image addresses. The nodes require more
than one memory region, with the first memory region used for DMA
allocations at runtime. The remaining memory regions are reserved
and are used for the loading and running of the R5F remote processors.

The added example illustrates the DT nodes for the single R5FSS device
present on K3 AM65x family of SoCs.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
doc/device-tree-bindings/remoteproc/ti,k3-r5f-rproc.txt [new file with mode: 0644]