Separate common files and create module specific files. Common platform changes should go into platform specific common files like kera-mtp.dtsi & module specific changes should go into corresponding module specific files like kera-mtp-wcn7750-ufs4.dtsi. Change-Id: Ib8b9fa2609d7dfd883a155af9ffc54ff1fc93d79 Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
18 lines
424 B
Plaintext
18 lines
424 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "kera-qrd-wcn7750-ufs3.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera QRD + WCN7750 + UFS3";
|
|
compatible = "qcom,kera-qrd", "qcom,kera", "qcom,kerap-qrd", "qcom,kerap",
|
|
"qcom,qrd";
|
|
qcom,msm-id = <686 0x10000>, <659 0x10000>;
|
|
qcom,board-id = <0x2000B 0>;
|
|
};
|