This patch changes base address of the USB Global Register. Because
ARTIK10 uses USB channel 0.
- USB Ch0 Base Address: 0x1200_0000
- USB Ch1 Base Address: 0x1240_0000
Change-Id: I41f96247248f16c76894a10daa4b11cbac69d5df
Signed-off-by: jino.cho <jino.cho@samsung.com>
#ifdef CONFIG_USB_DWC3
static struct dwc3_device dwc3_device_data = {
.maximum_speed = USB_SPEED_SUPER,
- .base = 0x12400000,
+ .base = 0x12000000,
.dr_mode = USB_DR_MODE_PERIPHERAL,
.index = 0,
};