mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
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>;
|
|
};
|
|
};
|