dts: bindings: Rename nxp,kinetis-lptmr compat
Rename nxp,kinetis-lptmr compat to nxp,lptmr. Because of concerns over breaking downstream users, keep support for the old compatible temporarily and make it clear it should be changed. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
75165050f7
commit
eae316ebc9
4 changed files with 27 additions and 3 deletions
|
@ -1,31 +0,0 @@
|
|||
# Copyright (c) 2020 Vestas Wind Systems A/S
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Kinetis LPTMR
|
||||
|
||||
compatible: "nxp,kinetis-lptmr"
|
||||
|
||||
include: rtc.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
clock-frequency:
|
||||
required: true
|
||||
|
||||
prescaler:
|
||||
required: true
|
||||
|
||||
clk-source:
|
||||
type: int
|
||||
required: true
|
||||
description: Prescaler clock source (0 to 3)
|
||||
|
||||
input-pin:
|
||||
type: int
|
||||
description: Pulse counter input pin (0 to 3).
|
||||
|
||||
active-low:
|
||||
type: boolean
|
||||
description: Pulse counter input pin is active-low
|
Loading…
Add table
Add a link
Reference in a new issue