Commit 2cee50bf authored by Neal Liu's avatar Neal Liu Committed by Greg Kroah-Hartman
Browse files

ARM: dts: aspeed: Add USB2.0 device controller node

parent 055276c1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -317,6 +317,16 @@
			status = "disabled";
		};

		udc: usb@1e6a2000 {
			compatible = "aspeed,ast2600-udc";
			reg = <0x1e6a2000 0x300>;
			interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&syscon ASPEED_CLK_GATE_USBPORT2CLK>;
			pinctrl-names = "default";
			pinctrl-0 = <&pinctrl_usb2bd_default>;
			status = "disabled";
		};

		apb {
			compatible = "simple-bus";
			#address-cells = <1>;