1# Copyright 2022-2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP S32 System Timer Module (STM) 5 6compatible: "nxp,s32-sys-timer" 7 8include: base.yaml 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 clocks: 18 required: true 19 20 prescaler: 21 type: int 22 required: true 23 description: | 24 Selects the module clock divide value for the prescaler, between 1 and 256. 25 Timer frequency equals to clock-frequency divided by the prescaler value. 26 27 freeze: 28 type: boolean 29 description: Stops the timer when the chip enters Debug mode. 30