mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
cc5afabc9d
Use the more generic reset-gpios property name. Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Acked-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
19 lines
455 B
Text
19 lines
455 B
Text
ST33TPHF20 SPI TPMv2.0 bindings
|
|
-------------------------------
|
|
|
|
Required properties:
|
|
- compatible : Should be "tcg,tpm_tis-spi"
|
|
- reg : SPI Chip select
|
|
|
|
Optional properties:
|
|
- reset-gpios : Reset GPIO (if not connected to the SoC reset line)
|
|
- gpio-reset : Reset GPIO (deprecated, use reset-gpios instead)
|
|
- spi-max-frequency : See spi-bus.txt
|
|
|
|
Example:
|
|
|
|
tpm@1 {
|
|
compatible = "tcg,tpm_tis-spi";
|
|
reg = <1>;
|
|
spi-max-frequency = <10000000>;
|
|
};
|