This change updates the msm-id in new format for soft sku in Milos target. Change-Id: Ic386689c82605cb0c287edb8d9fe63ecf806d558 CRs-Fixed: 3944573
18 lines
509 B
Plaintext
18 lines
509 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "volcano-qca6750.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Volcano SoC";
|
|
compatible = "qcom,volcano";
|
|
qcom,msm-id = <636 0x10000>, <640 0x10000>, <0x4000291 0x10000>, <0x8000291 0x10000>, <0xc000291 0x10000>, <0x10000291 0x10000>, <0x4000292 0x10000>, <0x8000292 0x10000>, <0xc000292 0x10000>, <0x10000292 0x10000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|