sun7i: Add defconfig for the Itead Ibox
Add defconfig for the multi board device based on the
Allwinner A20 SoC. It contains the A20 Itead Core module and a
base board for the external interfaces.
The core module comes with 4GB NAND and 1GB DDR RAM.
The base board to which the core board is connected provides
3 USB 2.0 Host ports, 1 USB 2.0 OTG, 1 uSD slot, 10/100 Ethernet
port, HDMI, IR receiver, SPDIF and a 32-pin GPIO header. This
header expands the features of core board by exposing the VGA pins,
audio In/Out pins, SATA, SPI, I2C, UARTS, USB-OTG and power..
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-03-16 01:47:39 +08:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_SUNXI=y
|
2021-06-28 22:17:29 +08:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-itead-ibox"
|
2018-04-08 08:27:54 +08:00
|
|
|
CONFIG_SPL=y
|
sun7i: Add defconfig for the Itead Ibox
Add defconfig for the multi board device based on the
Allwinner A20 SoC. It contains the A20 Itead Core module and a
base board for the external interfaces.
The core module comes with 4GB NAND and 1GB DDR RAM.
The base board to which the core board is connected provides
3 USB 2.0 Host ports, 1 USB 2.0 OTG, 1 uSD slot, 10/100 Ethernet
port, HDMI, IR receiver, SPDIF and a 32-pin GPIO header. This
header expands the features of core board by exposing the VGA pins,
audio In/Out pins, SATA, SPI, I2C, UARTS, USB-OTG and power..
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-03-16 01:47:39 +08:00
|
|
|
CONFIG_MACH_SUN7I=y
|
|
|
|
CONFIG_DRAM_CLK=480
|
|
|
|
CONFIG_MMC0_CD_PIN="PH1"
|
2017-04-02 18:59:09 +08:00
|
|
|
CONFIG_SATAPWR="PB8"
|
2016-11-01 04:05:09 +08:00
|
|
|
CONFIG_AHCI=y
|
2016-12-07 21:10:25 +08:00
|
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
2022-05-27 01:13:21 +08:00
|
|
|
CONFIG_SPL_STACK=0x8000
|
2021-07-11 11:14:36 +08:00
|
|
|
CONFIG_SPL_I2C=y
|
2022-05-12 05:38:09 +08:00
|
|
|
CONFIG_SYS_PBSIZE=1024
|
2017-12-08 21:36:19 +08:00
|
|
|
CONFIG_SCSI_AHCI=y
|
2022-06-11 10:59:28 +08:00
|
|
|
CONFIG_SYS_64BIT_LBA=y
|
2021-08-18 05:59:47 +08:00
|
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
2021-08-19 11:12:32 +08:00
|
|
|
CONFIG_SYS_I2C_SLAVE=0x7f
|
|
|
|
CONFIG_SYS_I2C_SPEED=400000
|
2020-04-25 03:35:53 +08:00
|
|
|
CONFIG_PHY_REALTEK=y
|
sun7i: Add defconfig for the Itead Ibox
Add defconfig for the multi board device based on the
Allwinner A20 SoC. It contains the A20 Itead Core module and a
base board for the external interfaces.
The core module comes with 4GB NAND and 1GB DDR RAM.
The base board to which the core board is connected provides
3 USB 2.0 Host ports, 1 USB 2.0 OTG, 1 uSD slot, 10/100 Ethernet
port, HDMI, IR receiver, SPDIF and a 32-pin GPIO header. This
header expands the features of core board by exposing the VGA pins,
audio In/Out pins, SATA, SPI, I2C, UARTS, USB-OTG and power..
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-03-16 01:47:39 +08:00
|
|
|
CONFIG_ETH_DESIGNWARE=y
|
2018-07-21 12:03:57 +08:00
|
|
|
CONFIG_MII=y
|
2017-04-02 18:59:03 +08:00
|
|
|
CONFIG_SUN7I_GMAC=y
|
2017-08-11 23:20:19 +08:00
|
|
|
CONFIG_SCSI=y
|
sun7i: Add defconfig for the Itead Ibox
Add defconfig for the multi board device based on the
Allwinner A20 SoC. It contains the A20 Itead Core module and a
base board for the external interfaces.
The core module comes with 4GB NAND and 1GB DDR RAM.
The base board to which the core board is connected provides
3 USB 2.0 Host ports, 1 USB 2.0 OTG, 1 uSD slot, 10/100 Ethernet
port, HDMI, IR receiver, SPDIF and a 32-pin GPIO header. This
header expands the features of core board by exposing the VGA pins,
audio In/Out pins, SATA, SPI, I2C, UARTS, USB-OTG and power..
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-03-16 01:47:39 +08:00
|
|
|
CONFIG_USB_EHCI_HCD=y
|
2019-02-08 03:53:03 +08:00
|
|
|
CONFIG_USB_OHCI_HCD=y
|