]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/kirkwood-km_kirkwood.dts
Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / kirkwood-km_kirkwood.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
0510c8a0
VL
2/dts-v1/;
3
0ab6129c
EG
4#include "kirkwood.dtsi"
5#include "kirkwood-98dx4122.dtsi"
35f5c69b 6#include "kirkwood-km_common.dtsi"
0510c8a0
VL
7
8/ {
9 model = "Keymile Kirkwood Reference Design";
10 compatible = "keymile,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
11
12 memory {
13 device_type = "memory";
14 reg = <0x00000000 0x08000000>;
15 };
7045ff5a
JG
16};
17
876e2333
SH
18&mdio {
19 status = "okay";
20
21 ethphy0: ethernet-phy@0 {
876e2333
SH
22 reg = <0>;
23 };
24};
25
26&eth0 {
27 status = "okay";
28 ethernet0-port@0 {
29 phy-handle = <&ethphy0>;
30 };
31};