26 lines
807 B
Text
26 lines
807 B
Text
|
|
/* Copyright (c) 2023, The Linux Foundation. All rights reserved.
|
||
|
|
*
|
||
|
|
* This program is free software; you can redistribute it and/or modify
|
||
|
|
* it under the terms of the GNU General Public License version 2 and
|
||
|
|
* only version 2 as published by the Free Software Foundation.
|
||
|
|
*
|
||
|
|
* This program is distributed in the hope that it will be useful,
|
||
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
|
* GNU General Public License for more details.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/* This is derivated from Qcom crow-mtp-overlay.dts */
|
||
|
|
|
||
|
|
/dts-v1/;
|
||
|
|
/plugin/;
|
||
|
|
|
||
|
|
#include "crow-eqe-device-common-overlay.dtsi"
|
||
|
|
|
||
|
|
/ {
|
||
|
|
model = "eqe";
|
||
|
|
compatible = "qcom,crow-idp", "qcom,crow", "qcom,idp", "qcom,eqe";
|
||
|
|
qcom,msm-id = <608 0x10000>;
|
||
|
|
qcom,board-id = <0x41 0xA000>;
|
||
|
|
};
|