blob: f6818c058d724c96c99e29cf65cc42c33ed0c615 (
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
|
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
* Talos specific modifications required to boot in EL2.
*/
/dts-v1/;
/plugin/;
&gpu_zap_shader {
status = "disabled";
};
&remoteproc_adsp {
iommus = <&apps_smmu 0x1720 0x0>;
};
&remoteproc_cdsp {
iommus = <&apps_smmu 0x1080 0x0>;
};
&venus {
status = "disabled";
};
|