Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: r9a06g032: Add the USBF controller node

Add the USBF controller available in the r9a06g032 SoC.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230105152257.310642-5-herve.codina@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Herve Codina and committed by
Geert Uytterhoeven
9a5db2f7 f4673e52

+12
+12
arch/arm/boot/dts/r9a06g032.dtsi
··· 117 117 }; 118 118 }; 119 119 120 + udc: usb@4001e000 { 121 + compatible = "renesas,r9a06g032-usbf", "renesas,rzn1-usbf"; 122 + reg = <0x4001e000 0x2000>; 123 + interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>, 124 + <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; 125 + clocks = <&sysctrl R9A06G032_HCLK_USBF>, 126 + <&sysctrl R9A06G032_HCLK_USBPM>; 127 + clock-names = "hclkf", "hclkpm"; 128 + power-domains = <&sysctrl>; 129 + status = "disabled"; 130 + }; 131 + 120 132 pci_usb: pci@40030000 { 121 133 compatible = "renesas,pci-r9a06g032", "renesas,pci-rzn1"; 122 134 device_type = "pci";