1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for ESPRESSObin-Ultra board.
4 * Copyright (C) 2019 Globalscale technologies, Inc.
6 * Jason Hung <jhung@globalscaletechnologies.com>
11 #include "armada-3720-espressobin.dtsi"
14 model = "Globalscale Marvell ESPRESSOBin Ultra Board";
15 compatible = "globalscale,espressobin-ultra", "marvell,armada3720",
19 /* ethernet1 is WAN port */
20 ethernet1 = &switch0port5;
21 ethernet2 = &switch0port1;
22 ethernet3 = &switch0port2;
23 ethernet4 = &switch0port3;
24 ethernet5 = &switch0port4;
27 reg_usb3_vbus: usb3-vbus {
28 compatible = "regulator-fixed";
29 regulator-name = "usb3-vbus";
30 regulator-min-microvolt = <5000000>;
31 regulator-max-microvolt = <5000000>;
33 gpio = <&gpionb 19 GPIO_ACTIVE_HIGH>;
37 compatible = "usb-nop-xceiv";
38 vcc-supply = <®_usb3_vbus>;
42 pinctrl-names = "default";
43 compatible = "gpio-leds";
44 /* No assigned functions to the LEDs by default */
46 label = "ebin-ultra:blue:led1";
47 gpios = <&gpionb 11 GPIO_ACTIVE_LOW>;
50 label = "ebin-ultra:green:led2";
51 gpios = <&gpionb 12 GPIO_ACTIVE_LOW>;
54 label = "ebin-ultra:red:led3";
55 gpios = <&gpionb 13 GPIO_ACTIVE_LOW>;
58 label = "ebin-ultra:yellow:led4";
59 gpios = <&gpionb 14 GPIO_ACTIVE_LOW>;
74 spi-max-frequency = <108000000>;
75 spi-rx-bus-width = <4>;
76 spi-tx-bus-width = <4>;
79 compatible = "fixed-partitions";
89 reg = <0x3e0000 0x10000>;
94 reg = <0x3f0000 0x10000>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&i2c1_pins>;
105 clock-frequency = <100000>;
108 compatible = "nxp,pcf8563";
114 usb-phy = <&usb3_phy>;
119 extphy: ethernet-phy@1 {
128 switch0port1: port@1 {
131 phy-handle = <&switch0phy0>;
134 switch0port2: port@2 {
137 phy-handle = <&switch0phy1>;
140 switch0port3: port@3 {
143 phy-handle = <&switch0phy2>;
146 switch0port4: port@4 {
149 phy-handle = <&switch0phy3>;
152 switch0port5: port@5 {
155 phy-handle = <&extphy>;
161 switch0phy3: switch0phy3@14 {