replace common qcom sources with samsung ones
This commit is contained in:
17
qcom/opensource/dsp-devicetree/sun/sun-dsp-trustedvm.dts
Normal file
17
qcom/opensource/dsp-devicetree/sun/sun-dsp-trustedvm.dts
Normal file
@@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sun-dsp-trustedvm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Sun - TrustedVM";
|
||||
compatible = "qcom,sun";
|
||||
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
||||
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
||||
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
||||
};
|
32
qcom/opensource/dsp-devicetree/sun/sun-dsp-trustedvm.dtsi
Normal file
32
qcom/opensource/dsp-devicetree/sun/sun-dsp-trustedvm.dtsi
Normal file
@@ -0,0 +1,32 @@
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
|
||||
&soc {
|
||||
fastrpc_gen_pool_region: fastrpc_gen_pool_region {
|
||||
iommu-addresses = <&fastrpc_compute_cb1 0x8000 0x11000>;
|
||||
};
|
||||
|
||||
fastrpc_compute_cb1: compute-cb@13 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <11>;
|
||||
iommus = <&apps_smmu 0xC0B 0x0>;
|
||||
memory-region = <&fastrpc_gen_pool_region>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
qrtr-gen-pool = <&fastrpc_compute_cb1>;
|
||||
frpc-gen-addr-pool = <0x8000 0x9000>;
|
||||
pd-type = <4>; /* SECURE_STATICPD */
|
||||
};
|
||||
|
||||
qrtr-genpool {
|
||||
compatible = "qcom,qrtr-genpool";
|
||||
gen-pool = <&fastrpc_compute_cb1>;
|
||||
interrupt-parent = <&ipcc_mproc_ns1>;
|
||||
interrupts = <IPCC_CLIENT_CDSP 0 IRQ_TYPE_EDGE_RISING>,
|
||||
<IPCC_CLIENT_CDSP 1 IRQ_TYPE_EDGE_RISING>;
|
||||
mboxes = <&ipcc_mproc_ns1 IPCC_CLIENT_CDSP 0>,
|
||||
<&ipcc_mproc_ns1 IPCC_CLIENT_CDSP 1>;
|
||||
};
|
||||
};
|
13
qcom/opensource/dsp-devicetree/sun/sun-dsp.dts
Normal file
13
qcom/opensource/dsp-devicetree/sun/sun-dsp.dts
Normal file
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sun-dsp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. sun v1 SoC";
|
||||
compatible = "qcom,sun";
|
||||
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
||||
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
||||
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
267
qcom/opensource/dsp-devicetree/sun/sun-dsp.dtsi
Normal file
267
qcom/opensource/dsp-devicetree/sun/sun-dsp.dtsi
Normal file
@@ -0,0 +1,267 @@
|
||||
&remoteproc_adsp_glink {
|
||||
qcom,fastrpc {
|
||||
compatible = "qcom,fastrpc";
|
||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||
qcom,intents = <0x64 64>;
|
||||
label = "adsp";
|
||||
memory-region = <&adsp_mem_heap>;
|
||||
qcom,vmids = <22 37>;
|
||||
|
||||
compute-cb@1 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <3>;
|
||||
iommus = <&apps_smmu 0x1003 0x0080>,
|
||||
<&apps_smmu 0x1043 0x0020>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
pd-type = <1>; /* ROOT_PD */
|
||||
};
|
||||
|
||||
compute-cb@2 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <4>;
|
||||
iommus = <&apps_smmu 0x1004 0x0080>,
|
||||
<&apps_smmu 0x1044 0x0020>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
qcom,nsessions = <8>;
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
pd-type = <3>; /* SENSORS_STATICPD */
|
||||
};
|
||||
|
||||
compute-cb@3 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <5>;
|
||||
iommus = <&apps_smmu 0x1005 0x0080>,
|
||||
<&apps_smmu 0x1045 0x0020>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
pd-type = <2>; /* AUDIO_STATICPD */
|
||||
};
|
||||
|
||||
compute-cb@4 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <6>;
|
||||
iommus = <&apps_smmu 0x1006 0x0080>,
|
||||
<&apps_smmu 0x1046 0x0020>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
pd-type = <5>; /* OIS_STATICPD */
|
||||
};
|
||||
|
||||
compute-cb@5 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <7>;
|
||||
iommus = <&apps_smmu 0x1007 0x0040>,
|
||||
<&apps_smmu 0x1067 0x0000>,
|
||||
<&apps_smmu 0x1087 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <7>; /* USERPD */
|
||||
};
|
||||
|
||||
compute-cb@6 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <8>;
|
||||
iommus = <&apps_smmu 0x1008 0x0080>,
|
||||
<&apps_smmu 0x1048 0x0020>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <7>; /* USERPD */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&remoteproc_cdsp_glink {
|
||||
qcom,fastrpc {
|
||||
compatible = "qcom,fastrpc";
|
||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||
qcom,intents = <0x64 64>;
|
||||
label = "cdsp";
|
||||
qcom,fastrpc-gids = <2908>;
|
||||
qcom,rpc-latency-us = <235>;
|
||||
qcom,single-core-latency-vote;
|
||||
|
||||
compute-cb@1 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <1>;
|
||||
iommus = <&apps_smmu 0x19C1 0x0000>,
|
||||
<&apps_smmu 0x0C21 0x0000>,
|
||||
<&apps_smmu 0x0C01 0x0040>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
pd-type = <1>; /* ROOT_PD */
|
||||
};
|
||||
|
||||
compute-cb@2 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <2>;
|
||||
iommus = <&apps_smmu 0x1962 0x0000>,
|
||||
<&apps_smmu 0x0C02 0x0020>,
|
||||
<&apps_smmu 0x0C42 0x0000>,
|
||||
<&apps_smmu 0x19C2 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <7>; /* USERPD */
|
||||
};
|
||||
|
||||
compute-cb@3 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <3>;
|
||||
iommus = <&apps_smmu 0x1963 0x0000>,
|
||||
<&apps_smmu 0x0C23 0x0000>,
|
||||
<&apps_smmu 0x0C03 0x0040>,
|
||||
<&apps_smmu 0x19C3 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <7>; /* USERPD */
|
||||
};
|
||||
|
||||
compute-cb@4 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <4>;
|
||||
iommus = <&apps_smmu 0x1964 0x0000>,
|
||||
<&apps_smmu 0x0C24 0x0000>,
|
||||
<&apps_smmu 0x0C04 0x0040>,
|
||||
<&apps_smmu 0x19C4 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <7>; /* USERPD */
|
||||
};
|
||||
|
||||
compute-cb@5 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <5>;
|
||||
iommus = <&apps_smmu 0x1965 0x0000>,
|
||||
<&apps_smmu 0x0C25 0x0000>,
|
||||
<&apps_smmu 0x0C05 0x0040>,
|
||||
<&apps_smmu 0x19C5 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x4000000 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
compute-cb@6 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <6>;
|
||||
iommus = <&apps_smmu 0x1966 0x0000>,
|
||||
<&apps_smmu 0x0C06 0x0020>,
|
||||
<&apps_smmu 0x0C46 0x0000>,
|
||||
<&apps_smmu 0x19C6 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x4000000 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
compute-cb@7 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <7>;
|
||||
iommus = <&apps_smmu 0x1967 0x0000>,
|
||||
<&apps_smmu 0x0C27 0x0000>,
|
||||
<&apps_smmu 0x0C07 0x0040>,
|
||||
<&apps_smmu 0x19C7 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x1000000 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
compute-cb@8 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <8>;
|
||||
iommus = <&apps_smmu 0x1968 0x0000>,
|
||||
<&apps_smmu 0x0C08 0x0020>,
|
||||
<&apps_smmu 0x0C48 0x0000>,
|
||||
<&apps_smmu 0x19C8 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x1000000 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
compute-cb@9 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <9>;
|
||||
qcom,secure-context-bank;
|
||||
iommus = <&apps_smmu 0x1969 0x0000>,
|
||||
<&apps_smmu 0x0C29 0x0000>,
|
||||
<&apps_smmu 0x0C09 0x0040>,
|
||||
<&apps_smmu 0x19C9 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
qcom,iommu-vmid = <0xA>; /* VMID_CP_PIXEL */
|
||||
qcom,nsessions = <3>;
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
pd-type = <6>; /* CPZ_USERPD */
|
||||
};
|
||||
|
||||
compute-cb@10 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <12>;
|
||||
iommus = <&apps_smmu 0x196C 0x0000>,
|
||||
<&apps_smmu 0x0C2C 0x0000>,
|
||||
<&apps_smmu 0x0C0C 0x0040>,
|
||||
<&apps_smmu 0x19CC 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x0 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
compute-cb@11 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <13>;
|
||||
iommus = <&apps_smmu 0x196D 0x0000>,
|
||||
<&apps_smmu 0x0C0D 0x0020>,
|
||||
<&apps_smmu 0x0C2E 0x0000>,
|
||||
<&apps_smmu 0x0C4D 0x0000>,
|
||||
<&apps_smmu 0x19CD 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x0 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
compute-cb@12 {
|
||||
compatible = "qcom,fastrpc-compute-cb";
|
||||
reg = <14>;
|
||||
iommus = <&apps_smmu 0x196E 0x0000>,
|
||||
<&apps_smmu 0x0C0E 0x0040>,
|
||||
<&apps_smmu 0x19CE 0x0000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
qcom,iova-best-fit;
|
||||
qcom,iova-max-align-shift = <9>; /* Set MAX alignment to 2 MB*/
|
||||
pd-type = <9>; /* USER_UNSIGNEDPD_POOL */
|
||||
alloc-size-range = <0x0 0xFFFFFFFF>;
|
||||
};
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user