2018-05-15 09:57:23 +00:00
|
|
|
ST33TPHF20 SPI TPMv2.0 bindings
|
|
|
|
-------------------------------
|
|
|
|
|
|
|
|
Required properties:
|
2020-06-12 15:17:33 +00:00
|
|
|
- compatible : Should be "tcg,tpm_tis-spi"
|
2018-05-15 09:57:23 +00:00
|
|
|
- reg : SPI Chip select
|
|
|
|
|
|
|
|
Optional properties:
|
2021-06-03 10:40:26 +00:00
|
|
|
- reset-gpios : Reset GPIO (if not connected to the SoC reset line)
|
|
|
|
- gpio-reset : Reset GPIO (deprecated, use reset-gpios instead)
|
2018-05-15 09:57:23 +00:00
|
|
|
- spi-max-frequency : See spi-bus.txt
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
tpm@1 {
|
2020-06-12 15:17:33 +00:00
|
|
|
compatible = "tcg,tpm_tis-spi";
|
2018-05-15 09:57:23 +00:00
|
|
|
reg = <1>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
};
|