2023-09-19 19:27:53 +08:00
|
|
|
# Copyright 2020,2023 NXP
|
2020-07-07 22:00:31 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: NXP MCUX Periodic Interrupt Timer (PIT)
|
|
|
|
|
|
|
|
compatible: "nxp,kinetis-pit"
|
|
|
|
|
|
|
|
include: [rtc.yaml]
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2020-07-07 22:00:31 +08:00
|
|
|
|
2023-09-19 19:49:40 +08:00
|
|
|
clocks:
|
|
|
|
required: true
|
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pit-channel:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: pit channel to active
|
2020-07-07 22:00:31 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pit-period:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: pit default period in us
|
2023-09-19 19:27:53 +08:00
|
|
|
|
|
|
|
max-load-value:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: maximum load value supported
|