Documentation/devicetree/bindings/regulator/adi,max77675.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/adi,max77675.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/regulator/adi,max77675.yaml- Extension
.yaml- Size
- 5610 bytes
- Lines
- 185
- 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/adi,max77675.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Maxim MAX77675 PMIC Regulator
maintainers:
- Joan Na <joan.na@analog.com>
description:
The MAX77675 is a Power Management IC providing four switching buck
regulators (SBB0–SBB3) accessible via I2C. It supports configuration
of output voltages and enable controls for each regulator.
allOf:
- $ref: /schemas/input/input.yaml
- $ref: /schemas/pinctrl/pincfg-node.yaml
properties:
compatible:
const: adi,max77675
reg:
maxItems: 1
reset-time-sec:
description: Manual reset time in seconds
enum: [4, 8, 12, 16]
default: 4
bias-disable:
type: boolean
description: Disable internal pull-up for EN pin
input-debounce:
description: Debounce time for the enable pin, in microseconds
items:
- enum: [100, 30000]
default: 100
adi,en-mode:
description: |
Enable mode configuration.
The debounce time set by 'input-debounce' applies to
both push-button and slide-switch modes.
"push-button" - A long press triggers power-on or power-down
"slide-switch" - Low : powers on, High : powers down
"logic" - Low : powers on, High : powers down (no debounce time)
$ref: /schemas/types.yaml#/definitions/string
enum: [push-button, slide-switch, logic]
default: slide-switch
adi,voltage-change-latency-us:
description:
Specifies the delay (in microseconds) between an output voltage change
request and the start of the SBB voltage ramp.
enum: [10, 100]
default: 100
adi,drv-sbb-strength:
description: |
SIMO Buck-Boost Drive Strength Trim.
Controls the drive strength of the SIMO regulator's power MOSFETs.
This setting affects switching speed, impacting power efficiency and EMI.
"max" – Maximum drive strength (~0.6 ns transition time)
"high" – High drive strength (~1.2 ns transition time)
"low" – Low drive strength (~1.8 ns transition time)
"min" – Minimum drive strength (~8 ns transition time)
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.