mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-05 20:30:41 +00:00
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: Melody Olvera <quic_molvera@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230112210722.6234-2-quic_molvera@quicinc.com
This commit is contained in:
parent
3ef1569b2b
commit
6bd20c54b5
1333
arch/arm64/boot/dts/qcom/qdu1000.dtsi
Normal file
1333
arch/arm64/boot/dts/qcom/qdu1000.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
26
arch/arm64/boot/dts/qcom/qru1000.dtsi
Normal file
26
arch/arm64/boot/dts/qcom/qru1000.dtsi
Normal file
@ -0,0 +1,26 @@
|
||||
// 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;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user