xref: /freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-km_fixedeth.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/dts-v1/;
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot#include "kirkwood.dtsi"
5*f126890aSEmmanuel Vadot#include "kirkwood-98dx4122.dtsi"
6*f126890aSEmmanuel Vadot#include "kirkwood-km_common.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot	model = "Keymile Kirkwood Fixed Eth";
10*f126890aSEmmanuel Vadot	compatible = "keymile,km_fixedeth", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot	memory {
13*f126890aSEmmanuel Vadot		device_type = "memory";
14*f126890aSEmmanuel Vadot		reg = <0x00000000 0x10000000>;
15*f126890aSEmmanuel Vadot	};
16*f126890aSEmmanuel Vadot};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot&eth0 {
19*f126890aSEmmanuel Vadot	status = "okay";
20*f126890aSEmmanuel Vadot	ethernet0-port@0 {
21*f126890aSEmmanuel Vadot		speed = <1000>;  /* <SPEED_1000> */
22*f126890aSEmmanuel Vadot		duplex = <1>; /* <DUPLEX_FULL> */
23*f126890aSEmmanuel Vadot	};
24*f126890aSEmmanuel Vadot};
25