Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 1 | if TARGET_LS1012AQDS |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "ls1012aqds" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "freescale" |
| 8 | |
| 9 | config SYS_SOC |
| 10 | default "fsl-layerscape" |
| 11 | |
| 12 | config SYS_CONFIG_NAME |
| 13 | default "ls1012aqds" |
| 14 | |
Calvin Johnson | 7a8df8b | 2018-03-08 15:30:28 +0530 | [diff] [blame] | 15 | |
| 16 | if FSL_PFE |
| 17 | |
| 18 | config BOARD_SPECIFIC_OPTIONS # dummy |
| 19 | def_bool y |
| 20 | select PHYLIB |
| 21 | imply PHY_VITESSE |
| 22 | imply PHY_REALTEK |
| 23 | imply PHY_AQUANTIA |
| 24 | imply PHYLIB_10G |
| 25 | |
| 26 | config PFE_RGMII_RESET_WA |
| 27 | def_bool y |
| 28 | |
| 29 | config SYS_LS_PFE_FW_ADDR |
| 30 | hex "Flash address of PFE firmware" |
| 31 | default 0x40a00000 |
| 32 | |
| 33 | config DDR_PFE_PHYS_BASEADDR |
| 34 | hex "PFE DDR physical base address" |
| 35 | default 0x03800000 |
| 36 | |
| 37 | config DDR_PFE_BASEADDR |
| 38 | hex "PFE DDR base address" |
| 39 | default 0x83800000 |
| 40 | |
| 41 | config PFE_EMAC1_PHY_ADDR |
| 42 | hex "PFE DDR base address" |
| 43 | default 0x1e |
| 44 | |
| 45 | config PFE_EMAC2_PHY_ADDR |
| 46 | hex "PFE DDR base address" |
| 47 | default 0x1 |
| 48 | |
| 49 | config PFE_SGMII_2500_PHY1_ADDR |
| 50 | hex "PFE DDR base address" |
| 51 | default 0x1 |
| 52 | |
| 53 | config PFE_SGMII_2500_PHY2_ADDR |
| 54 | hex "PFE DDR base address" |
| 55 | default 0x2 |
| 56 | |
| 57 | endif |
| 58 | |
| 59 | |
Tom Rini | 8807771 | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 60 | source "board/freescale/common/Kconfig" |
| 61 | |
Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 62 | endif |