blob: 22d521b6cf5cd152b3c701287c71d2c0c31f5e35 [file] [log] [blame]
Prabhakar Kushwaha9e7ee7b2016-06-03 18:41:36 +05301if TARGET_LS1012AFRDM
2
3config SYS_BOARD
4 default "ls1012afrdm"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1012afrdm"
14
Calvin Johnsonb2231452018-03-08 15:30:29 +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 Rini51b06fa2017-01-22 19:43:10 -050044source "board/freescale/common/Kconfig"
45
Prabhakar Kushwaha9e7ee7b2016-06-03 18:41:36 +053046endif