arch/arm64/boot/dts/qcom/sc7280-idp.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sc7280-idp.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sc7280-idp.dts- Extension
.dts- Size
- 1650 bytes
- Lines
- 96
- 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/iio/qcom,spmi-adc7-pmr735a.hsc7280-idp.dtsipmr735a.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
/*
* sc7280 IDP board device tree source
*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*/
/dts-v1/;
#include <dt-bindings/iio/qcom,spmi-adc7-pmr735a.h>
#include "sc7280-idp.dtsi"
#include "pmr735a.dtsi"
/ {
model = "Qualcomm Technologies, Inc. sc7280 IDP SKU1 platform";
compatible = "qcom,sc7280-idp", "google,senor", "qcom,sc7280";
aliases {
serial0 = &uart5;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&apps_rsc {
regulators-2 {
compatible = "qcom,pmr735a-rpmh-regulators";
qcom,pmic-id = "e";
vreg_l2e_1p2: ldo2 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
};
vreg_l3e_0p9: ldo3 {
regulator-min-microvolt = <912000>;
regulator-max-microvolt = <1020000>;
};
vreg_l4e_1p7: ldo4 {
regulator-min-microvolt = <1776000>;
regulator-max-microvolt = <1890000>;
};
vreg_l5e_0p8: ldo5 {
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <800000>;
};
vreg_l6e_0p8: ldo6 {
regulator-min-microvolt = <480000>;
regulator-max-microvolt = <904000>;
};
};
};
&bluetooth {
vddio-supply = <&vreg_l19b_1p8>;
};
&pmk8350_rtc {
status = "okay";
};
&nvme_pwren {
pins = "gpio19";
};
Annotation
- Immediate include surface: `dt-bindings/iio/qcom,spmi-adc7-pmr735a.h`, `sc7280-idp.dtsi`, `pmr735a.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.