Documentation/devicetree/bindings/pwm/nxp,mc33xs2410.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/pwm/nxp,mc33xs2410.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/pwm/nxp,mc33xs2410.yaml- Extension
.yaml- Size
- 2483 bytes
- Lines
- 119
- Domain
- Support Tooling And Documentation
- Bucket
- Documentation
- Inferred role
- Support Tooling And Documentation: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
dt-bindings/gpio/gpio.hdt-bindings/interrupt-controller/irq.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/pwm/nxp,mc33xs2410.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: High-side switch MC33XS2410
maintainers:
- Dimitri Fedrau <dima.fedrau@gmail.com>
allOf:
- $ref: pwm.yaml#
- $ref: /schemas/spi/spi-peripheral-props.yaml#
properties:
compatible:
const: nxp,mc33xs2410
reg:
maxItems: 1
spi-max-frequency:
maximum: 10000000
spi-cpha: true
spi-cs-setup-delay-ns:
minimum: 100
default: 100
spi-cs-hold-delay-ns:
minimum: 10
default: 10
spi-cs-inactive-delay-ns:
minimum: 300
default: 300
reset-gpios:
description:
GPIO connected to the active low reset pin.
maxItems: 1
"#pwm-cells":
const: 3
pwm-names:
items:
- const: di0
- const: di1
- const: di2
- const: di3
pwms:
description:
Direct inputs(di0-3) are used to directly turn-on or turn-off the
outputs.
maxItems: 4
interrupts:
maxItems: 1
clocks:
description:
The external clock can be used if the internal clock doesn't meet
timing requirements over temperature and voltage operating range.
maxItems: 1
vdd-supply:
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/interrupt-controller/irq.h`.
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.