According to upstream requirement moving devicetree form vendor/qcom/proprietary/video-devicetree to vendor/qcom/opensource/video-devicetree by creating new project. All the changes to the devicetree need to be done in this project to be merged. All changes will need Signed-off-by: tags and will need to use open source emails. Change-Id: I2865fb1fa9e1dae6bf2bf4f2a01bd000d928dba9 Signed-off-by: Megha Byahatti <quic_mbyahatt@quicinc.com>
21 lines
547 B
Plaintext
21 lines
547 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/clock/qcom,gcc-pineapple.h>
|
|
#include <dt-bindings/interconnect/qcom,pineapple.h>
|
|
#include <dt-bindings/clock/qcom,videocc-pineapple.h>
|
|
#include "pineapple-vidc.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Pineapple";
|
|
compatible = "qcom,pineapple";
|
|
qcom,msm-id = <557 0x10000>, <577 0x10000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|