hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
 
#include "kirkwood.dtsi"
#include "kirkwood-98dx4122.dtsi"
#include "kirkwood-km_common.dtsi"
 
/ {
   model = "Keymile Kirkwood Fixed Eth";
   compatible = "keymile,km_fixedeth", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
 
   memory {
       device_type = "memory";
       reg = <0x00000000 0x10000000>;
   };
};
 
&eth0 {
   status = "okay";
   ethernet0-port@0 {
       speed = <1000>;  /* <SPEED_1000> */
       duplex = <1>; /* <DUPLEX_FULL> */
   };
};