Commit 15ae00dd authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo

arm64: dts: imx8mm-venice-gw7901: add TPM device

Add the TPM device found on the GW7901 revision D PCB.
Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ee6f057a
...@@ -285,7 +285,8 @@ &disp_blk_ctrl { ...@@ -285,7 +285,8 @@ &disp_blk_ctrl {
&ecspi1 { &ecspi1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi1>; pinctrl-0 = <&pinctrl_spi1>;
cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>; cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>,
<&gpio4 24 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
flash@0 { flash@0 {
...@@ -294,6 +295,12 @@ flash@0 { ...@@ -294,6 +295,12 @@ flash@0 {
spi-max-frequency = <40000000>; spi-max-frequency = <40000000>;
status = "okay"; status = "okay";
}; };
tpm@1 {
compatible = "tcg,tpm_tis-spi";
reg = <0x1>;
spi-max-frequency = <36000000>;
};
}; };
&fec1 { &fec1 {
...@@ -989,6 +996,7 @@ MX8MM_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK 0x82 ...@@ -989,6 +996,7 @@ MX8MM_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK 0x82
MX8MM_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI 0x82 MX8MM_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI 0x82
MX8MM_IOMUXC_ECSPI1_MISO_ECSPI1_MISO 0x82 MX8MM_IOMUXC_ECSPI1_MISO_ECSPI1_MISO 0x82
MX8MM_IOMUXC_ECSPI1_SS0_GPIO5_IO9 0x140 MX8MM_IOMUXC_ECSPI1_SS0_GPIO5_IO9 0x140
MX8MM_IOMUXC_SAI2_TXFS_GPIO4_IO24 0x140
>; >;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment