blob: bb5a2b6817540784b8d7a97b313f82b5ca86b33c [file] [log] [blame]
Marek Vasut5ca41212023-09-21 20:44:17 +02001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) 2023 Marek Vasut <marex@denx.de>
4 */
5/dts-v1/;
6/plugin/;
7
8#include <dt-bindings/clock/imx8mp-clock.h>
9
10&eqos { /* First ethernet */
11 pinctrl-0 = <&pinctrl_eqos_rmii>;
12 phy-handle = <&ethphy0f>;
13 phy-mode = "rmii";
14
15 assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_266M>,
16 <&clk IMX8MP_SYS_PLL2_100M>,
17 <&clk IMX8MP_SYS_PLL2_50M>;
18 assigned-clock-rates = <0>, <100000000>, <50000000>;
19};
20
21&ethphy0g { /* Micrel KSZ9131RNXI */
22 status = "disabled";
23};
24
25&ethphy0f { /* SMSC LAN8740Ai */
26 status = "okay";
27};
28
29&fec { /* Second ethernet -- HS connector not populated on 1x RMII PHY SoM */
30 status = "disabled";
31};
32
33/* No WiFi/BT chipset on this SoM variant. */
34
35&uart2 {
36 bluetooth {
37 status = "disabled";
38 };
39};
40
41&usdhc1 {
42 status = "disabled";
43};