ARM: dts: msm: Add support for sun V2 devices

Adding support for sun v2 devices

Change-Id: I3bc8fadb31dff0bbb7f43bb0cdc5e298221ec9be
Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
This commit is contained in:
Vedang Nagar
2024-03-28 10:52:01 +05:30
parent e538abe50e
commit bbac280506
2 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun SoC"; model = "Qualcomm Technologies, Inc. Sun SoC";
compatible = "qcom,sun"; compatible = "qcom,sun";
qcom,msm-id = <618 0x10000>, <639 0x10000>; qcom,msm-id = <618 0x10000>, <639 0x10000>,
<618 0x20000>, <639 0x20000>;
qcom,board-id = <0 0>; qcom,board-id = <0 0>;
}; };

View File

@@ -15,6 +15,7 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun SoC"; model = "Qualcomm Technologies, Inc. Sun SoC";
compatible = "qcom,sun"; compatible = "qcom,sun";
qcom,msm-id = <618 0x10000>, <639 0x10000>; qcom,msm-id = <618 0x10000>, <639 0x10000>,
<618 0x20000>, <639 0x20000>;
qcom,board-id = <0 0>; qcom,board-id = <0 0>;
}; };