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 | |
Bhaskar Upadhaya | 7191d45 | 2018-05-23 11:03:29 +0530 | [diff] [blame] | 15 | config SYS_LS_PPA_FW_ADDR |
| 16 | hex "PPA Firmware Addr" |
| 17 | default 0x40400000 |
Calvin Johnson | 7a8df8b | 2018-03-08 15:30:28 +0530 | [diff] [blame] | 18 | |
| 19 | if FSL_PFE |
| 20 | |
| 21 | config 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 | |
| 29 | config PFE_RGMII_RESET_WA |
| 30 | def_bool y |
| 31 | |
| 32 | config SYS_LS_PFE_FW_ADDR |
| 33 | hex "Flash address of PFE firmware" |
| 34 | default 0x40a00000 |
| 35 | |
| 36 | config DDR_PFE_PHYS_BASEADDR |
| 37 | hex "PFE DDR physical base address" |
| 38 | default 0x03800000 |
| 39 | |
| 40 | config DDR_PFE_BASEADDR |
| 41 | hex "PFE DDR base address" |
| 42 | default 0x83800000 |
| 43 | |
| 44 | config PFE_EMAC1_PHY_ADDR |
| 45 | hex "PFE DDR base address" |
| 46 | default 0x1e |
| 47 | |
| 48 | config PFE_EMAC2_PHY_ADDR |
| 49 | hex "PFE DDR base address" |
| 50 | default 0x1 |
| 51 | |
| 52 | config PFE_SGMII_2500_PHY1_ADDR |
| 53 | hex "PFE DDR base address" |
| 54 | default 0x1 |
| 55 | |
| 56 | config PFE_SGMII_2500_PHY2_ADDR |
| 57 | hex "PFE DDR base address" |
| 58 | default 0x2 |
| 59 | |
| 60 | endif |
| 61 | |
| 62 | |
Tom Rini | 8807771 | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 63 | source "board/freescale/common/Kconfig" |
| 64 | |
Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 65 | endif |