This change adds the msm-id for soft sku in Milos target. Change-Id: I731b80d17f58a718fb4bdec8a17a20ed9a3228fe CRs-Fixed: 3906560
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "volcano6i-peach-cnss.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Volcano6I IOT SOC + Ganges/Brahma";
|
|
compatible = "qcom,volcano-idp", "qcom,volcano", "qcom,volcanop-idp",
|
|
"qcom,volcanop", "qcom,idp", "qcom,volcano-mtp",
|
|
"qcom,volcanop-mtp", "qcom,mtp";
|
|
qcom,msm-id = <657 0x10000>, <658 0x10000>, <0X10291 0x10000>, <0x10292 0x10000>, <0x20291 0x10000>, <0x20292 0x10000>, <0x30291 0x10000>, <0x30292 0x10000>, <0x40291 0x10000>, <0x40292 0x10000>;
|
|
qcom,board-id = <8 2>, <8 3>, <8 4>, <8 5>, <8 6>, <34 2>, <34 3>;
|
|
};
|