Lines Matching +full:pcie2 +full:- +full:phy
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include "armada-385.dtsi"
18 stdout-path = "serial0:115200n8";
34 usb3_1_phy: usb3_1-phy {
35 compatible = "usb-nop-xceiv";
36 vcc-supply = <&usb3_1_vbus>;
37 #phy-cells = <0>;
40 usb3_1_vbus: usb3_1-vbus {
41 compatible = "regulator-fixed";
42 pinctrl-names = "default";
43 pinctrl-0 = <&usb3_1_vbus_pins>;
44 regulator-name = "usb3_1-vbus";
45 regulator-min-microvolt = <5000000>;
46 regulator-max-microvolt = <5000000>;
47 enable-active-high;
51 gpio_keys: gpio-keys {
52 compatible = "gpio-keys";
53 pinctrl-0 = <&gpio_keys_pins>;
54 pinctrl-names = "default";
56 button-wps {
62 button-reset {
69 gpio_leds: gpio-leds {
70 compatible = "gpio-leds";
71 pinctrl-0 = <&gpio_leds_pins>;
72 pinctrl-names = "default";
74 led-power {
76 default-state = "on";
79 led-sata {
81 default-state = "off";
82 linux,default-trigger = "disk-activity";
101 phy-mode = "rgmii-id";
102 buffer-manager = <&bm>;
103 bm,pool-long = <0>;
104 bm,pool-short = <1>;
105 fixed-link {
107 full-duplex;
113 phy-mode = "sgmii";
114 buffer-manager = <&bm>;
115 bm,pool-long = <2>;
116 bm,pool-short = <3>;
117 fixed-link {
119 full-duplex;
124 pinctrl-names = "default";
125 pinctrl-0 = <&i2c0_pins>;
134 #address-cells = <1>;
135 #size-cells = <0>;
144 #address-cells = <1>;
145 #size-cells = <0>;
149 label = "pxa3xx_nand-0";
150 nand-rb = <0>;
151 nand-ecc-strength = <4>;
152 nand-ecc-step-size = <512>;
153 marvell,nand-keep-config;
154 nand-on-flash-bbt;
161 ethernet-switch@0 {
165 ethernet-ports {
166 #address-cells = <1>;
167 #size-cells = <0>;
169 ethernet-port@0 {
174 ethernet-port@1 {
179 ethernet-port@2 {
184 ethernet-port@3 {
189 ethernet-port@4 {
194 ethernet-port@5 {
196 phy-mode = "sgmii";
199 fixed-link {
201 full-duplex;
213 /* Marvell 88W8864, 5GHz-only */
217 &pcie2 {
218 /* Marvell 88W8864, 2GHz-only */
223 gpio_keys_pins: gpio-keys-pins {
229 gpio_leds_pins: gpio-leds-pins {
235 usb3_1_vbus_pins: usb3_1-vbus-pins {
257 usb-phy = <&usb3_1_phy>;