arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts- Extension
.dts- Size
- 20125 bytes
- Lines
- 907
- 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/leds/common.hdt-bindings/pinctrl/qcom,pmic-gpio.hdt-bindings/regulator/qcom,rpmh-regulator.hmilos.dtsipm7550.dtsipm8550vs.dtsipmiv0104.dtsipmk8550.dtsipmr735b.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) 2025, Luca Weiss <luca.weiss@fairphone.com>
*/
/dts-v1/;
#define PMIV0104_SID 7
#include <dt-bindings/leds/common.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include "milos.dtsi"
#include "pm7550.dtsi"
#include "pm8550vs.dtsi"
#include "pmiv0104.dtsi" /* PMIV0108 */
#include "pmk8550.dtsi" /* PMK7635 */
#include "pmr735b.dtsi"
/ {
model = "The Fairphone (Gen. 6)";
compatible = "fairphone,fp6", "qcom,milos";
chassis-type = "handset";
aliases {
serial0 = &uart5;
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&volume_up_default>, <&hall_sensor_default>;
pinctrl-names = "default";
/* Powered by the always-on vreg_l10b */
event-hall-sensor {
label = "Hall Effect Sensor";
gpios = <&tlmm 70 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>;
linux,code = <SW_LID>;
linux,can-disable;
wakeup-source;
};
key-volume-up {
label = "Volume Up";
gpios = <&pm7550_gpios 6 GPIO_ACTIVE_LOW>;
linux,code = <KEY_VOLUMEUP>;
};
switch {
label = "Switch";
gpios = <&tlmm 107 GPIO_ACTIVE_HIGH>;
linux,input-type = <EV_SW>;
linux,code = <SW_MUTE_DEVICE>;
};
};
pmic-glink {
compatible = "qcom,milos-pmic-glink",
"qcom,sm8550-pmic-glink",
"qcom,pmic-glink";
#address-cells = <1>;
#size-cells = <0>;
orientation-gpios = <&tlmm 131 GPIO_ACTIVE_HIGH>;
connector@0 {
compatible = "usb-c-connector";
reg = <0>;
Annotation
- Immediate include surface: `dt-bindings/leds/common.h`, `dt-bindings/pinctrl/qcom,pmic-gpio.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `milos.dtsi`, `pm7550.dtsi`, `pm8550vs.dtsi`, `pmiv0104.dtsi`, `pmk8550.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.