31 lines
515 B
YAML
31 lines
515 B
YAML
# Copyright 2020,2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP MCUX Periodic Interrupt Timer (PIT)
|
|
|
|
compatible: "nxp,kinetis-pit"
|
|
|
|
include: [rtc.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
pit-channel:
|
|
type: int
|
|
required: true
|
|
description: pit channel to active
|
|
|
|
pit-period:
|
|
type: int
|
|
required: true
|
|
description: pit default period in us
|
|
|
|
max-load-value:
|
|
type: int
|
|
required: true
|
|
description: maximum load value supported
|