Skip to content

Commit f3538d0

Browse files
LiBinSHAHari Prasath Gujulan Elango
authored andcommitted
defconfig: add defconfigs for sam9x75 som
Add sd and nandflash configs to support sam9x75-som 1g ddr3l and sam9x75-som 512m ddr2. Signed-off-by: Li Bin <bin.li@microchip.com> Signed-off-by: Hari Prasath Gujulan Elango <hari.prasathge@microchip.com>
1 parent 4355ecf commit f3538d0

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
CONFIG_SAM9X7=y
6+
CONFIG_DEBUG=y
7+
CONFIG_DDR_SET_BY_DEVICE=y
8+
CONFIG_DDR_W631GU6NG=y
9+
CONFIG_NANDFLASH=y
10+
CONFIG_NAND_TIMING_MODE=y
11+
CONFIG_NAND_DMA_SUPPORT=y
12+
CONFIG_IMG_SIZE="0x00100000"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
CONFIG_SAM9X7=y
6+
CONFIG_DEBUG=y
7+
CONFIG_DDR_SET_BY_DEVICE=y
8+
CONFIG_DDR_W631GU6NG=y
9+
CONFIG_SDCARD=y
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
CONFIG_SAM9X7=y
6+
CONFIG_DEBUG=y
7+
CONFIG_DDR_SET_BY_DEVICE=y
8+
CONFIG_DDR_W9751G6NB=y
9+
CONFIG_NANDFLASH=y
10+
CONFIG_NAND_TIMING_MODE=y
11+
CONFIG_NAND_DMA_SUPPORT=y
12+
CONFIG_IMG_SIZE="0x00100000"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
CONFIG_SAM9X7=y
6+
CONFIG_DEBUG=y
7+
CONFIG_DDR_SET_BY_DEVICE=y
8+
CONFIG_DDR_W9751G6NB=y
9+
CONFIG_SDCARD=y

0 commit comments

Comments
 (0)