8bb95d33be
Updating the nxp,pit driver to support mutliple channels. Updating the dts and board overlays to account for the changes. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
21 lines
328 B
YAML
21 lines
328 B
YAML
# Copyright 2020,2023-2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP Periodic Interrupt Timer (PIT)
|
|
|
|
compatible: "nxp,pit"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
max-load-value:
|
|
type: int
|
|
required: true
|
|
description: maximum load value supported
|