arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts- Extension
.dts- Size
- 31004 bytes
- Lines
- 1524
- 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-pm7325.hdt-bindings/iio/qcom,spmi-adc7-pmk8350.hdt-bindings/leds/common.hdt-bindings/media/video-interfaces.hdt-bindings/pinctrl/qcom,pmic-gpio.hdt-bindings/regulator/qcom,rpmh-regulator.hdt-bindings/sound/qcom,q6asm.hdt-bindings/sound/qcom,q6dsp-lpass-ports.hkodiak.dtsipm7250b.dtsipm7325.dtsipm8350c.dtsipmk8350.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
/*
* Copyright (c) 2023, Luca Weiss <luca.weiss@fairphone.com>
*/
/dts-v1/;
/* PM7250B is configured to use SID8/9 */
#define PM7250B_SID 8
#define PM7250B_SID1 9
#include <dt-bindings/iio/qcom,spmi-adc7-pm7325.h>
#include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/media/video-interfaces.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include <dt-bindings/sound/qcom,q6asm.h>
#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
#include "kodiak.dtsi"
#include "pm7250b.dtsi"
#include "pm7325.dtsi"
#include "pm8350c.dtsi" /* PM7350C */
#include "pmk8350.dtsi" /* PMK7325 */
/delete-node/ &rmtfs_mem;
/ {
model = "Fairphone 5";
compatible = "fairphone,fp5", "qcom,qcm6490";
chassis-type = "handset";
aliases {
serial0 = &uart5;
serial1 = &uart7;
};
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
framebuffer0: framebuffer@a000000 {
compatible = "simple-framebuffer";
reg = <0x0 0xe1000000 0x0 (2700 * 1224 * 4)>;
width = <1224>;
height = <2700>;
stride = <(1224 * 4)>;
format = "a8r8g8b8";
clocks = <&gcc GCC_DISP_HF_AXI_CLK>;
vci-supply = <&vreg_oled_vci>;
dvdd-supply = <&vreg_oled_dvdd>;
};
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&volume_down_default>, <&hall_sensor_default>;
pinctrl-names = "default";
key-volume-up {
label = "Volume up";
gpios = <&pm7325_gpios 6 GPIO_ACTIVE_LOW>;
linux,code = <KEY_VOLUMEUP>;
};
/* Powered by the always-on vreg_l8c */
event-hall-sensor {
label = "Hall Effect Sensor";
Annotation
- Immediate include surface: `dt-bindings/iio/qcom,spmi-adc7-pm7325.h`, `dt-bindings/iio/qcom,spmi-adc7-pmk8350.h`, `dt-bindings/leds/common.h`, `dt-bindings/media/video-interfaces.h`, `dt-bindings/pinctrl/qcom,pmic-gpio.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `dt-bindings/sound/qcom,q6asm.h`, `dt-bindings/sound/qcom,q6dsp-lpass-ports.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.