]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/kirkwood-km_fixedeth.dts
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / kirkwood-km_fixedeth.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
599a136e
VL
2/dts-v1/;
3
4#include "kirkwood.dtsi"
5#include "kirkwood-98dx4122.dtsi"
6#include "kirkwood-km_common.dtsi"
7
8/ {
9 model = "Keymile Kirkwood Fixed Eth";
10 compatible = "keymile,km_fixedeth", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
11
12 memory {
13 device_type = "memory";
14 reg = <0x00000000 0x10000000>;
15 };
16};
17
18&eth0 {
19 status = "okay";
20 ethernet0-port@0 {
21 speed = <1000>; /* <SPEED_1000> */
22 duplex = <1>; /* <DUPLEX_FULL> */
23 };
24};