This series adds more boot sources for the TI am62x. For that the dts' are synced from the upstream ti-next git tree (to add usb nodes), some dwc3 glue is and finally the default configuration is tuned to add support for DFU and USB (host and gadget)
Aswath Govindraju (1): configs: am62: Add configs for enabling USB in U-Boot Sjoerd Simons (7): omap: timer: add ti,am654-timer compatibility arm: mach-k3: am62: Add timer0 id to the dev list arm: dts: k3-am62: Bump dtsi from ti-next arm: dts: k3-am625-sk: Enable emmc in SPL usb: dwc3: Add dwc3 glue for am62 arm: dts: k3-am625-sk: Enable usb ports in u-boot configs: am62x_evm_*: Enable USB and DFU support arch/arm/dts/k3-am62-main.dtsi | 259 ++++++++++++++++++++++++--- arch/arm/dts/k3-am62-mcu.dtsi | 49 +++++ arch/arm/dts/k3-am62-wakeup.dtsi | 4 +- arch/arm/dts/k3-am625-r5-sk.dts | 2 +- arch/arm/dts/k3-am625-sk-u-boot.dtsi | 39 +++- arch/arm/dts/k3-am625-sk.dts | 95 +++++----- arch/arm/dts/k3-am625.dtsi | 52 ++++++ arch/arm/mach-k3/am62x/dev-data.c | 1 + configs/am62x_evm_a53_defconfig | 33 +++- configs/am62x_evm_r5_defconfig | 26 ++- drivers/timer/omap-timer.c | 1 + drivers/usb/dwc3/dwc3-generic.c | 102 +++++++++++ include/configs/am62x_evm.h | 10 +- 13 files changed, 578 insertions(+), 95 deletions(-) -- 2.39.0