Lines Matching +full:usb3 +full:- +full:phy0

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * (DB-88F3720-DDR3)
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
14 /dts-v1/;
16 #include <dt-bindings/gpio/gpio.h>
17 #include "armada-372x.dtsi"
20 model = "Marvell Armada 3720 Development Board DB-88F3720-DDR3";
21 compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3700";
24 stdout-path = "serial0:115200n8";
32 exp_usb3_vbus: usb3-vbus {
33 compatible = "regulator-fixed";
34 regulator-name = "usb3-vbus";
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
37 enable-active-high;
38 regulator-always-on;
42 usb3_phy: usb3-phy {
43 compatible = "usb-nop-xceiv";
44 vcc-supply = <&exp_usb3_vbus>;
48 compatible = "regulator-gpio";
49 regulator-name = "vcc_sd1";
50 regulator-min-microvolt = <1800000>;
51 regulator-max-microvolt = <3300000>;
52 regulator-boot-on;
55 gpios-states = <0>;
58 enable-active-high;
61 vcc_sd_reg2: regulator-vmcc {
62 compatible = "regulator-fixed";
63 regulator-name = "vcc_sd2";
64 regulator-min-microvolt = <3300000>;
65 regulator-max-microvolt = <3300000>;
66 regulator-boot-on;
67 enable-active-high;
74 pinctrl-names = "default";
75 pinctrl-0 = <&rgmii_pins>;
76 phy-mode = "rgmii-id";
77 phy = <&phy0>;
83 phy-mode = "sgmii";
89 pinctrl-names = "default";
90 pinctrl-0 = <&i2c1_pins>;
95 gpio-controller;
96 #gpio-cells = <2>;
120 phy0: ethernet-phy@0 { label
124 phy1: ethernet-phy@1 {
129 /* CON15(V2.0)/CON17(V1.4) : PCIe / CON15(V2.0)/CON12(V1.4) :mini-PCIe */
131 pinctrl-names = "default";
132 pinctrl-0 = <&pcie_reset_pins &pcie_clkreq_pins>;
133 reset-gpios = <&gpiosb 3 GPIO_ACTIVE_LOW>;
143 non-removable;
144 bus-width = <8>;
145 mmc-ddr-1_8v;
146 mmc-hs400-1_8v;
147 marvell,pad-type = "fixed-1-8v";
153 wp-inverted;
154 cd-gpios = <&gpiosb 2 GPIO_ACTIVE_LOW>;
155 bus-width = <4>;
156 marvell,pad-type = "sd";
157 vqmmc-supply = <&vcc_sd_reg1>;
158 vmmc-supply = <&vcc_sd_reg2>;
164 pinctrl-names = "default";
165 pinctrl-0 = <&spi_quad_pins>;
168 compatible = "jedec,spi-nor";
170 spi-max-frequency = <108000000>;
171 spi-rx-bus-width = <4>;
172 spi-tx-bus-width = <4>;
175 compatible = "fixed-partitions";
176 #address-cells = <1>;
177 #size-cells = <1>;
183 label = "U-boot Env";
199 pinctrl-names = "default";
200 pinctrl-0 = <&uart1_pins>;
206 pinctrl-names = "default";
207 pinctrl-0 = <&uart2_pins>;
217 &usb3 {
219 usb-phy = <&usb3_phy>;