mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
SDXLemur uses PMK8350, PM7250B and PMX65. Add all PMIC devices to SDXLemur platforms as a PMIC overlay. Change-Id: Ic91bfcb7787b5db6e67edb39813b35b1f16ef5f4
36 lines
588 B
Plaintext
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";
|
|
};
|
|
};
|