38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
|
|
/* Copyright (c) 2021, 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 kalama-mtp-overlay.dts */
|
||
|
|
|
||
|
|
/dts-v1/;
|
||
|
|
/plugin/;
|
||
|
|
|
||
|
|
#include "kalama-rtwo-device-common-overlay.dtsi"
|
||
|
|
|
||
|
|
/ {
|
||
|
|
model = "rtwo";
|
||
|
|
compatible = "qcom,kalama-mtp", "qcom,kalama", "qcom,mtp", "qcom,rtwo";
|
||
|
|
qcom,msm-id = <519 0x10000>, <536 0x10000>, <519 0x20000>, <536 0x20000>;
|
||
|
|
qcom,board-id = <0x41 0x9100>;
|
||
|
|
};
|
||
|
|
|
||
|
|
&soc {
|
||
|
|
regulator-ocp-notifier {
|
||
|
|
periph-c40-supply = <&L1M>;
|
||
|
|
periph-c41-supply = <&L2M>;
|
||
|
|
periph-c42-supply = <&L3M>;
|
||
|
|
periph-c43-supply = <&L4M>;
|
||
|
|
periph-c44-supply = <&L5M>;
|
||
|
|
periph-c45-supply = <&L6M>;
|
||
|
|
periph-c46-supply = <&L7M>;
|
||
|
|
};
|
||
|
|
};
|