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.

Dependency Surface

Detected Declarations

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

Implementation Notes