We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfb423 commit b471d3eCopy full SHA for b471d3e
docs/opentitan/spi_device.md
@@ -17,7 +17,9 @@ This mode is not yet supported.
17
18
### TPM
19
20
-This mode is not supported.
+This mode is partially supported, TPM commands handled by hw are not supported yet. The CharDev
21
+protocol doesn't support a distinct chip select for TPM, therefore it is sharing the same CS with
22
+the other modes. If CS is asserted and TPM is enabled, then it will have priority.
23
24
## Connection with a SPI Host
25
0 commit comments