Skip to content

Commit 2854d8c

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mm-venice-gw72xx: add TPM device
Add the TPM device found on the GW72xx revision F PCB. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent d68b9a6 commit 2854d8c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,15 @@
8484
&ecspi2 {
8585
pinctrl-names = "default";
8686
pinctrl-0 = <&pinctrl_spi2>;
87-
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
87+
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
88+
<&gpio1 10 GPIO_ACTIVE_LOW>;
8889
status = "okay";
90+
91+
tpm@1 {
92+
compatible = "tcg,tpm_tis-spi";
93+
reg = <0x1>;
94+
spi-max-frequency = <36000000>;
95+
};
8996
};
9097

9198
&gpio1 {
@@ -312,6 +319,7 @@
312319
MX8MM_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI 0xd6
313320
MX8MM_IOMUXC_ECSPI2_MISO_ECSPI2_MISO 0xd6
314321
MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13 0xd6
322+
MX8MM_IOMUXC_GPIO1_IO10_GPIO1_IO10 0xd6
315323
>;
316324
};
317325

0 commit comments

Comments
 (0)