Commit 6bd20c54 authored by Melody Olvera's avatar Melody Olvera Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs



Add the base DTSI files for QDU1000 and QRU1000 SoCs, including base
descriptions of CPUs, GCC, RPMHCC, QUP, TLMM, and interrupt-controller
to boot to shell with console on these SoCs.

Signed-off-by: default avatarMelody Olvera <quic_molvera@quicinc.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230112210722.6234-2-quic_molvera@quicinc.com
parent 3ef1569b
Loading
Loading
Loading
Loading
+1333 −0

File added.

Preview size limit exceeded, changes collapsed.

+26 −0
Original line number Diff line number Diff line
// 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;
	};
};