mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 06:44:04 +08:00
Add new mmio device for vhost scmi on trustedvm on Pineapple Change-Id: Ia9e48780878fc0bed550e3a9894a3a88e2577e64
34 lines
564 B
Plaintext
34 lines
564 B
Plaintext
&firmware {
|
|
scmi {
|
|
compatible = "arm,scmi-virtio";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
};
|
|
|
|
&qcom_vm_config {
|
|
vdevices {
|
|
virtio-mmio@2 {
|
|
vdevice-type = "virtio-mmio";
|
|
generate = "/virtio-mmio";
|
|
peer-default;
|
|
vqs-num = <0x2>;
|
|
push-compatible = "virtio,mmio";
|
|
dma-coherent;
|
|
dma_base = <0x0 0x8000>;
|
|
memory {
|
|
qcom,label = <0x15>; //for vhost scmi
|
|
#address-cells = <0x2>;
|
|
base = <0x0 0xDA700000>;
|
|
};
|
|
};
|
|
|
|
swiotlb-shm {
|
|
dma_base = <0x0 0xc000>;
|
|
memory {
|
|
base = <0x0 0xDA704000>;
|
|
};
|
|
};
|
|
};
|
|
};
|