Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1403250b authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: socfpga: dts: Add DTS entries for USB



Update all the SOCFPGA DTS files with USB entries.

Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent bd785efd
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -622,6 +622,34 @@
			reg = <0xffd05000 0x1000>;
		};

		usbphy0: usbphy@0 {
			#phy-cells = <0>;
			compatible = "usb-nop-xceiv";
			status = "okay";
		};

		usb0: usb@ffb00000 {
			compatible = "snps,dwc2";
			reg = <0xffb00000 0xffff>;
			interrupts = <0 125 4>;
			clocks = <&usb_mp_clk>;
			clock-names = "otg";
			phys = <&usbphy0>;
			phy-names = "usb2-phy";
			status = "disabled";
		};

		usb1: usb@ffb40000 {
			compatible = "snps,dwc2";
			reg = <0xffb40000 0xffff>;
			interrupts = <0 128 4>;
			clocks = <&usb_mp_clk>;
			clock-names = "otg";
			phys = <&usbphy0>;
			phy-names = "usb2-phy";
			status = "disabled";
		};

		sysmgr: sysmgr@ffd08000 {
			compatible = "altr,sys-mgr", "syscon";
			reg = <0xffd08000 0x4000>;
+4 −0
Original line number Diff line number Diff line
@@ -74,3 +74,7 @@
		reg = <0x68>;
	};
};

&usb1 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -67,3 +67,7 @@
		reg = <0x68>;
	};
};

&usb1 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -52,3 +52,7 @@
	rxdv-skew-ps = <0>;
	rxc-skew-ps = <2000>;
};

&usb1 {
	status = "okay";
};