diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2023-11-18 23:10:25 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-26 21:56:57 +0100 |
commit | 29b8ba75fa52d2a9db98521644dfcc61fcd6b6a1 (patch) | |
tree | 3c8d589af78ad04bf294d61de4ed11f3c07d73fc /target/linux/sunxi/cortexa53 | |
parent | 85b156c11318005fe56dcfbc47adf86a947be497 (diff) |
sunxi: add support for Orange Pi Zero 3
Key features:
Allwinner H618 SoC (Quad core Cortex-A53)
1/1.5/2/4 GiB LPDDR4 DRAM
1 USB 2.0 type C port (Power + OTG)
1 USB 2.0 host port
1Gbps Ethernet port
Micro-HDMI port
MicroSD slot
Installation:
Write the image to SD Card with dd.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Diffstat (limited to 'target/linux/sunxi/cortexa53')
-rw-r--r-- | target/linux/sunxi/cortexa53/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa53/config-6.1 b/target/linux/sunxi/cortexa53/config-6.1 index 5331352386..55bcd4e8e5 100644 --- a/target/linux/sunxi/cortexa53/config-6.1 +++ b/target/linux/sunxi/cortexa53/config-6.1 @@ -54,6 +54,7 @@ CONFIG_MDIO_BUS_MUX=y CONFIG_MICREL_PHY=y # CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_MOTORCOMM_PHY=y CONFIG_MUSB_PIO_ONLY=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_NOP_USB_XCEIV=y |