mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
16 lines
245 B
Text
16 lines
245 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
/dts-v1/;
|
||
|
/include/ "zynq-zturn-common.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Zynq Z-Turn MYIR Board V5";
|
||
|
compatible = "myir,zynq-zturn-v5", "xlnx,zynq-7000";
|
||
|
};
|
||
|
|
||
|
&gem0 {
|
||
|
ethernet_phy: ethernet-phy@0 {
|
||
|
reg = <0x3>;
|
||
|
};
|
||
|
};
|