Currently SOC info is not part of DT. Add SOC info to support sun targets Change-Id: I5f22bea964a9b9a561a4ddd1299d34c49f7d0954 Signed-off-by: Himateja Reddy <quic_hmreddy@quicinc.com>
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-dsp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. sun v1 SoC";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|