arch/arm64/boot/dts/qcom/sa8155p-adp.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sa8155p-adp.dts- Extension
.dts- Size
- 13622 bytes
- Lines
- 602
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
dt-bindings/regulator/qcom,rpmh-regulator.hdt-bindings/gpio/gpio.hsa8155p.dtsipmm8155au_1.dtsipmm8155au_2.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2021, Linaro Limited
*/
/dts-v1/;
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include <dt-bindings/gpio/gpio.h>
#include "sa8155p.dtsi"
#include "pmm8155au_1.dtsi"
#include "pmm8155au_2.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA8155P ADP";
compatible = "qcom,sa8155p-adp", "qcom,sa8155p";
aliases {
serial0 = &uart2;
serial1 = &uart9;
};
chosen {
stdout-path = "serial0:115200n8";
};
vreg_3p3: vreg-3p3-regulator {
compatible = "regulator-fixed";
regulator-name = "vreg_3p3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
/*
* S4A is always on and not controllable through RPMh.
* So model it as a fixed regulator.
*/
vreg_s4a_1p8: smps4 {
compatible = "regulator-fixed";
regulator-name = "vreg_s4a_1p8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
regulator-boot-on;
vin-supply = <&vreg_3p3>;
};
};
&apps_rsc {
regulators-0 {
compatible = "qcom,pmm8155au-rpmh-regulators";
qcom,pmic-id = "a";
vdd-s1-supply = <&vreg_3p3>;
vdd-s2-supply = <&vreg_3p3>;
vdd-s3-supply = <&vreg_3p3>;
vdd-s4-supply = <&vreg_3p3>;
vdd-s5-supply = <&vreg_3p3>;
vdd-s6-supply = <&vreg_3p3>;
vdd-s7-supply = <&vreg_3p3>;
vdd-s8-supply = <&vreg_3p3>;
vdd-s9-supply = <&vreg_3p3>;
vdd-s10-supply = <&vreg_3p3>;
vdd-l1-l8-l11-supply = <&vreg_s6a_0p92>;
vdd-l2-l10-supply = <&vreg_3p3>;
vdd-l3-l4-l5-l18-supply = <&vreg_s6a_0p92>;
Annotation
- Immediate include surface: `dt-bindings/regulator/qcom,rpmh-regulator.h`, `dt-bindings/gpio/gpio.h`, `sa8155p.dtsi`, `pmm8155au_1.dtsi`, `pmm8155au_2.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- 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.