M7350/kernel/Documentation/devicetree/bindings/arm/msm/imem.txt

16 lines
314 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
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 > */
};