Skip to content

Commit 6d23fb0

Browse files
PENDING: arm64: dts: qcom: hamoa-evk: Enable tpm
Enable tpm to communicate over spi through gpio. Signed-off-by: Khalid-Faisal <[email protected]>
1 parent 3a86608 commit 6d23fb0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,21 @@
905905
vdd3-supply = <&vreg_l8b_3p0>;
906906
};
907907

908+
&spi11 {
909+
pinctrl-0 = <&qup_spi11_data_clk>, <&qup_spi11_cs>;
910+
pinctrl-names = "default";
911+
status = "okay";
912+
913+
st33htpm0: st33htpm@0 {
914+
compatible = "st,st33htpm-spi";
915+
reg = <0>;
916+
spi-max-frequency = <20000000>;
917+
#address-cells = <1>;
918+
#size-cells = <0>;
919+
status = "okay";
920+
};
921+
};
922+
908923
&swr0 {
909924
status = "okay";
910925

0 commit comments

Comments
 (0)