boards: nxp: imx95_evk: add TPM2 pinmux support in dtsi

Added TPM2 pinmux support in dtsi.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu 2024-09-27 04:16:39 +02:00 committed by Carles Cufí
parent 6ac457fb8e
commit 621681fabe
1 changed files with 11 additions and 0 deletions

View File

@ -60,4 +60,15 @@
drive-strength = "x4";
};
};
tpm2_default: tpm2_default {
group0 {
pinmux = <&iomuxc_i2c2_scl_tpm_ch_tpm2_ch2>,
<&iomuxc_i2c2_sda_tpm_ch_tpm2_ch3>;
drive-open-drain;
slew-rate = "slightly_fast";
drive-strength = "x4";
input-enable;
};
};
};