arch/arm64/boot/dts/qcom/lemans-el2.dtso

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/lemans-el2.dtso

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/lemans-el2.dtso
Extension
.dtso
Size
597 bytes
Lines
40
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: arch/arm64
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.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
 */

/*
 * Lemans specific modifications required to boot in EL2.
 */

/dts-v1/;
/plugin/;

&gpu_zap_shader {
	status = "disabled";
};

&iris {
	status = "disabled";
};

&remoteproc_adsp {
	iommus = <&apps_smmu 0x3000 0x0>;
};

&remoteproc_cdsp0 {
	iommus = <&apps_smmu 0x21c0 0x0400>;
};

&remoteproc_cdsp1 {
	iommus = <&apps_smmu 0x29c0 0x0400>;
};

&remoteproc_gpdsp0 {
       iommus = <&apps_smmu 0x38a0 0x0>;
};

&remoteproc_gpdsp1 {
       iommus = <&apps_smmu 0x38c0 0x0>;
};

Annotation

Implementation Notes