Add device trees for SunP HDK. Change-Id: I1a0d06a62bd8c19b475db9a6d0a30a46d591a269 Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-vm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SunP VM";
|
|
compatible = "qcom,sunp";
|
|
qcom,msm-id = <639 0x10000>, <639 0x20000>;
|
|
};
|
|
|