[NFC]: Add Soc info to support sun target.

- Added Soc info to support sun target.

Change-Id: I279685e79059b338f089f0d8183c3bd3cd977a52
This commit is contained in:
Amruth Naga
2024-04-02 11:23:51 +05:30
parent 1557ec6d87
commit e76c101fa5

View File

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