Files
kernel_xiaomi_sm8450-device…/qcom/sdxlemur-rumi.dtsi
Guru Das Srinagesh 5ed5880110 ARM: dts: msm: Add PMIC overlay to sdxlemur platforms
SDXLemur uses PMK8350, PM7250B and PMX65. Add all PMIC devices to
SDXLemur platforms as a PMIC overlay.

Change-Id: Ic91bfcb7787b5db6e67edb39813b35b1f16ef5f4
2020-08-19 13:32:12 -07:00

36 lines
588 B
Plaintext

#include "sdxlemur-pmic-overlay.dtsi"
&soc {
timer {
clock-frequency = <96000>;
};
timer@17820000 {
clock-frequency = <96000>;
};
usb_emu_phy_0: usb_emu_phy@a720000 {
compatible = "qcom,usb-emu-phy";
reg = <0x0a720000 0x9500>;
qcom,emu-init-seq = <0xfffdf 0x4
0xfffd0 0x4
0x100000 0x20
0x0 0x20
0x101f0 0x20
0x100000 0x3c
0x0 0x3c
0x10060 0x3c
0x0 0x4>;
};
};
&usb {
dwc3@a600000 {
usb-phy = <&usb_emu_phy_0>, <&usb_nop_phy>;
maximum-speed = "high-speed";
dr_mode = "peripheral";
};
};