Add initial device tree support for ravelin target. This is a snapshot of dtsi files as of KP.1.0 'commit <370d8eab7cc6> ("Merge "ARM: dts: qcom: Disable cnss-kiwi SOL on anorak platform"")'. Modified as per compilation and bootup. Change-Id: Icb9a6e67879c68dbf894d1713fa2837882b9f00c Signed-off-by: Swetha Chikkaboraiah <quic_schikk@quicinc.com>
43 lines
593 B
Plaintext
43 lines
593 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&trust_ui_vm_mem {
|
|
status = "disabled";
|
|
};
|
|
|
|
&trust_ui_vm_qrtr {
|
|
status = "disabled";
|
|
};
|
|
|
|
&trust_ui_vm_vblk0_ring {
|
|
status = "disabled";
|
|
};
|
|
|
|
&trust_ui_vm_swiotlb {
|
|
status = "disabled";
|
|
};
|
|
|
|
&non_secure_display_dma_buf {
|
|
status = "disabled";
|
|
};
|
|
|
|
&non_secure_display_memory {
|
|
status = "disabled";
|
|
};
|
|
|
|
&soc {
|
|
qcom,guestvm_loader@e0b00000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
qrtr-gunyah {
|
|
status = "disabled";
|
|
};
|
|
|
|
qcom,virtio_backend@0 {
|
|
status = "disabled";
|
|
};
|
|
};
|