2023-09-15 17:25:28 +08:00
|
|
|
# Copyright 2022-2023 NXP
|
2022-10-06 18:46:08 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: NXP S32 System Timer Module (STM)
|
|
|
|
|
|
|
|
compatible: "nxp,s32-sys-timer"
|
|
|
|
|
|
|
|
include: base.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: true
|
|
|
|
|
2023-09-15 17:25:28 +08:00
|
|
|
clocks:
|
2022-10-06 18:46:08 +08:00
|
|
|
required: true
|
|
|
|
|
|
|
|
prescaler:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
Selects the module clock divide value for the prescaler, between 1 and 256.
|
|
|
|
Timer frequency equals to clock-frequency divided by the prescaler value.
|
|
|
|
|
|
|
|
freeze:
|
|
|
|
type: boolean
|
|
|
|
description: Stops the timer when the chip enters Debug mode.
|