Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/opentitan/spi_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ This mode is not yet supported.

### TPM

This mode is not supported.
This mode is partially supported, TPM commands handled by hw are not supported yet. The CharDev
protocol doesn't support a distinct chip select for TPM, therefore it is sharing the same CS with
the other modes. If CS is asserted and TPM is enabled, then it will have priority.

## Connection with a SPI Host

Expand Down
Loading
Loading