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
24 lines
807 B
Plaintext
24 lines
807 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>;
|
|
};
|