modify the include files for kera iot dts. Change-Id: Ia3b7d66bc29d9ea68a71eedd2131aa088d773319 Signed-off-by: Bhasker Reddy Komatireddy <quic_kbhasker@quicinc.com>
24 lines
501 B
Plaintext
24 lines
501 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "kera-iot-cdp-qca6750-ufs4.dtsi"
|
|
#include "kera-pmiv0102.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera CDP + QCA6750 + UFS4 for IoT";
|
|
compatible = "qcom,kera-cdp", "qcom,kera", "qcom,kerap-cdp", "qcom,kerap",
|
|
"qcom,cdp";
|
|
|
|
qcom,msm-id = <686 0x10000>, <659 0x10000>;
|
|
qcom,board-id = <0x50001 0>;
|
|
};
|
|
|
|
&pcie1 {
|
|
status = "ok";
|
|
};
|