Lines Matching +full:ethernet +full:- +full:phy +full:- +full:ieee802
1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2018-2019 NXP
7 /dts-v1/;
13 compatible = "fsl,imx8qm-mek", "fsl,imx8qm";
16 stdout-path = &lpuart0;
20 /delete-node/ cpu-map;
21 /delete-node/ cpu@100;
22 /delete-node/ cpu@101;
30 reg_usdhc2_vmmc: usdhc2-vmmc {
31 compatible = "regulator-fixed";
32 regulator-name = "SD1_SPWR";
33 regulator-min-microvolt = <3000000>;
34 regulator-max-microvolt = <3000000>;
36 enable-active-high;
41 pinctrl-names = "default";
42 pinctrl-0 = <&pinctrl_lpuart0>;
47 pinctrl-names = "default";
48 pinctrl-0 = <&pinctrl_fec1>;
49 phy-mode = "rgmii-id";
50 phy-handle = <ðphy0>;
51 fsl,magic-packet;
55 #address-cells = <1>;
56 #size-cells = <0>;
58 ethphy0: ethernet-phy@0 {
59 compatible = "ethernet-phy-ieee802.3-c22";
63 ethphy1: ethernet-phy@1 {
64 compatible = "ethernet-phy-ieee802.3-c22";
71 pinctrl-names = "default";
72 pinctrl-0 = <&pinctrl_usdhc1>;
73 bus-width = <8>;
74 no-sd;
75 no-sdio;
76 non-removable;
81 pinctrl-names = "default";
82 pinctrl-0 = <&pinctrl_usdhc2>;
83 bus-width = <4>;
84 vmmc-supply = <®_usdhc2_vmmc>;
85 cd-gpios = <&lsio_gpio4 22 GPIO_ACTIVE_LOW>;
86 wp-gpios = <&lsio_gpio4 21 GPIO_ACTIVE_HIGH>;