Lines Matching +full:pcie2 +full:- +full:phy
1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2015-2016 Stefan Roese <sr@denx.de>
21 #include "../arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h"
44 #define REBOOT_DELAY 1000 /* reboot-delay in ms */
64 * DO NOT Modify - Open Mbus Window - 2G - Mbus is required for the
68 {0x00020184, 0x3fffffe0}, /* Close fast path Window to - 2G */
86 {0x000015EC, 0xf800a225}, /* DDR PHY */
96 {"theadorable_1333-667", 0x3, 0x5, 0x0, A0, ddr3_theadorable, NULL},
102 * Lane0 - PCIE0.0 X1 (to WIFI Module)
103 * Lane5 - SATA0
104 * Lane6 - SATA1
105 * Lane7 - SGMII0 (to Ethernet Phy)
106 * Lane8-11 - PCIE2.0 X4 (to PEX Switch)
118 * Define a board-specific detection pulse-width array for the SerDes PCIe
170 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
230 * soft-reset or even a power-cycle, depending on the bootcounter in board_late_init()
234 if (bdf == -1) { in board_late_init()
240 printf("Failed to find PLX PEX-switch (bootcount=%ld)\n", in board_late_init()
243 printf("Issuing power-switch via uC!\n"); in board_late_init()
245 printf("Issuing power-switch via uC!\n"); in board_late_init()
261 printf("Issuing soft-reset...\n"); in board_late_init()
266 /* Wait for power-cycle to occur... */ in board_late_init()
267 printf("Waiting for power-cycle via uC...\n"); in board_late_init()
271 printf("Issuing soft-reset...\n"); in board_late_init()
301 if (bdf == -1) { in do_pcie_test()