Initial support for Allwinner A64 SoC.
What's working:
- MMC
- GPIO / pinctrl
- Clock controller
- NMI intc
- RSB
- AXP803 PMIC
- Ethernet
- MMC
- USB host controllers
Differential D7169
Allwinner A64 support jmcneill on Jul 10 2016, 1:23 AM. Authored by Tags Referenced Files
Details
Initial support for Allwinner A64 SoC. What's working:
Diff Detail
Event Timeline
Comment Actions I think the following files can just be committed: a10_ehci.c
Comment Actions I think most of the .c and .h files are ready, other than if_awg*. I'm undecided on how to handle dts files for arm64 so hold off on adding them for now.
Comment Actions Can you talk more about this? We have a bit of a mess at the moment in arm land that's closely related to the u-boot mess that we have that I've started to clean up. Comment Actions Support both USB host controllers on A64. The first host controller shares a PHY with the OTG controller, so we need to configure the PHY appropriately. Now both USB ports work on Pine64. Comment Actions Use the A64 watchdog to reset the system; the psci reboot method doesn't seem to work. Comment Actions Sync with head
|