arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts- Extension
.dts- Size
- 1670 bytes
- Lines
- 81
- 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
sdm845-oneplus-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
/*
* SDM845 OnePlus 6T (fajita) device tree.
*
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
*/
#include "sdm845-oneplus-common.dtsi"
/ {
model = "OnePlus 6T";
compatible = "oneplus,fajita", "qcom,sdm845";
qcom,board-id = <8 0 18801 41>;
battery: battery {
compatible = "simple-battery";
charge-full-design-microamp-hours = <3700000>;
voltage-min-design-microvolt = <3400000>;
voltage-max-design-microvolt = <4400000>;
/*
* Typical designs have multiple charger ICs which can handle more
* current but the OnePlus 6/T do not, hence the lower limit. This
* does not apply when using the Dash Charger, however this is not
* yet supported.
*/
constant-charge-current-max-microamp = <1800000>;
};
};
&display_panel {
status = "okay";
compatible = "samsung,s6e3fc2x01-ams641rw", "samsung,s6e3fc2x01";
};
&framebuffer {
height = <2340>;
};
&i2c4 {
/* nxp,tfa9894 @ 0x34 */
};
&bq27441_fg {
monitored-battery = <&battery>;
};
&sound {
model = "OnePlus 6T";
audio-routing = "RX_BIAS", "MCLK",
"AMIC1", "MIC BIAS3",
"AMIC2", "MIC BIAS2",
"AMIC3", "MIC BIAS4",
"AMIC4", "MIC BIAS1",
"AMIC5", "MIC BIAS3";
};
&pmi8998_charger {
monitored-battery = <&battery>;
};
/*
* The TFA9894 codec is currently unsupported.
* We need to delete the node to allow the soundcard
* to probe for headphones/earpiece.
*/
/delete-node/ &speaker_playback_dai;
Annotation
- Immediate include surface: `sdm845-oneplus-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.