Files
android_kernel_oneplus_sm86…/qcom/pineapple-vm-scmi.dtsi
Sahitya Tummala 9e89fa6f86 ARM: dts: msm: Add new mmio device for vhost scmi on trustedvm
Add new mmio device for vhost scmi on trustedvm on Pineapple

Change-Id: Ia9e48780878fc0bed550e3a9894a3a88e2577e64
2023-07-21 11:03:45 +05:30

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>;
};
};
};
};