tis-tpm2-spi.txt 389 B

123456789101112131415161718
  1. ST33TPHF20 SPI TPMv2.0 bindings
  2. -------------------------------
  3. Required properties:
  4. - compatible : Should be "tcg,tpm_tis-spi"
  5. - reg : SPI Chip select
  6. Optional properties:
  7. - gpio-reset : Reset GPIO (if not connected to the SoC reset line)
  8. - spi-max-frequency : See spi-bus.txt
  9. Example:
  10. tpm@1 {
  11. compatible = "tcg,tpm_tis-spi";
  12. reg = <1>;
  13. spi-max-frequency = <10000000>;
  14. };