arch/arm64/boot/dts/qcom/msm8916-motorola-osprey.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/msm8916-motorola-osprey.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/msm8916-motorola-osprey.dts- Extension
.dts- Size
- 1986 bytes
- Lines
- 106
- 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
msm8916-motorola-common.dtsi
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
/dts-v1/;
#include "msm8916-motorola-common.dtsi"
/ {
model = "Motorola Moto G 2015";
compatible = "motorola,osprey", "qcom,msm8916";
chassis-type = "handset";
reg_touch_vdda: regulator-touch-vdda {
compatible = "regulator-fixed";
regulator-name = "touch_vdda";
gpio = <&tlmm 114 GPIO_ACTIVE_HIGH>;
enable-active-high;
pinctrl-0 = <&touch_vdda_default>;
pinctrl-names = "default";
startup-delay-us = <300>;
vin-supply = <&pm8916_l16>;
};
};
&blsp_i2c1 {
status = "okay";
battery@36 {
compatible = "maxim,max17050";
reg = <0x36>;
interrupts-extended = <&tlmm 49 IRQ_TYPE_EDGE_FALLING>;
pinctrl-0 = <&battery_alert_default>;
pinctrl-names = "default";
maxim,rsns-microohm = <10000>;
maxim,over-heat-temp = <600>;
maxim,cold-temp = <(-200)>;
maxim,dead-volt = <3200>;
maxim,over-volt = <4500>;
};
};
&blsp_i2c6 {
/* magnetometer@c */
};
&pm8916_codec {
qcom,micbias1-ext-cap;
qcom,micbias2-ext-cap;
};
&sdhc_2 {
pinctrl-0 = <&sdc2_default &sdc2_cd_default>;
pinctrl-1 = <&sdc2_sleep &sdc2_cd_default>;
pinctrl-names = "default", "sleep";
cd-gpios = <&tlmm 25 GPIO_ACTIVE_LOW>;
};
&sound {
audio-routing =
"AMIC1", "MIC BIAS External1",
"AMIC3", "MIC BIAS External1";
};
&touchscreen {
interrupts-extended = <&tlmm 21 IRQ_TYPE_EDGE_FALLING>;
Annotation
- Immediate include surface: `msm8916-motorola-common.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.