Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linus
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-km_fixedeth.dts
CommitLineData
599a136e
VL
1/dts-v1/;
2
3#include "kirkwood.dtsi"
4#include "kirkwood-98dx4122.dtsi"
5#include "kirkwood-km_common.dtsi"
6
7/ {
8 model = "Keymile Kirkwood Fixed Eth";
9 compatible = "keymile,km_fixedeth", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
10
11 memory {
12 device_type = "memory";
13 reg = <0x00000000 0x10000000>;
14 };
15};
16
17&eth0 {
18 status = "okay";
19 ethernet0-port@0 {
20 speed = <1000>; /* <SPEED_1000> */
21 duplex = <1>; /* <DUPLEX_FULL> */
22 };
23};
This page took 0.138588 seconds and 5 git commands to generate.