add new MSM-ID for SUN target Change-Id: Ia83d5b35dd4af6c1cc4a61ccf273c9c0e96a0bc3 Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
24 lines
632 B
Plaintext
24 lines
632 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
|
#include <dt-bindings/clock/qcom,videocc-sun.h>
|
|
#include <dt-bindings/clock/qcom,evacc-sun.h>
|
|
#include <dt-bindings/clock/qcom,dispcc-sun.h>
|
|
#include "sun-mmrm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoC";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x10000>, <639 0x10000>,
|
|
<618 0x20000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100027f 0x10000>,
|
|
<0x100026a 0x20000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|