Prabhakar Kushwaha | 9e7ee7b | 2016-06-03 18:41:36 +0530 | [diff] [blame] | 1 | if TARGET_LS1012AFRDM |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "ls1012afrdm" |
| 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 "ls1012afrdm" |
| 14 | |
Calvin Johnson | b223145 | 2018-03-08 15:30:29 +0530 | [diff] [blame] | 15 | if FSL_PFE |
| 16 | |
| 17 | config BOARD_SPECIFIC_OPTIONS # dummy |
| 18 | def_bool y |
| 19 | select PHYLIB |
| 20 | imply PHY_REALTEK |
| 21 | |
| 22 | config SYS_LS_PFE_FW_ADDR |
| 23 | hex "Flash address of PFE firmware" |
| 24 | default 0x40a00000 |
| 25 | |
| 26 | config DDR_PFE_PHYS_BASEADDR |
| 27 | hex "PFE DDR physical base address" |
| 28 | default 0x03800000 |
| 29 | |
| 30 | config DDR_PFE_BASEADDR |
| 31 | hex "PFE DDR base address" |
| 32 | default 0x83800000 |
| 33 | |
| 34 | config PFE_EMAC1_PHY_ADDR |
| 35 | hex "PFE DDR base address" |
| 36 | default 0x2 |
| 37 | |
| 38 | config PFE_EMAC2_PHY_ADDR |
| 39 | hex "PFE DDR base address" |
| 40 | default 0x1 |
| 41 | |
| 42 | endif |
| 43 | |
Tom Rini | 51b06fa | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 44 | source "board/freescale/common/Kconfig" |
| 45 | |
Prabhakar Kushwaha | 9e7ee7b | 2016-06-03 18:41:36 +0530 | [diff] [blame] | 46 | endif |