Commit 2d81a19a authored by Varadarajan Narayanan's avatar Varadarajan Narayanan Committed by Bjorn Andersson
parent bfb96140
......@@ -12,6 +12,15 @@
/ {
model = "Qualcomm Technologies, Inc. IPQ5332 MI01.6";
compatible = "qcom,ipq5332-ap-mi01.6", "qcom,ipq5332";
regulator_fixed_5p0: regulator-s0500 {
compatible = "regulator-fixed";
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <500000>;
regulator-boot-on;
regulator-always-on;
regulator-name = "fixed_5p0";
};
};
&blsp1_spi0 {
......@@ -79,3 +88,17 @@ spi_0_cs_pins: spi-0-cs-state {
bias-pull-up;
};
};
&usb {
status = "okay";
};
&usb_dwc {
dr_mode = "host";
};
&usbphy0 {
vdd-supply = <&regulator_fixed_5p0>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment