Documentation/devicetree/bindings/regulator/qcom,wcn3990-pmu.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/regulator/qcom,wcn3990-pmu.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/regulator/qcom,wcn3990-pmu.yaml- Extension
.yaml- Size
- 2298 bytes
- Lines
- 101
- 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.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 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/regulator/qcom,wcn3990-pmu.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. WCN3990 PMU Regulators
maintainers:
- Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
description:
The WCN3990 package contains discrete modules for WLAN and Bluetooth. They
are powered by the Power Management Unit (PMU) that takes inputs from the
host and provides LDO outputs. This document describes this module.
properties:
compatible:
enum:
- qcom,wcn3950-pmu
- qcom,wcn3988-pmu
- qcom,wcn3990-pmu
- qcom,wcn3991-pmu
- qcom,wcn3998-pmu
vddio-supply:
description: VDD_IO supply regulator handle
vddxo-supply:
description: VDD_XTAL supply regulator handle
vddrf-supply:
description: VDD_RF supply regulator handle
vddch0-supply:
description: chain 0 supply regulator handle
vddch1-supply:
description: chain 1 supply regulator handle
swctrl-gpios:
maxItems: 1
description: GPIO line indicating the state of the clock supply to the BT module
clocks:
maxItems: 1
description: Reference clock handle
regulators:
type: object
description:
LDO outputs of the PMU
patternProperties:
"^ldo[0-9]$":
$ref: regulator.yaml#
type: object
unevaluatedProperties: false
additionalProperties: false
required:
- compatible
- regulators
- vddio-supply
- vddxo-supply
- vddrf-supply
- vddch0-supply
additionalProperties: false
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.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.