There was missing license information adding this to all files. Licence information required for these files. CRs-Fixed: 3818810 Change-Id: I743432f8cb1ee997422dfab6287f07739e6464d4 Signed-off-by: Soumen Ghosh <quic_soumeng@quicinc.com> (cherry picked from commit 3317f10320b719d76128e13e77eb691dc6cd18e7)
24 lines
695 B
Plaintext
24 lines
695 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,gcc-sun.h>
|
|
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
|
#include <dt-bindings/interconnect/qcom,sun.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "sun-camera.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoC";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|