Merge tag 'iwlwifi-next-for-kalle-2016-07-01' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / kirkwood-km_fixedeth.dts
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 };