mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 06:44:04 +08:00
25 lines
556 B
Plaintext
25 lines
556 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "volcano-mtp-wcd9395-aatc.dtsi"
|
|
#include "volcano-pmiv0104.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Volcano MTP + WCD9395 AATC";
|
|
compatible = "qcom,volcano-mtp", "qcom,volcano", "qcom,volcanop-mtp", "qcom,volcanop", "qcom,mtp";
|
|
qcom,msm-id = <636 0x10000>, <640 0x10000>, <641 0x10000>;
|
|
qcom,board-id = <8 1>;
|
|
};
|
|
|
|
|
|
&pmiv0104_eusb2_repeater {
|
|
status = "ok";
|
|
vdd18-supply = <&L7B>;
|
|
vdd3-supply = <&L17B>;
|
|
};
|
|
|
|
&eusb2_phy0 {
|
|
dummy-supply = <&pmiv0104_eusb2_repeater>;
|
|
usb-repeater = <&pmiv0104_eusb2_repeater>;
|
|
};
|