arch/arm64/boot/dts/qcom/qru1000.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/qru1000.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/qru1000.dtsi
Extension
.dtsi
Size
558 bytes
Lines
27
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.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include "qdu1000.dtsi"
/delete-node/ &tenx_mem;
/delete-node/ &oem_tenx_mem;
/delete-node/ &tenx_q6_buffer_mem;

&reserved_memory {
	oem_tenx_mem: oem-tenx@a0000000 {
		reg = <0x0 0xa0000000 0x0 0x6400000>;
		no-map;
	};

	mpss_diag_buffer_mem: mpss-diag-buffer@aea00000 {
		reg = <0x0 0xaea00000 0x0 0x6400000>;
		no-map;
	};

	tenx_q6_buffer_mem: tenx-q6-buffer@b4e00000 {
		reg = <0x0 0xb4e00000 0x0 0x3200000>;
		no-map;
	};
};

Annotation

Implementation Notes