imem.txt 314 B

12345678910111213141516
  1. Qualcomm IMEM
  2. IMEM is fast on-chip memory used for various debug features and dma transactions.
  3. Required properties
  4. -compatible: "qcom,msm-imem"
  5. -reg: start address and size of imem memory
  6. Example:
  7. qcom,msm-imem {
  8. compatible = "qcom,msm-imem";
  9. reg = <0xdeadbeef 0x1000>; /* < start_address size > */
  10. };