xref: /linux/scripts/dtc/include-prefixes/arm64/qcom/talos-el2.dtso (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4
5 * Talos specific modifications required to boot in EL2.
6 */
7
8/dts-v1/;
9/plugin/;
10
11&gpu_zap_shader {
12	status = "disabled";
13};
14
15&remoteproc_adsp {
16	iommus = <&apps_smmu 0x1720 0x0>;
17};
18
19&remoteproc_cdsp {
20	iommus = <&apps_smmu 0x1080 0x0>;
21};
22
23&venus {
24	status = "disabled";
25};
26