Skip to content

Commit 5016f22

Browse files
GateworksShawn Guo
authored and
Shawn Guo
committed
arm64: dts: imx8mp-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 2854d8c commit 5016f22

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,15 @@
8383
&ecspi2 {
8484
pinctrl-names = "default";
8585
pinctrl-0 = <&pinctrl_spi2>;
86-
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
86+
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
87+
<&gpio1 10 GPIO_ACTIVE_LOW>;
8788
status = "okay";
89+
90+
tpm@1 {
91+
compatible = "tcg,tpm_tis-spi";
92+
reg = <0x1>;
93+
spi-max-frequency = <36000000>;
94+
};
8895
};
8996

9097
&gpio4 {
@@ -285,6 +292,7 @@
285292
MX8MP_IOMUXC_ECSPI2_MOSI__ECSPI2_MOSI 0x140
286293
MX8MP_IOMUXC_ECSPI2_MISO__ECSPI2_MISO 0x140
287294
MX8MP_IOMUXC_ECSPI2_SS0__GPIO5_IO13 0x140
295+
MX8MP_IOMUXC_GPIO1_IO10__GPIO1_IO10 0x140
288296
>;
289297
};
290298

0 commit comments

Comments
 (0)