According to latest CDT updates, major version no. is being used to differentiate between different boards instead of subtype. Hence update board-ids to reflect these new CDTs. Change-Id: Ia5440ebafe4c272a9df3b8e89aa02e1b8bce2347 CRs-Fixed: 3967186
20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "canoe-kiwi-cnss.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Canoe SoCs";
|
|
compatible = "qcom,canoe", "qcom,canoep", "qcom,canoe-mtp", "qcom,canoe-cdp";
|
|
qcom,msm-id = <0x294 0x10000>, <0x294 0x20000>, <0x295 0x10000>, <0x295 0x20000>,
|
|
<0x1000294 0x10000>, <0x1000294 0x20000>,
|
|
<0x1000295 0x10000>, <0x1000295 0x20000>;
|
|
qcom,board-id = <0x30001 0>, <0x20008 0>, <0x30015 0>;
|
|
};
|