xref: /linux/scripts/dtc/include-prefixes/arm64/qcom/lemans-el2.dtso (revision 6589b3d76db2d6adbf8f2084c303fb24252a0dc6)
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4 */
5
6/*
7 * Lemans specific modifications required to boot in EL2.
8 */
9
10/dts-v1/;
11/plugin/;
12
13&iris {
14	status = "disabled";
15};
16
17&remoteproc_adsp {
18	iommus = <&apps_smmu 0x3000 0x0>;
19};
20
21&remoteproc_cdsp0 {
22	iommus = <&apps_smmu 0x21c0 0x0400>;
23};
24
25&remoteproc_cdsp1 {
26	iommus = <&apps_smmu 0x29c0 0x0400>;
27};
28
29&remoteproc_gpdsp0 {
30       iommus = <&apps_smmu 0x38a0 0x0>;
31};
32
33&remoteproc_gpdsp1 {
34       iommus = <&apps_smmu 0x38c0 0x0>;
35};
36