tests: counter: enable RTU.PIT tests for s32z270dc2_r52 boards

Enable testing RTU.PIT on s32z270dc2_r52 boards.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-09-20 16:05:52 +07:00 committed by Carles Cufí
commit fcdf31521f
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright 2022 NXP
* Copyright 2022-2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -23,3 +23,9 @@
prescaler = <32>;
status = "okay";
};
&pit0 {
pit-channel = <0>;
pit-period = <1000000>;
status = "okay";
};

View file

@ -1,5 +1,5 @@
/*
* Copyright 2022 NXP
* Copyright 2022-2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -23,3 +23,9 @@
prescaler = <32>;
status = "okay";
};
&pit0 {
pit-channel = <0>;
pit-period = <1000000>;
status = "okay";
};