Skip to content

Commit 621681f

Browse files
yangbolu1991carlescufi
authored andcommitted
boards: nxp: imx95_evk: add TPM2 pinmux support in dtsi
Added TPM2 pinmux support in dtsi. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 6ac457f commit 621681f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

boards/nxp/imx95_evk/imx95_evk-pinctrl.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,15 @@
6060
drive-strength = "x4";
6161
};
6262
};
63+
64+
tpm2_default: tpm2_default {
65+
group0 {
66+
pinmux = <&iomuxc_i2c2_scl_tpm_ch_tpm2_ch2>,
67+
<&iomuxc_i2c2_sda_tpm_ch_tpm2_ch3>;
68+
drive-open-drain;
69+
slew-rate = "slightly_fast";
70+
drive-strength = "x4";
71+
input-enable;
72+
};
73+
};
6374
};

0 commit comments

Comments
 (0)