add camera dts support for kera-iot board on kera CDP platform CRs-Fixed: 4018699. Change-Id: I490956171e6d2f0ef2947e54aa99f3c26e142b8e
24 lines
820 B
Plaintext
24 lines
820 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-kera.h>
|
|
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
|
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
|
#include <dt-bindings/interconnect/qcom,kera.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "kera-camera-sensor-mtp.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera CDP";
|
|
compatible = "qcom,kera-cdp", "qcom,kera", "qcom,kerap-cdp", "qcom,kerap",
|
|
"qcom,cdp";
|
|
qcom,msm-id = <686 0x10000>, <686 0x20000>, <659 0x10000>, <659 0x20000>;
|
|
qcom,board-id = <0x10001 0>, <0x20001 0>, <0x30001 0>, <0x40001 0>, <0x50001 0>;
|
|
};
|