All in tree device drivers use some form of DEVICE_DT_GET so we no longer need to require label properties. Signed-off-by: Kumar Gala <galak@kernel.org>
36 lines
579 B
YAML
36 lines
579 B
YAML
# Copyright (c) 2021 Toby Firth
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP MCUX Standard Timer/Counter
|
|
|
|
compatible: "nxp,lpc-ctimer"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clk-source:
|
|
type: int
|
|
required: true
|
|
description: clock to use
|
|
|
|
mode:
|
|
type: int
|
|
required: true
|
|
description: timer mode
|
|
|
|
input:
|
|
type: int
|
|
required: true
|
|
description: input channel
|
|
|
|
prescale:
|
|
type: int
|
|
required: true
|
|
description: prescale value
|