1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2020, AngeloGioacchino Del Regno <kholk11@gmail.com> 4 * Copyright (c) 2020, Konrad Dybcio <konradybcio@gmail.com> 5 * Copyright (c) 2020, Martin Botka <martin.botka1@gmail.com> 6 */ 7 8#include "sdm660.dtsi" 9 10/delete-node/ &remoteproc_cdsp; 11/delete-node/ &cdsp_smmu; 12/delete-node/ &cdsp_region; 13 14/ { 15 /delete-node/ smp2p-cdsp; 16 17 reserved-memory { 18 buffer_mem: tzbuffer@94a00000 { 19 reg = <0x0 0x94a00000 0x00 0x100000>; 20 no-map; 21 }; 22 }; 23}; 24 25&adreno_gpu { 26 compatible = "qcom,adreno-509.0", "qcom,adreno"; 27 /* Adreno 509 shares the frequency table with 512 */ 28}; 29