Skip to content

Commit e3959a2

Browse files
FROMLIST: 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. Link: https://lore.kernel.org/all/20251107-arm64-dts-qcom-hamoa-iot-evk-enable-st33-tpm-on-spi11-v1-1-8ba83b58fca7@oss.qualcomm.com/ Signed-off-by: Khalid Faisal Ansari <[email protected]>
1 parent 91ce695 commit e3959a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,16 @@
960960
vdd3-supply = <&vreg_l8b_3p0>;
961961
};
962962

963+
&spi11 {
964+
status = "okay";
965+
966+
tpm@0 {
967+
compatible = "st,st33htpm-spi";
968+
reg = <0>;
969+
spi-max-frequency = <20000000>;
970+
};
971+
};
972+
963973
&swr0 {
964974
status = "okay";
965975

0 commit comments

Comments
 (0)