Lines Matching +full:sun4i +full:- +full:a10 +full:- +full:usb +full:- +full:phy
3 * Copyright (C) 2018 Hauke Mehrtens <hauke@hauke-m.de>
5 * SPDX-License-Identifier: (GPL-2.0+ OR X11)
8 /dts-v1/;
9 #include "sun50i-h5.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/input/input.h>
13 #include <dt-bindings/pinctrl/sun4i-a10.h>
17 compatible = "xunlong,orangepi-zero-plus", "allwinner,sun50i-h5";
20 compatible = "regulator-fixed";
21 regulator-name = "vcc3v3";
22 regulator-min-microvolt = <3300000>;
23 regulator-max-microvolt = <3300000>;
33 stdout-path = "serial0:115200n8";
37 compatible = "gpio-leds";
42 default-state = "on";
51 reg_gmac_3v3: gmac-3v3 {
52 compatible = "regulator-fixed";
53 regulator-name = "gmac-3v3";
54 regulator-min-microvolt = <3300000>;
55 regulator-max-microvolt = <3300000>;
56 startup-delay-us = <100000>;
57 enable-active-high;
71 pinctrl-names = "default";
72 pinctrl-0 = <&emac_rgmii_pins>;
73 phy-supply = <®_gmac_3v3>;
74 phy-handle = <&ext_rgmii_phy>;
75 phy-mode = "rgmii";
80 ext_rgmii_phy: ethernet-phy@1 {
81 compatible = "ethernet-phy-ieee802.3-c22";
87 vmmc-supply = <®_vcc3v3>;
88 bus-width = <4>;
89 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
94 vmmc-supply = <®_vcc3v3>;
95 bus-width = <4>;
96 non-removable;
101 * alias for it (which e.g. makes u-boot set a mac-address).
112 #address-cells = <1>;
113 #size-cells = <1>;
116 spi-max-frequency = <40000000>;
129 pinctrl-names = "default";
130 pinctrl-0 = <&uart0_pins_a>;
140 /* USB Type-A ports' VBUS is always on */
141 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */