Marek Vasut | 5ca4121 | 2023-09-21 20:44:17 +0200 | [diff] [blame] | 1 | // 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 = <ðphy0f>; |
| 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 | ðphy0g { /* Micrel KSZ9131RNXI */ |
| 22 | status = "disabled"; |
| 23 | }; |
| 24 | |
| 25 | ðphy0f { /* 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 | }; |