Documentation/devicetree/bindings/regulator/richtek,rt4803.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/richtek,rt4803.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/regulator/richtek,rt4803.yaml- Extension
.yaml- Size
- 1738 bytes
- Lines
- 69
- 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/richtek,rt4803.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Richtek RT4803 Boost Regulator
maintainers:
- ChiYuan Huang <cy_huang@richtek.com>
description: |
RT4803 is a boost regulator that's designed to provide the minimum output
voltage, even if the input voltage is lower than the required voltage. It
supports boost and auto bypass mode that depends on the difference between the
input and output voltage. If the input is lower than the output, mode will
transform to boost mode. Otherwise, turn on bypass switch to enter bypass mode.
Datasheet is available at
https://www.richtek.com/assets/product_file/RT4803/DS4803-03.pdf
https://www.richtek.com/assets/product_file/RT4803A/DS4803A-06.pdf
allOf:
- $ref: regulator.yaml#
properties:
compatible:
enum:
- richtek,rt4803
reg:
maxItems: 1
richtek,vsel-active-high:
type: boolean
description: Specify the VSEL register group is using when system is active
regulator-allowed-modes:
description: |
Available operating mode
1: Auto PFM/PWM
2: Force PWM
items:
enum: [1, 2]
required:
- compatible
- reg
unevaluatedProperties: false
examples:
- |
i2c {
#address-cells = <1>;
#size-cells = <0>;
regulator@75 {
compatible = "richtek,rt4803";
reg = <0x75>;
richtek,vsel-active-high;
regulator-name = "rt4803-regulator";
regulator-min-microvolt = <2850000>;
regulator-max-microvolt = <4400000>;
regulator-allowed-modes = <1 2>;
regulator-always-on;
};
};
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.