Lines Matching +full:phy +full:- +full:reset +full:- +full:duration
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/interrupt-controller/irq.h>
9 reg_1p8v: regulator-1p8v {
10 compatible = "regulator-fixed";
11 regulator-name = "1P8V";
12 regulator-min-microvolt = <1800000>;
13 regulator-max-microvolt = <1800000>;
14 regulator-always-on;
15 vin-supply = <®_3p3v>;
18 usdhc1_pwrseq: usdhc1-pwrseq {
19 compatible = "mmc-pwrseq-simple";
20 reset-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
21 post-power-on-delay-ms = <15>;
22 power-off-delay-us = <70>;
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_enet>;
29 phy-mode = "rgmii-id";
30 phy-reset-duration = <10>;
31 phy-reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
32 phy-handle = <ðphy1>;
36 #address-cells = <1>;
37 #size-cells = <0>;
39 ethphy1: ethernet-phy@1 {
40 compatible = "ethernet-phy-ieee802.3-c22";
42 interrupt-parent = <&gpio1>;
51 pinctrl-names = "default";
52 pinctrl-0 = <&pinctrl_uart2>;
53 uart-has-rtscts;
57 /* Wi-Fi */
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_usdhc1>;
61 bus-width = <4>;
62 mmc-pwrseq = <&usdhc1_pwrseq>;
63 vmmc-supply = <®_3p3v>;
64 vqmmc-supply = <®_1p8v>;
65 cap-power-off-card;
66 keep-power-in-suspend;
67 non-removable;
70 #address-cells = <1>;
71 #size-cells = <0>;
75 interrupt-parent = <&gpio2>;
77 ref-clock-frequency = <38400000>;
78 tcxo-clock-frequency = <38400000>;
84 pinctrl-names = "default";
85 pinctrl-0 = <&pinctrl_usdhc3>;
86 bus-width = <8>;
87 no-1-8-v;
88 non-removable;