arch/arm64/boot/dts/qcom/lemans-evk.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/lemans-evk.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/lemans-evk.dts- Extension
.dts- Size
- 20420 bytes
- Lines
- 1036
- 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/gpio/gpio.hdt-bindings/pwm/pwm.hdt-bindings/sound/qcom,q6afe.hdt-bindings/regulator/qcom,rpmh-regulator.hlemans.dtsilemans-pmics.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) 2024-2025, Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pwm/pwm.h>
#include <dt-bindings/sound/qcom,q6afe.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include "lemans.dtsi"
#include "lemans-pmics.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Lemans EVK";
compatible = "qcom,lemans-evk", "qcom,qcs9100", "qcom,sa8775p";
aliases {
ethernet0 = ðernet0;
mmc1 = &sdhc;
serial0 = &uart10;
serial2 = &uart0;
};
dmic: audio-codec-0 {
compatible = "dmic-codec";
#sound-dai-cells = <0>;
num-channels = <1>;
};
max98357a: audio-codec-1 {
compatible = "maxim,max98357a";
#sound-dai-cells = <0>;
};
chosen {
stdout-path = "serial0:115200n8";
};
connector-0 {
compatible = "usb-c-connector";
label = "USB0-Type-C";
data-role = "dual";
power-role = "dual";
vbus-supply = <&usb0_vbus>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
usb0_con_hs_ep: endpoint {
remote-endpoint = <&usb_0_dwc3_hs>;
};
};
port@1 {
reg = <1>;
usb0_con_ss_ep: endpoint {
remote-endpoint = <&hd3ss3220_in_ep>;
};
};
};
};
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/pwm/pwm.h`, `dt-bindings/sound/qcom,q6afe.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `lemans.dtsi`, `lemans-pmics.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.