Commit e1206904 authored by Herve Codina's avatar Herve Codina Committed by Greg Kroah-Hartman
Browse files

ARM: dts: r9a06g032: Add the USBF controller node

parent 3e6e14ff
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -117,6 +117,18 @@ dmamux: dma-router@a0 {
			};
		};

		udc: usb@4001e000 {
			compatible = "renesas,r9a06g032-usbf", "renesas,rzn1-usbf";
			reg = <0x4001e000 0x2000>;
			interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&sysctrl R9A06G032_HCLK_USBF>,
				 <&sysctrl R9A06G032_HCLK_USBPM>;
			clock-names = "hclkf", "hclkpm";
			power-domains = <&sysctrl>;
			status = "disabled";
		};

		pci_usb: pci@40030000 {
			compatible = "renesas,pci-r9a06g032", "renesas,pci-rzn1";
			device_type = "pci";