arch/arm64/boot/dts/qcom/msm8916-wingtech-wt86518.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/msm8916-wingtech-wt86518.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/msm8916-wingtech-wt86518.dts- Extension
.dts- Size
- 1721 bytes
- Lines
- 88
- 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-wingtech-wt865x8.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-wingtech-wt865x8.dtsi"
/ {
model = "Lenovo A6000 (Wingtech WT86518)";
compatible = "wingtech,wt86518", "qcom,msm8916";
chassis-type = "handset";
speaker_amp: audio-amplifier {
compatible = "awinic,aw8738";
pinctrl-0 = <&spk_ext_pa_default>;
pinctrl-names = "default";
mode-gpios = <&tlmm 119 GPIO_ACTIVE_HIGH>;
sound-name-prefix = "Speaker Amp";
awinic,mode = <1>;
};
};
&blsp_i2c2 {
accelerometer@e {
compatible = "kionix,kxcj91008";
reg = <0xe>;
vdd-supply = <&pm8916_l6>;
vddio-supply = <&pm8916_l6>;
mount-matrix = "0", "-1", "0",
"-1", "0", "0",
"0", "0", "1";
};
};
&headphones_switch {
VCC-supply = <&pm8916_l17>;
};
&pm8916_bms {
power-supplies = <&pm8916_charger>;
};
&pm8916_charger {
qcom,fast-charge-safe-current = <900000>;
qcom,fast-charge-safe-voltage = <4300000>;
monitored-battery = <&battery>;
status = "okay";
};
&sound {
model = "wt88047";
widgets = "Speaker", "Speaker",
"Headphone", "Headphones";
pin-switches = "Speaker", "Headphones";
audio-routing = "Speaker", "Speaker Amp OUT",
"Speaker Amp IN", "HPH_R",
"Headphones", "Headphones Switch OUTL",
"Headphones", "Headphones Switch OUTR",
"Headphones Switch INL", "HPH_L",
"Headphones Switch INR", "HPH_R",
"AMIC1", "MIC BIAS Internal1",
"AMIC2", "MIC BIAS Internal2";
aux-devs = <&speaker_amp>, <&headphones_switch>;
};
Annotation
- Immediate include surface: `msm8916-wingtech-wt865x8.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.