Lines Matching +full:usb3 +full:- +full:3

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for ESPRESSObin-Ultra board.
9 /dts-v1/;
11 #include "armada-3720-espressobin.dtsi"
15 compatible = "globalscale,espressobin-ultra", "globalscale,espressobin",
27 /delete-node/ regulator;
29 reg_usb3_vbus: usb3-vbus {
30 compatible = "regulator-fixed";
31 regulator-name = "usb3-vbus";
32 regulator-min-microvolt = <5000000>;
33 regulator-max-microvolt = <5000000>;
34 enable-active-high;
38 usb3_phy: usb3-phy {
39 compatible = "usb-nop-xceiv";
40 vcc-supply = <&reg_usb3_vbus>;
43 gpio-leds {
44 pinctrl-names = "default";
45 compatible = "gpio-leds";
48 label = "ebin-ultra:blue:led1";
52 label = "ebin-ultra:green:led2";
56 label = "ebin-ultra:red:led3";
60 label = "ebin-ultra:yellow:led4";
71 /delete-property/ vqmmc-supply;
78 compatible = "fixed-partitions";
79 #address-cells = <1>;
80 #size-cells = <1>;
86 partition@3e0000 {
87 label = "hw-info";
89 read-only;
91 partition@3f0000 {
92 label = "u-boot-env";
101 pinctrl-names = "default";
102 pinctrl-0 = <&i2c1_pins>;
104 clock-frequency = <100000>;
112 &usb3 {
113 usb-phy = <&usb3_phy>;
117 /* Switch is @3, not @1 */
118 /delete-node/ ethernet-switch@1;
119 extphy: ethernet-phy@1 {
122 reset-gpios = <&gpionb 2 GPIO_ACTIVE_LOW>;
125 switch0: ethernet-switch@3 {
127 reg = <3>;
129 reset-gpios = <&gpiosb 23 GPIO_ACTIVE_LOW>;
132 ethernet-ports {
133 #address-cells = <1>;
134 #size-cells = <0>;
136 switch0port0: ethernet-port@0 {
140 phy-mode = "rgmii-id";
141 fixed-link {
143 full-duplex;
147 switch0port1: ethernet-port@1 {
150 phy-handle = <&switch0phy0>;
153 switch0port2: ethernet-port@2 {
156 phy-handle = <&switch0phy1>;
159 switch0port3: ethernet-port@3 {
160 reg = <3>;
162 phy-handle = <&switch0phy2>;
165 switch0port4: ethernet-port@4 {
168 phy-handle = <&switch0phy3>;
171 switch0port5: ethernet-port@5 {
174 phy-handle = <&extphy>;
175 phy-mode = "sgmii";
180 #address-cells = <1>;
181 #size-cells = <0>;
183 switch0phy0: ethernet-phy@11 {
186 switch0phy1: ethernet-phy@12 {
189 switch0phy2: ethernet-phy@13 {
192 switch0phy3: ethernet-phy@14 {