blob: fd33807ae38f61f6ec613d7a4328d036bb0c43df [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
Bhaskar Upadhaya9bd20182018-05-23 11:03:29 +053015config SYS_LS_PPA_FW_ADDR
16 hex "PPA Firmware Addr"
17 default 0x40400000
18
Calvin Johnsonb2231452018-03-08 15:30:29 +053019if FSL_PFE
20
21config BOARD_SPECIFIC_OPTIONS # dummy
22 def_bool y
23 select PHYLIB
24 imply PHY_REALTEK
25
26config SYS_LS_PFE_FW_ADDR
27 hex "Flash address of PFE firmware"
28 default 0x40a00000
29
30config DDR_PFE_PHYS_BASEADDR
31 hex "PFE DDR physical base address"
32 default 0x03800000
33
34config DDR_PFE_BASEADDR
35 hex "PFE DDR base address"
36 default 0x83800000
37
38config PFE_EMAC1_PHY_ADDR
39 hex "PFE DDR base address"
40 default 0x2
41
42config PFE_EMAC2_PHY_ADDR
43 hex "PFE DDR base address"
44 default 0x1
45
46endif
47
Tom Rini51b06fa2017-01-22 19:43:10 -050048source "board/freescale/common/Kconfig"
49
Prabhakar Kushwaha9e7ee7b2016-06-03 18:41:36 +053050endif