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;
25 thermal-zones {
26 /delete-node/ cpu1-thermal;
34 reg_usdhc2_vmmc: usdhc2-vmmc {
35 compatible = "regulator-fixed";
36 regulator-name = "SD1_SPWR";
37 regulator-min-microvolt = <3000000>;
38 regulator-max-microvolt = <3000000>;
40 enable-active-high;
45 pinctrl-names = "default";
46 pinctrl-0 = <&pinctrl_lpuart0>;
51 pinctrl-names = "default";
52 pinctrl-0 = <&pinctrl_fec1>;
53 phy-mode = "rgmii-id";
54 phy-handle = <ðphy0>;
55 fsl,magic-packet;
59 #address-cells = <1>;
60 #size-cells = <0>;
62 ethphy0: ethernet-phy@0 {
63 compatible = "ethernet-phy-ieee802.3-c22";
67 ethphy1: ethernet-phy@1 {
68 compatible = "ethernet-phy-ieee802.3-c22";
75 pinctrl-names = "default";
76 pinctrl-0 = <&pinctrl_usdhc1>;
77 bus-width = <8>;
78 no-sd;
79 no-sdio;
80 non-removable;
85 pinctrl-names = "default";
86 pinctrl-0 = <&pinctrl_usdhc2>;
87 bus-width = <4>;
88 vmmc-supply = <®_usdhc2_vmmc>;
89 cd-gpios = <&lsio_gpio5 22 GPIO_ACTIVE_LOW>;
90 wp-gpios = <&lsio_gpio5 21 GPIO_ACTIVE_HIGH>;