Skip to content

Commit 1a8f6ff

Browse files
GateworksShawn Guo
authored and
Shawn Guo
committed
arm64: dts: imx8mp-venice-gw71xx: add TPM device
Add the TPM device found on the GW71xx revision E PCB. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 51322a6 commit 1a8f6ff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,15 @@
6363
&ecspi2 {
6464
pinctrl-names = "default";
6565
pinctrl-0 = <&pinctrl_spi2>;
66-
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
66+
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
67+
<&gpio1 10 GPIO_ACTIVE_LOW>;
6768
status = "okay";
69+
70+
tpm@1 {
71+
compatible = "tcg,tpm_tis-spi";
72+
reg = <0x1>;
73+
spi-max-frequency = <36000000>;
74+
};
6875
};
6976

7077
&gpio4 {
@@ -228,6 +235,7 @@
228235
MX8MP_IOMUXC_ECSPI2_MOSI__ECSPI2_MOSI 0x140
229236
MX8MP_IOMUXC_ECSPI2_MISO__ECSPI2_MISO 0x140
230237
MX8MP_IOMUXC_ECSPI2_SS0__GPIO5_IO13 0x140
238+
MX8MP_IOMUXC_GPIO1_IO10__GPIO1_IO10 0x140
231239
>;
232240
};
233241

0 commit comments

Comments
 (0)