20 lines
624 B
Plaintext
20 lines
624 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/msm-camera.h>
|
|
|
|
#include "trustedvm-pineapple-camera.dtsi"
|
|
#include "trustedvm-pineapple-camera-sensor-cdp.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Pineapple CDP/RCM - TrustedVM";
|
|
compatible = "qcom,pineapple-cdp", "qcom,pineapple", "qcom,cdp", "qcom,rcm", "qcom,pineapple-rcm";
|
|
qcom,msm-id = <557 0x10000>, <557 0x20000>, <577 0x10000>, <577 0x20000>;
|
|
qcom,board-id = <0x10001 0>, <21 0>;
|
|
};
|