Skip to content

Commit bb4edb7

Browse files
whbo158kartben
authored andcommitted
boards: frdm_imx91: enable tpm2 counter support
Enable TPM2 counter support on FRDM_IMX91 board. Compile commands: west build -p always -b frdm_imx91/mimx9131 \ tests/drivers/counter/counter_basic_api/ Signed-off-by: Hongbo Wang <[email protected]> Signed-off-by: Jiafei Pan <[email protected]>
1 parent 6c34a47 commit bb4edb7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/nxp/frdm_imx91/frdm_imx91_mimx9131.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@
3131
pinctrl-0 = <&uart1_default>;
3232
pinctrl-names = "default";
3333
};
34+
35+
&tpm2 {
36+
status = "okay";
37+
};

boards/nxp/frdm_imx91/frdm_imx91_mimx9131.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ toolchain:
1313
- cross-compile
1414
ram: 1024
1515
supported:
16+
- counter
1617
- uart
1718
vendor: nxp

0 commit comments

Comments
 (0)