summaryrefslogtreecommitdiff
path: root/configs/n2350_defconfig
AgeCommit message (Collapse)AuthorFilesLines
2023-05-01configs: Resync with savedefconfigTom Rini1-2/+2
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
2023-03-24arm: mvebu: Enable NAND flash for Thecus N2350 boardTony Dinh1-0/+3
Enable 512MB PXA3XX NAND flash when u-boot is running. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Acked-by: Pali Rohár
2023-03-06arm: mvebu: Use 4K sector for Thecus N2350 SPI flashTony Dinh1-1/+1
Since the SPI flash chip mx25l3205d on this board has 4K-sector capability, enable it for the envs. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
2023-02-13arm: mvebu: Add support for Thecus N2350 (Armada 385) boardTony Dinh1-0/+93
Thecus N2350 is a NAS based on Marvell Armada 385 SoC. Specification: - Processor: Marvel MV88F6820 Dual Core at 1GHz - 1 GiB DDR4 RAM - 4MB Macronix mx25l3205d SPI flash - 512MB Hynix H27U4G8F2DTR-BC NAND flash - I2C - 2x USB 3.0 - 1x GBE LAN port (PHY: Marvell 88E1510) - 2x SATA (hot swap slots) - 3x buttons - 10x LEDS - serial console Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>