mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
25 lines
625 B
Text
25 lines
625 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
||
|
/*
|
||
|
* Copyright (C) 2023 Marek Vasut <marex@denx.de>
|
||
|
*/
|
||
|
#include "imx8mp-dhcom-som-overlay-eth1xfast.dts"
|
||
|
|
||
|
/* Dual RMII 100/Full Fast ethernet on this SoM variant. */
|
||
|
|
||
|
&fec { /* Second ethernet */
|
||
|
pinctrl-0 = <&pinctrl_fec_rmii>;
|
||
|
phy-handle = <ðphy1f>;
|
||
|
phy-mode = "rmii";
|
||
|
status = "okay";
|
||
|
|
||
|
assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_266M>,
|
||
|
<&clk IMX8MP_SYS_PLL2_100M>,
|
||
|
<&clk IMX8MP_SYS_PLL2_50M>,
|
||
|
<&clk IMX8MP_SYS_PLL2_50M>;
|
||
|
assigned-clock-rates = <0>, <100000000>, <50000000>, <0>;
|
||
|
};
|
||
|
|
||
|
ðphy1f { /* SMSC LAN8740Ai */
|
||
|
status = "okay";
|
||
|
};
|