1f4079b626
Adding Z-turn board V5 to resolve the change between: "Z-TURNBOARD_schematic.pdf" schematics state version 1 to 4 has Atheros AR8035 "Z-Turn_Board_sch_V15_20160303.pdf" schematics state version 5 has Micrel KSZ9031 Changes v1 -> v2: Instead of using new board, the v2 using a common devicetree for z-turn boards (zynq-zturn-common.dtsi) and for each board a specific DT Signed-off-by: Alexandre GRIVEAUX <agriveaux@deutnet.info> Link: https://lore.kernel.org/r/20201126070516.85882-1-agriveaux@deutnet.info Signed-off-by: Michal Simek <michal.simek@xilinx.com>
16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/dts-v1/;
|
|
/include/ "zynq-zturn-common.dtsi"
|
|
|
|
/ {
|
|
model = "Zynq Z-Turn MYIR Board";
|
|
compatible = "myir,zynq-zturn", "xlnx,zynq-7000";
|
|
};
|
|
|
|
&gem0 {
|
|
ethernet_phy: ethernet-phy@0 {
|
|
reg = <0x0>;
|
|
};
|
|
};
|