33 lines
812 B
Devicetree
33 lines
812 B
Devicetree
|
|
/* Copyright (c) 2018-2020, 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.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/dts-v1/;
|
||
|
|
|
||
|
|
#include "sdmmagpiep.dtsi"
|
||
|
|
|
||
|
|
/ {
|
||
|
|
model = "Qualcomm Technologies, Inc. SDMMAGPIEP SoC";
|
||
|
|
compatible = "qcom,sdmmagpiep";
|
||
|
|
qcom,pmic-name = "PM6150";
|
||
|
|
qcom,board-id = <0 0>;
|
||
|
|
};
|
||
|
|
|
||
|
|
&soc {
|
||
|
|
qcom,rmnet-ipa {
|
||
|
|
status = "disabled";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
&ipa_hw {
|
||
|
|
status = "disabled";
|
||
|
|
};
|