Commit e55b0bf4 authored by Francesco Dolcini's avatar Francesco Dolcini Committed by Vignesh Raghavendra

arm64: dts: ti: verdin-am62: mallow: add TPM device

Add TPM device to Mallow device tree file, the device is connected to
the SoC with SPI1/CS1, the same SPI interface is also available on an
extension header together with an additional CS0 signal.
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://lore.kernel.org/r/20240126165136.28543-1-francesco@dolcini.itSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 6cce6055
......@@ -127,6 +127,16 @@ &main_spi1 {
<&pinctrl_qspi1_cs2_gpio>;
cs-gpios = <0>, <&main_gpio0 12 GPIO_ACTIVE_LOW>;
status = "okay";
tpm@1 {
compatible = "infineon,slb9670", "tcg,tpm_tis-spi";
reg = <1>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_qspi1_dqs_gpio>;
interrupt-parent = <&main_gpio1>;
interrupts = <18 IRQ_TYPE_EDGE_FALLING>;
spi-max-frequency = <18500000>;
};
};
/* Verdin UART_3 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment