blob: a7e3270f86090b72f5544deaf2c6c23c906607d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*
* Monaco specific modifications required to boot in EL2.
*/
/dts-v1/;
/plugin/;
&gpu_zap_shader {
status = "disabled";
};
&iris {
status = "disabled";
};
&remoteproc_adsp {
iommus = <&apps_smmu 0x2000 0x0>;
};
&remoteproc_cdsp {
iommus = <&apps_smmu 0x19c0 0x0400>;
};
&remoteproc_gpdsp {
iommus = <&apps_smmu 0x28a0 0x0>;
};
|