eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
36 lines
539 B
YAML
36 lines
539 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
|