arch/arm64/boot/dts/qcom/sa8295p-adp.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sa8295p-adp.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sa8295p-adp.dts- Extension
.dts- Size
- 15127 bytes
- Lines
- 839
- 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/gpio/gpio.hdt-bindings/regulator/qcom,rpmh-regulator.hdt-bindings/spmi/spmi.hdt-bindings/pinctrl/qcom,pmic-gpio.hsa8540p.dtsisa8540p-pmics.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, The Linux Foundation. All rights reserved.
* Copyright (c) 2022, Linaro Limited
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include <dt-bindings/spmi/spmi.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
#include "sa8540p.dtsi"
#include "sa8540p-pmics.dtsi"
/ {
model = "Qualcomm SA8295P ADP";
compatible = "qcom,sa8295p-adp", "qcom,sa8540p";
aliases {
serial0 = &uart17;
};
chosen {
stdout-path = "serial0:115200n8";
};
dp2-connector {
compatible = "dp-connector";
label = "DP2";
type = "mini";
hpd-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
port {
dp2_connector_in: endpoint {
remote-endpoint = <&mdss1_dp0_out>;
};
};
};
dp3-connector {
compatible = "dp-connector";
label = "DP3";
type = "mini";
hpd-gpios = <&tlmm 45 GPIO_ACTIVE_HIGH>;
port {
dp3_connector_in: endpoint {
remote-endpoint = <&mdss1_dp1_out>;
};
};
};
edp0-connector {
compatible = "dp-connector";
label = "EDP0";
type = "mini";
hpd-gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
port {
edp0_connector_in: endpoint {
remote-endpoint = <&mdss0_dp2_out>;
};
};
};
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `dt-bindings/spmi/spmi.h`, `dt-bindings/pinctrl/qcom,pmic-gpio.h`, `sa8540p.dtsi`, `sa8540p-pmics.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.