Documentation/devicetree/bindings/regulator/lltc,ltc3676.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/lltc,ltc3676.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/regulator/lltc,ltc3676.yaml- Extension
.yaml- Size
- 5325 bytes
- Lines
- 168
- 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
- No C-style include directives detected by the generator.
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/regulator/lltc,ltc3676.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Linear Technology LTC3676 8-output regulators
maintainers:
- Tim Harvey <tharvey@gateworks.com>
description: |
LTC3676 contains eight regulators, 4 switching SW1..SW4 and four LDO1..4 .
properties:
compatible:
const: lltc,ltc3676
reg:
maxItems: 1
interrupts:
maxItems: 1
regulators:
type: object
additionalProperties: false
description: |
List of regulators provided by this controller, must be named
after their hardware counterparts (SW|LDO)[1-4].
patternProperties:
"^(sw[1-4]|ldo[24])$":
type: object
unevaluatedProperties: false
$ref: regulator.yaml#
description:
Properties for single SW or LDO regulator. Regulators SW1..SW4 can
regulate the feedback reference from 412.5mV to 800mV in 12.5 mV
steps. The output voltage thus ranges between 0.4125 * (1 + R1/R2) V
and 0.8 * (1 + R1/R2) V.
Regulators LDO1, LDO2, LDO4 have a fixed 0.725 V reference and thus
output 0.725 * (1 + R1/R2) V.
The LDO1 standby regulator can not be disabled and thus should have
the regulator-always-on property set.
properties:
lltc,fb-voltage-divider:
description:
An array of two integers containing the resistor values
R1 and R2 of the feedback voltage divider in ohms.
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 2
maxItems: 2
required:
- lltc,fb-voltage-divider
properties:
ldo1:
type: object
unevaluatedProperties: false
$ref: regulator.yaml#
description:
The LDO1 standby regulator can not be disabled and thus should
have the regulator-always-on property set. See patternProperties
description above for the rest of the details.
properties:
lltc,fb-voltage-divider:
Annotation
- 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.