Initial sensor dtsi files for Kera MTP/CDP/RCM/QRD with: - Peripherals: CCI0/CCI1, - CSIPHY instances: 0 to 4, - Sensors: IMX766/IMX858/JN1/IMX688 nodes, - TPG instances: 1 to 2, - MCLK/RESET GPIO pin controls CRs-Fixed: 3970958. Change-Id: Ieb49cd277e1e3eb7b48344c6098e82b28dee2b20
25 lines
857 B
Plaintext
25 lines
857 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 MTP";
|
|
compatible = "qcom,kera-mtp", "qcom,kera", "qcom,kerap-mtp", "qcom,kerap",
|
|
"qcom,mtp";
|
|
qcom,msm-id = <686 0x10000>, <686 0x20000>, <659 0x10000>, <659 0x20000>;
|
|
qcom,board-id = <0x10008 0>, <0x10008 1>, <0x20008 0>, <0x20008 1>,
|
|
<0x30008 0>, <0x30008 1>;
|
|
};
|