blob: cc091b1d0d54f42aeb581fc0830ef52bcbe10143 [file] [log] [blame]
Ajay Agarwal5dbb5e82019-12-30 14:41:16 +05301/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
Sanjay Dwivedic637a7c2019-04-29 19:03:12 +05302 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/dts-v1/;
14
Gustavo Solaira01252c22019-06-27 22:10:15 -070015#include "sa415m-ccard.dtsi"
Sanjay Dwivedic637a7c2019-04-29 19:03:12 +053016
17/ {
Gustavo Solairaaf1ab412019-06-12 13:01:52 -070018 model = "Qualcomm Technologies, Inc. SA415M CCARD USB-EP";
Gustavo Solaira01252c22019-06-27 22:10:15 -070019 compatible = "qcom,sa415m-ccard",
Gustavo Solairaaf1ab412019-06-12 13:01:52 -070020 "qcom,sdxpoorwills", "qcom,ccard";
Gustavo Solairabe180a42019-06-12 20:38:09 -070021 qcom,board-id = <25 2>, <25 0x102>;
Aniket Randivea64c1392020-02-13 11:22:52 +053022
23 qcom_gadget {
24 compatible = "qcom,usb-gadget";
25 qcom,vid = <0x05c6>;
26
27 composition1 {
28 qcom,pid = <0x9103>;
29 qcom,composition = "diag.diag,ipc.ipc,gsi.rmnet,gsi.rmnet.v2x,ecm.ecm,gsi.dpl";
30 };
31
32 composition2 {
Aniket Randivea64c1392020-02-13 11:22:52 +053033 qcom,pid = <0x9107>;
34 qcom,composition = "diag.diag,ipc.ipc,gsi.rmnet.v2x,gsi.ecm,gsi.dpl";
35 };
36 };
Sanjay Dwivedic637a7c2019-04-29 19:03:12 +053037};
Mohammed Javid67a159f2019-07-02 15:22:17 +053038
39&ipa_hw {
40 qcom,ipa-config-is-auto;
41};
42
Ajay Agarwal5dbb5e82019-12-30 14:41:16 +053043&usb {
44 qcom,gadget-imod-val = <250>;
45};