blob: b702fb274099848283331b0b24fc7700ab53be16 [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
19if FSL_PFE
20
21config BOARD_SPECIFIC_OPTIONS # dummy
22 def_bool y
23 select PHYLIB
24 imply PHY_VITESSE
25 imply PHY_REALTEK
26 imply PHY_AQUANTIA
27 imply PHYLIB_10G
28
29config PFE_RGMII_RESET_WA
30 def_bool y
31
32config SYS_LS_PFE_FW_ADDR
33 hex "Flash address of PFE firmware"
34 default 0x40a00000
35
36config DDR_PFE_PHYS_BASEADDR
37 hex "PFE DDR physical base address"
38 default 0x03800000
39
40config DDR_PFE_BASEADDR
41 hex "PFE DDR base address"
42 default 0x83800000
43
44config PFE_EMAC1_PHY_ADDR
45 hex "PFE DDR base address"
46 default 0x1e
47
48config PFE_EMAC2_PHY_ADDR
49 hex "PFE DDR base address"
50 default 0x1
51
52config PFE_SGMII_2500_PHY1_ADDR
53 hex "PFE DDR base address"
54 default 0x1
55
56config PFE_SGMII_2500_PHY2_ADDR
57 hex "PFE DDR base address"
58 default 0x2
59
60endif
61
62
Tom Rini88077712017-01-22 19:43:10 -050063source "board/freescale/common/Kconfig"
64
Prabhakar Kushwaha9d044fc2016-06-03 18:41:34 +053065endif