Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml- Extension
.yaml- Size
- 3452 bytes
- Lines
- 121
- 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.hdt-bindings/regulator/samsung,s2mpg10-regulator.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/mfd/samsung,s2mpg10-pmic.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Samsung S2MPG10 Power Management IC
maintainers:
- André Draszik <andre.draszik@linaro.org>
description: |
This is part of the device tree bindings for the S2MPG10 Power Management IC
(PMIC).
The Samsung S2MPG10 is a Power Management IC for mobile applications with buck
converters, various LDOs, power meters, RTC, clock outputs, and additional
GPIO interfaces and is typically complemented by S2MPG10 PMIC in a main/sub
configuration as the main PMIC.
properties:
compatible:
const: samsung,s2mpg10-pmic
clocks:
$ref: /schemas/clock/samsung,s2mps11.yaml
description:
Child node describing clock provider.
interrupts:
maxItems: 1
regulators:
type: object
$ref: /schemas/regulator/samsung,s2mpg10-regulator.yaml
description:
List of child nodes that specify the regulators.
system-power-controller: true
wakeup-source: true
patternProperties:
"^vinb([1-9]|10)m-supply$":
description:
Phandle to the power supply for each buck rail of this PMIC. There is a
1:1 mapping of supply to rail, e.g. vinb1m-supply supplies buck1m.
"^vinl([1-9]|1[0-5])m-supply$":
description: |
Phandle to the power supply for one or multiple LDO rails of this PMIC.
The mapping of supply to rail(s) is as follows:
vinl1m - ldo13m
vinl2m - ldo15m
vinl3m - ldo1m, ldo5m, ldo7m
vinl4m - ldo3m, ldo8m
vinl5m - ldo16m
vinl6m - ldo17m
vinl7m - ldo6m, ldo11m, ldo24m, ldo28m
vinl8m - ldo12m
vinl9m - ldo2m, ldo4m
vinl10m - ldo9m, ldo14m, ldo18m, 19m, ldo20m, ldo25m
vinl11m - ldo23m, ldo31m
vinl12m - ldo29m
vinl13m - ldo30m
vinl14m - ldo21m
vinl15m - ldo10m, ldo22m, ldo26m, ldo27m
required:
- compatible
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/interrupt-controller/irq.h`, `dt-bindings/regulator/samsung,s2mpg10-regulator.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.