]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: monaco-evk: Enable TPM (ST33)
authorKhalid Faisal Ansari <khalid.ansari@oss.qualcomm.com>
Fri, 14 Nov 2025 10:17:37 +0000 (15:47 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sat, 3 Jan 2026 18:22:49 +0000 (12:22 -0600)
Enable ST33HTPM TPM over SPI10 on the Monaco IoT EVK by adding the
required SPI and TPM nodes.

Signed-off-by: Khalid Faisal Ansari <khalid.ansari@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251114-enable-tpm-monaco-v1-1-4ed566838698@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/monaco-evk.dts

index bb35893da73d141465a325dcfb5542fc032c95a1..f76ad689d7ae775526c4510cb513d3bba395913d 100644 (file)
        status = "okay";
 };
 
+&spi10 {
+       status = "okay";
+
+       tpm@0 {
+               compatible = "st,st33htpm-spi", "tcg,tpm_tis-spi";
+               reg = <0>;
+               spi-max-frequency = <20000000>;
+       };
+};
+
 &tlmm {
        ethernet0_default: ethernet0-default-state {
                ethernet0_mdc: ethernet0-mdc-pins {