blob: 8844557aae45a4bb5af1ad4a4b2fc8acf0bdbc2f [file] [log] [blame]
Prabhakar Kushwaha9d044fc2016-06-03 18:41:34 +05301if TARGET_LS1012AQDS
2
3config SYS_BOARD
4 default "ls1012aqds"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1012aqds"
14
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053015config SYS_LS_PPA_FW_ADDR
16 hex "PPA Firmware Addr"
17 default 0x40400000
Calvin Johnson7a8df8b2018-03-08 15:30:28 +053018
Rajesh Bhagate5141cb2018-11-05 18:02:59 +000019if CHAIN_OF_TRUST
20config SYS_LS_PPA_ESBC_ADDR
21 hex "PPA Firmware HDR Addr"
22 default 0x40680000
23endif
24
Calvin Johnson7a8df8b2018-03-08 15:30:28 +053025if FSL_PFE
26
27config BOARD_SPECIFIC_OPTIONS # dummy
28 def_bool y
29 select PHYLIB
30 imply PHY_VITESSE
31 imply PHY_REALTEK
32 imply PHY_AQUANTIA
33 imply PHYLIB_10G
34
35config PFE_RGMII_RESET_WA
36 def_bool y
37
38config SYS_LS_PFE_FW_ADDR
39 hex "Flash address of PFE firmware"
40 default 0x40a00000
41
Rajesh Bhagate5141cb2018-11-05 18:02:59 +000042config SYS_LS_PFE_ESBC_ADDR
43 hex "PFE Firmware HDR Addr"
44 default 0x40700000
45
Calvin Johnson7a8df8b2018-03-08 15:30:28 +053046config DDR_PFE_PHYS_BASEADDR
47 hex "PFE DDR physical base address"
48 default 0x03800000
49
50config DDR_PFE_BASEADDR
51 hex "PFE DDR base address"
52 default 0x83800000
53
54config PFE_EMAC1_PHY_ADDR
55 hex "PFE DDR base address"
56 default 0x1e
57
58config PFE_EMAC2_PHY_ADDR
59 hex "PFE DDR base address"
60 default 0x1
61
62config PFE_SGMII_2500_PHY1_ADDR
63 hex "PFE DDR base address"
64 default 0x1
65
66config PFE_SGMII_2500_PHY2_ADDR
67 hex "PFE DDR base address"
68 default 0x2
69
70endif
71
72
Tom Rini88077712017-01-22 19:43:10 -050073source "board/freescale/common/Kconfig"
74
Prabhakar Kushwaha9d044fc2016-06-03 18:41:34 +053075endif