xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/qru1000.dtsi (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
1*cb7aa33aSEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause
2*cb7aa33aSEmmanuel Vadot/*
3*cb7aa33aSEmmanuel Vadot * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
4*cb7aa33aSEmmanuel Vadot */
5*cb7aa33aSEmmanuel Vadot
6*cb7aa33aSEmmanuel Vadot#include "qdu1000.dtsi"
7*cb7aa33aSEmmanuel Vadot/delete-node/ &tenx_mem;
8*cb7aa33aSEmmanuel Vadot/delete-node/ &oem_tenx_mem;
9*cb7aa33aSEmmanuel Vadot/delete-node/ &tenx_q6_buffer_mem;
10*cb7aa33aSEmmanuel Vadot
11*cb7aa33aSEmmanuel Vadot&reserved_memory {
12*cb7aa33aSEmmanuel Vadot	oem_tenx_mem: oem-tenx@a0000000 {
13*cb7aa33aSEmmanuel Vadot		reg = <0x0 0xa0000000 0x0 0x6400000>;
14*cb7aa33aSEmmanuel Vadot		no-map;
15*cb7aa33aSEmmanuel Vadot	};
16*cb7aa33aSEmmanuel Vadot
17*cb7aa33aSEmmanuel Vadot	mpss_diag_buffer_mem: mpss-diag-buffer@aea00000 {
18*cb7aa33aSEmmanuel Vadot		reg = <0x0 0xaea00000 0x0 0x6400000>;
19*cb7aa33aSEmmanuel Vadot		no-map;
20*cb7aa33aSEmmanuel Vadot	};
21*cb7aa33aSEmmanuel Vadot
22*cb7aa33aSEmmanuel Vadot	tenx_q6_buffer_mem: tenx-q6-buffer@b4e00000 {
23*cb7aa33aSEmmanuel Vadot		reg = <0x0 0xb4e00000 0x0 0x3200000>;
24*cb7aa33aSEmmanuel Vadot		no-map;
25*cb7aa33aSEmmanuel Vadot	};
26*cb7aa33aSEmmanuel Vadot};
27