Lines Matching +full:non +full:- +full:removable
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
8 reg = <0x80000000 0>; /* will be filled by U-Boot */
11 reg_3v3: regulator-3v3 {
12 compatible = "regulator-fixed";
13 regulator-name = "3V3";
14 regulator-min-microvolt = <3300000>;
15 regulator-max-microvolt = <3300000>;
18 usdhc3_pwrseq: usdhc3-pwrseq {
19 compatible = "mmc-pwrseq-simple";
20 reset-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>;
25 pinctrl-names = "default";
26 pinctrl-0 = <&pinctrl_enet1>;
27 phy-mode = "rmii";
28 phy-reset-duration = <1>;
29 phy-reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
30 phy-handle = <ðphy1>;
31 phy-supply = <®_3v3>;
35 #address-cells = <1>;
36 #size-cells = <0>;
38 ethphy1: ethernet-phy@1 {
39 compatible = "ethernet-phy-ieee802.3-c22";
41 interrupt-parent = <&gpio4>;
43 micrel,led-mode = <1>;
45 clock-names = "rmii-ref";
53 pinctrl-names = "default";
54 pinctrl-0 = <&pinctrl_uart8>;
55 uart-has-rtscts;
61 pinctrl-names = "default";
62 pinctrl-0 = <&pinctrl_usdhc1>;
63 bus-width = <8>;
64 no-1-8-v;
65 non-removable;
71 pinctrl-names = "default";
72 pinctrl-0 = <&pinctrl_usdhc2>;
73 bus-width = <4>;
74 no-1-8-v;
75 non-removable;
76 mmc-pwrseq = <&usdhc3_pwrseq>;
79 #address-cells = <1>;
80 #size-cells = <0>;
83 compatible = "brcm,bcm4329-fmac";
85 interrupt-parent = <&gpio2>;
87 interrupt-names = "host-wake";