summaryrefslogtreecommitdiff
path: root/qcom/crow-rumi.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'qcom/crow-rumi.dtsi')
-rwxr-xr-xqcom/crow-rumi.dtsi44
1 files changed, 44 insertions, 0 deletions
diff --git a/qcom/crow-rumi.dtsi b/qcom/crow-rumi.dtsi
new file mode 100755
index 00000000..680d91a2
--- /dev/null
+++ b/qcom/crow-rumi.dtsi
@@ -0,0 +1,44 @@
+&arch_timer {
+ clock-frequency = <500000>;
+};
+
+&memtimer {
+ clock-frequency = <500000>;
+};
+
+&soc {
+ disp_rsc: rsc@af20000 {
+ status = "disabled";
+ };
+
+ usb_nop_phy: usb_nop_phy {
+ compatible = "usb-nop-xceiv";
+ };
+
+ usb_emu_phy: phy@a784000 {
+ compatible = "qcom,usb-emu-phy";
+ reg = <0x0a784000 0x9500>;
+
+ qcom,emu-init-seq = <0xfffff 0x4
+ 0xffff3 0x4
+ 0xffff0 0x4
+ 0x100000 0x20
+ 0x0 0x20
+ 0x000101F0 0x20
+ 0x00100000 0x3c
+ 0x0 0x3c
+ 0x0010060 0x3c
+ 0x0 0x4>;
+ };
+};
+
+&usb0 {
+ dwc3@a600000 {
+ usb-phy = <&usb_emu_phy>, <&usb_nop_phy>;
+ maximum-speed = "high-speed";
+ };
+};
+
+&qupv3_se5_2uart {
+ qcom,rumi_platform;
+};