xref: /linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-ac.dts (revision ec2e0fb07d789976c601bec19ecced7a501c3705)
1// SPDX-License-Identifier: ISC
2/*
3 * Device Tree file for the IXP425-based Actiontec MI424WR revision A and C
4 * Based on a board file from OpenWrt by Jose Vasconcellos.
5 */
6
7/dts-v1/;
8
9#include "intel-ixp42x-actiontec-mi424wr.dtsi"
10
11/ {
12	model = "Actiontec MI424WR rev A/C";
13	compatible = "actiontec,mi424wr-ac", "intel,ixp42x";
14
15	soc {
16		/* EthB used for WAN */
17		ethernet@c8009000 {
18			phy-handle = <&phy17>; // 17 on revision A-C
19
20			mdio {
21				phy17: ethernet-phy@17 {
22					/* WAN */
23					reg = <17>;
24				};
25			};
26		};
27
28		/* EthC used for LAN */
29		ethernet@c800a000 {
30			/* Fixed link to the CPU MII port on the KS8995 */
31			fixed-link {
32				speed = <100>;
33				full-duplex;
34			};
35		};
36	};
37};
38