Lines Matching +full:phy +full:- +full:reset +full:- +full:duration
4 * This file is dual-licensed: you can use it either under the terms
22 * MA 02110-1301 USA
52 reg = <0x80000000 0>; /* will be filled by U-Boot */
55 reg_3v3: regulator-3v3 {
56 compatible = "regulator-fixed";
57 regulator-name = "3V3";
58 regulator-min-microvolt = <3300000>;
59 regulator-max-microvolt = <3300000>;
62 usdhc3_pwrseq: usdhc3-pwrseq {
63 compatible = "mmc-pwrseq-simple";
64 reset-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>;
69 pinctrl-names = "default";
70 pinctrl-0 = <&pinctrl_enet1>;
71 phy-mode = "rmii";
72 phy-reset-duration = <1>;
73 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
74 phy-handle = <ðphy1>;
75 phy-supply = <®_3v3>;
79 #address-cells = <1>;
80 #size-cells = <0>;
82 ethphy1: ethernet-phy@1 {
83 compatible = "ethernet-phy-ieee802.3-c22";
85 interrupt-parent = <&gpio4>;
94 pinctrl-names = "default";
95 pinctrl-0 = <&pinctrl_uart8>;
96 uart-has-rtscts;
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_usdhc1>;
104 bus-width = <8>;
105 no-1-8-v;
106 non-removable;
112 pinctrl-names = "default";
113 pinctrl-0 = <&pinctrl_usdhc2>;
114 bus-width = <4>;
115 no-1-8-v;
116 non-removable;
117 mmc-pwrseq = <&usdhc3_pwrseq>;
120 #address-cells = <1>;
121 #size-cells = <0>;
124 compatible = "brcm,bcm4329-fmac";
126 interrupt-parent = <&gpio2>;
128 interrupt-names = "host-wake";