Skip to content

Commit 54b5415

Browse files
khalidfaisal17andersson
authored andcommitted
arm64: dts: qcom: hamoa-iot-evk: Enable TPM (ST33) on SPI11
Enable ST33HTPM TPM over SPI11 on the Hamoa 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/20251112-arm64-dts-qcom-hamoa-iot-evk-enable-st33-tpm-on-spi11-v3-1-39b19eb55cc3@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 63a47fc commit 54b5415

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,16 @@
11711171
vdd3-supply = <&vreg_l8b_3p0>;
11721172
};
11731173

1174+
&spi11 {
1175+
status = "okay";
1176+
1177+
tpm@0 {
1178+
compatible = "st,st33htpm-spi", "tcg,tpm_tis-spi";
1179+
reg = <0>;
1180+
spi-max-frequency = <20000000>;
1181+
};
1182+
};
1183+
11741184
&swr0 {
11751185
status = "okay";
11761186

0 commit comments

Comments
 (0)