1 Qualcomm Remote File System Memory binding
3 This binding describes the Qualcomm remote filesystem memory, which serves the
4 purpose of describing the shared memory region used for remote processors to
5 access block device data using the Remote Filesystem protocol.
9 Value type: <stringlist>
14 Usage: required for static allocation
15 Value type: <prop-encoded-array>
16 Definition: must specify base address and size of the memory region,
17 as described in reserved-memory.txt
20 Usage: required for dynamic allocation
21 Value type: <prop-encoded-array>
22 Definition: must specify a size of the memory region, as described in
28 Definition: identifier of the client to use this region for buffers.
33 Definition: vmid of the remote processor, to set up memory protection.
36 The following example shows the remote filesystem memory setup for APQ8016,
37 with the rmtfs region for the Hexagon DSP (id #1) located at 0x86700000.
45 compatible = "qcom,rmtfs-mem";
46 reg = <0x0 0x86700000 0x0 0xe0000>;