16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
Qualcomm IMEM
|
|
|
|
IMEM is fast on-chip memory used for various debug features and dma transactions.
|
|
|
|
Required properties
|
|
|
|
-compatible: "qcom,msm-imem"
|
|
-reg: start address and size of imem memory
|
|
|
|
Example:
|
|
|
|
qcom,msm-imem {
|
|
compatible = "qcom,msm-imem";
|
|
reg = <0xdeadbeef 0x1000>; /* < start_address size > */
|
|
};
|