btfm: dts: msm: Add support for thick and thin MSM id's sun HDK

Add support for thick and thin MSM id's sun HDK

Change-Id: I0a5279fbb71688eb8631570ecb45379c299056d4
Signed-off-by: Suqun Peng <quic_suqupeng@quicinc.com>
This commit is contained in:
Suqun Peng
2024-04-26 09:41:54 +08:00
parent 19d486101e
commit e81e178cd3

View File

@@ -12,6 +12,8 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun SoCs HDK"; model = "Qualcomm Technologies, Inc. Sun SoCs HDK";
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk"; compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>; qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>,
<0x100026a 0x10000>, <0x100026a 0x20000>,
<0x100027f 0x10000>, <0x100027f 0x20000>;
qcom,board-id = <0x1001f 0>; qcom,board-id = <0x1001f 0>;
}; };