arch/arm64/boot/dts/qcom/msm8916-gplus-fl8005a.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/msm8916-gplus-fl8005a.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/msm8916-gplus-fl8005a.dts- Extension
.dts- Size
- 5323 bytes
- Lines
- 275
- 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-pm8916.dtsimsm8916-modem-qdsp6.dtsidt-bindings/gpio/gpio.hdt-bindings/input/input.hdt-bindings/leds/common.h
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-pm8916.dtsi"
#include "msm8916-modem-qdsp6.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
/ {
model = "GPLUS FL8005A";
compatible = "gplus,fl8005a", "qcom,msm8916";
chassis-type = "tablet";
aliases {
mmc0 = &sdhc_1; /* eMMC */
mmc1 = &sdhc_2; /* SD card */
serial0 = &blsp_uart2;
};
chosen {
stdout-path = "serial0";
};
battery: battery {
compatible = "simple-battery";
device-chemistry = "lithium-ion-polymer";
voltage-min-design-microvolt = <3700000>;
voltage-max-design-microvolt = <4200000>;
energy-full-design-microwatt-hours = <13690000>;
charge-full-design-microamp-hours = <3700000>;
ocv-capacity-celsius = <25>;
ocv-capacity-table-0 =
<4186000 100>, <4126000 95>, <4078000 90>,
<4036000 85>, <3997000 80>, <3962000 75>,
<3932000 70>, <3904000 65>, <3874000 60>,
<3839000 55>, <3809000 50>, <3792000 45>,
<3780000 40>, <3772000 35>, <3764000 30>,
<3752000 25>, <3731000 20>, <3704000 16>,
<3677000 13>, <3670000 11>, <3668000 10>,
<3666000 9>, <3662000 8>, <3658000 7>, <3648000 6>,
<3624000 5>, <3580000 4>, <3518000 3>, <3434000 2>,
<3310000 1>, <3000000 0>;
};
flash-led-controller {
/* Actually qcom,leds-gpio-flash */
compatible = "sgmicro,sgm3140";
enable-gpios = <&tlmm 31 GPIO_ACTIVE_HIGH>;
flash-gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&camera_flash_default>;
pinctrl-names = "default";
flash_led: led {
function = LED_FUNCTION_FLASH;
color = <LED_COLOR_ID_WHITE>;
flash-max-timeout-us = <250000>;
};
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&gpio_keys_default>;
pinctrl-names = "default";
Annotation
- Immediate include surface: `msm8916-pm8916.dtsi`, `msm8916-modem-qdsp6.dtsi`, `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/leds/common.h`.
- 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.