mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-02 17:54:29 +00:00
For now only the V2 of the board (slightly different pinout) and only the A100T variant. I also haven't added GPIOs or anything else on the PMODs really. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
18 lines
446 B
YAML
18 lines
446 B
YAML
# This file is Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
# License: BSD
|
|
|
|
# PHY ----------------------------------------------------------------------
|
|
phy: LiteEthPHYGMIIMII
|
|
vendor: xilinx
|
|
device: xc7
|
|
# Core ---------------------------------------------------------------------
|
|
clk_freq: 100e6
|
|
core: wishbone
|
|
endianness: little
|
|
ntxslots: 2
|
|
nrxslots: 2
|
|
|
|
soc:
|
|
mem_map:
|
|
ethmac: 0x00010000
|