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>;
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_uart8>;
52 uart-has-rtscts;
58 pinctrl-names = "default";
59 pinctrl-0 = <&pinctrl_usdhc1>;
60 bus-width = <8>;
61 no-1-8-v;
62 non-removable;
68 pinctrl-names = "default";
69 pinctrl-0 = <&pinctrl_usdhc2>;
70 bus-width = <4>;
71 no-1-8-v;
72 non-removable;
73 mmc-pwrseq = <&usdhc3_pwrseq>;
76 #address-cells = <1>;
77 #size-cells = <0>;
80 compatible = "brcm,bcm4329-fmac";
82 interrupt-parent = <&gpio2>;
84 interrupt-names = "host-wake";