blob: 235bf382fff936fce858296c7357a37811146595 [file] [log] [blame]
Valentin Longchamp0510c8a2012-09-04 11:55:02 +02001/dts-v1/;
2
Ezequiel Garcia0ab61292013-07-26 10:18:02 -03003#include "kirkwood.dtsi"
4#include "kirkwood-98dx4122.dtsi"
Valentin Longchamp35f5c692014-05-16 10:49:02 +02005#include "kirkwood-km_common.dtsi"
Valentin Longchamp0510c8a2012-09-04 11:55:02 +02006
7/ {
8 model = "Keymile Kirkwood Reference Design";
9 compatible = "keymile,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
10
11 memory {
12 device_type = "memory";
13 reg = <0x00000000 0x08000000>;
14 };
Jason Gunthorpe7045ff52013-09-17 12:44:33 -060015};
16
Sebastian Hesselbarth876e2332013-07-07 22:34:56 +020017&mdio {
18 status = "okay";
19
20 ethphy0: ethernet-phy@0 {
Sebastian Hesselbarth876e2332013-07-07 22:34:56 +020021 reg = <0>;
22 };
23};
24
25&eth0 {
26 status = "okay";
27 ethernet0-port@0 {
28 phy-handle = <&ethphy0>;
29 };
30};