tz-log.txt 437 B

1234567891011121314151617
  1. * TZLOG (Trust Zone Log)
  2. The tz_log driver is a platform device driver that exposes a debugfs
  3. interface for accessing and displaying diagnostic information
  4. related to secure code (Trustzone/QSEE).
  5. Required properties:
  6. - compatible : Should be "qcom,tz-log"
  7. - reg : Offset and size of the register set for the device
  8. Example:
  9. qcom,tz-log@fe805720 {
  10. compatible = "qcom,tz-log";
  11. reg = <0xfe805720 0x1000>;
  12. };