Documentation/devicetree/bindings/regulator/ti,tps62870.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/ti,tps62870.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/regulator/ti,tps62870.yaml
Extension
.yaml
Size
1000 bytes
Lines
53
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/regulator/ti,tps62870.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: TI TPS62870/TPS62871/TPS62872/TPS62873 voltage regulator

maintainers:
  - MÃ¥rten Lindahl <marten.lindahl@axis.com>

allOf:
  - $ref: regulator.yaml#

properties:
  compatible:
    enum:
      - ti,tps62870
      - ti,tps62871
      - ti,tps62872
      - ti,tps62873

  reg:
    maxItems: 1

  regulator-initial-mode:
    enum: [ 1, 2 ]
    description: 1 - Forced PWM mode, 2 - Low power mode

required:
  - compatible
  - reg

unevaluatedProperties: false

examples:
  - |
    i2c {
      #address-cells = <1>;
      #size-cells = <0>;

      regulator@41 {
        compatible = "ti,tps62873";
        reg = <0x41>;
        regulator-name = "+0.75V";
        regulator-min-microvolt = <400000>;
        regulator-max-microvolt = <1675000>;
        regulator-initial-mode = <1>;
      };
    };

...

Annotation

Implementation Notes