提交 8ee59472 编写于 作者: M Miquel Raynal 提交者: Tom Rini

doc: device-tree-bindings: add TIS TPMv2.0 SPI module info

Add TIS TPMv2.0 SPI module bindings.
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 a174f000
ST33TPHF20 SPI TPMv2.0 bindings
-------------------------------
Required properties:
- compatible : Should be "tis,tpm2-spi"
- reg : SPI Chip select
Optional properties:
- gpio-reset : Reset GPIO (if not connected to the SoC reset line)
- spi-max-frequency : See spi-bus.txt
Example:
tpm@1 {
compatible = "tis,tpm2-spi";
reg = <1>;
spi-max-frequency = <10000000>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册