Lines Matching +full:sun8i +full:- +full:h3 +full:- +full:spi

4  * Based on sun8i-h3-orangepi-one.dts, which is:
7 * This file is dual-licensed: you can use it either under the terms
46 /dts-v1/;
47 #include "sun8i-h3.dtsi"
48 #include "sunxi-common-regulators.dtsi"
50 #include <dt-bindings/gpio/gpio.h>
51 #include <dt-bindings/input/input.h>
55 compatible = "xunlong,orangepi-zero", "allwinner,sun8i-h2-plus";
59 /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
65 stdout-path = "serial0:115200n8";
69 compatible = "gpio-leds";
74 default-state = "on";
84 compatible = "regulator-fixed";
85 regulator-min-microvolt = <3300000>;
86 regulator-max-microvolt = <3300000>;
87 regulator-name = "vcc-wifi";
88 enable-active-high;
93 compatible = "mmc-pwrseq-simple";
94 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>;
95 post-power-on-delay-ms = <200>;
108 phy-handle = <&int_mii_phy>;
109 phy-mode = "mii";
110 allwinner,leds-active-low;
115 vmmc-supply = <&reg_vcc3v3>;
116 bus-width = <4>;
117 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
122 vmmc-supply = <&reg_vcc_wifi>;
123 mmc-pwrseq = <&wifi_pwrseq>;
124 bus-width = <4>;
125 non-removable;
130 * alias for it (which e.g. makes u-boot set a mac-address).
146 /* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
150 #address-cells = <1>;
151 #size-cells = <1>;
154 spi-max-frequency = <40000000>;
159 pinctrl-names = "default";
160 pinctrl-0 = <&uart0_pins_a>;
165 pinctrl-names = "default";
166 pinctrl-0 = <&uart1_pins>;
171 pinctrl-names = "default";
172 pinctrl-0 = <&uart2_pins>;
183 * USB Type-A port VBUS is always on. However, MicroUSB VBUS can only
188 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */