xref: /freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zturn.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot
3*f126890aSEmmanuel Vadot/dts-v1/;
4*f126890aSEmmanuel Vadot/include/ "zynq-zturn-common.dtsi"
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/ {
7*f126890aSEmmanuel Vadot	model = "Zynq Z-Turn MYIR Board";
8*f126890aSEmmanuel Vadot	compatible = "myir,zynq-zturn", "xlnx,zynq-7000";
9*f126890aSEmmanuel Vadot};
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot&gem0 {
12*f126890aSEmmanuel Vadot	ethernet_phy: ethernet-phy@0 {
13*f126890aSEmmanuel Vadot		reg = <0x0>;
14*f126890aSEmmanuel Vadot	};
15*f126890aSEmmanuel Vadot};
16