xref: /linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-som-overlay-eth2xfast.dtso (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) 2023-2026 Marek Vasut
4 */
5#include "imx8mp-dhcom-som-overlay-eth1xfast.dtso"
6
7/* Dual RMII 100/Full Fast ethernet on this SoM variant. */
8
9&ethphy1f {	/* SMSC LAN8740Ai */
10	status = "okay";
11};
12
13&fec {	/* Second ethernet */
14	pinctrl-0 = <&pinctrl_fec_rmii>;
15	phy-handle = <&ethphy1f>;
16	phy-mode = "rmii";
17	status = "okay";
18
19	assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_266M>,
20				 <&clk IMX8MP_SYS_PLL2_100M>,
21				 <&clk IMX8MP_SYS_PLL2_50M>,
22				 <&clk IMX8MP_SYS_PLL2_50M>;
23	assigned-clock-rates = <0>, <100000000>, <50000000>, <0>;
24};
25
26/* Resistive touch controller not populated on this one SoM variant. */
27&touch_som {
28	status = "disabled";
29};
30