blob: af35a01830dbd52a6cc7a3505c5e51d17dbf8489 [file] [log] [blame]
Prabhakar Kushwaha3b6e3892016-06-03 18:41:35 +05301if TARGET_LS1012ARDB
2
3config SYS_BOARD
4 default "ls1012ardb"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1012ardb"
14
Calvin Johnson7ab16472018-03-08 15:30:30 +053015if FSL_PFE
16
17config BOARD_SPECIFIC_OPTIONS # dummy
18 def_bool y
19 select PHYLIB
20 imply PHY_REALTEK
21
22config SYS_LS_PFE_FW_ADDR
23 hex "Flash address of PFE firmware"
24 default 0x40a00000
25
26config DDR_PFE_PHYS_BASEADDR
27 hex "PFE DDR physical base address"
28 default 0x03800000
29
30config DDR_PFE_BASEADDR
31 hex "PFE DDR base address"
32 default 0x83800000
33
34config PFE_EMAC1_PHY_ADDR
35 hex "PFE DDR base address"
36 default 0x2
37
38config PFE_EMAC2_PHY_ADDR
39 hex "PFE DDR base address"
40 default 0x1
41
42endif
43
Tom Rini88077712017-01-22 19:43:10 -050044source "board/freescale/common/Kconfig"
45
Prabhakar Kushwaha3b6e3892016-06-03 18:41:35 +053046endif
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +053047
48if TARGET_LS1012A2G5RDB
49
50config SYS_BOARD
51 default "ls1012ardb"
52
53config SYS_VENDOR
54 default "freescale"
55
56config SYS_SOC
57 default "fsl-layerscape"
58
59config SYS_CONFIG_NAME
60 default "ls1012a2g5rdb"
61
62source "board/freescale/common/Kconfig"
63
64endif