blob: 3a2ee4bd1759a7fecdf232239a4c597c980252d9 [file] [log] [blame]
Miquel Raynal8ee59472018-05-15 11:57:23 +02001ST33TPHF20 SPI TPMv2.0 bindings
2-------------------------------
3
4Required properties:
Bruno Thomsen78cc3fc2020-06-12 17:17:33 +02005- compatible : Should be "tcg,tpm_tis-spi"
Miquel Raynal8ee59472018-05-15 11:57:23 +02006- reg : SPI Chip select
7
8Optional properties:
9- gpio-reset : Reset GPIO (if not connected to the SoC reset line)
10- spi-max-frequency : See spi-bus.txt
11
12Example:
13
14 tpm@1 {
Bruno Thomsen78cc3fc2020-06-12 17:17:33 +020015 compatible = "tcg,tpm_tis-spi";
Miquel Raynal8ee59472018-05-15 11:57:23 +020016 reg = <1>;
17 spi-max-frequency = <10000000>;
18 };