dts: bindings: renamed binding used for pit
Renamed pit binding from nxp,kinetis-pit to nxp,pit Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
parent
9f7695dda0
commit
04b240c830
13 changed files with 53 additions and 25 deletions
|
@ -1,30 +0,0 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue