Lines Matching +full:non +full:- +full:removable

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * Copyright (C) 2020 Yu-Tung Chang <mtwget@gmail.com>
8 #include "sun8i-h3-nanopi.dtsi"
9 #include <dt-bindings/leds/common.h>
13 compatible = "friendlyarm,nanopi-r1", "allwinner,sun8i-h3";
21 reg_gmac_3v3: gmac-3v3 {
22 compatible = "regulator-fixed";
23 regulator-name = "gmac-3v3";
24 regulator-min-microvolt = <3300000>;
25 regulator-max-microvolt = <3300000>;
26 startup-delay-us = <100000>;
27 enable-active-high;
31 reg_vdd_cpux: gpio-regulator {
32 compatible = "regulator-gpio";
33 regulator-name = "vdd-cpux";
34 regulator-type = "voltage";
35 regulator-boot-on;
36 regulator-always-on;
37 regulator-min-microvolt = <1100000>;
38 regulator-max-microvolt = <1300000>;
39 regulator-ramp-delay = <50>;
41 gpios-states = <0x1>;
47 compatible = "mmc-pwrseq-simple";
48 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
50 clock-names = "ext_clock";
54 led-2 {
60 led-3 {
69 cpu-supply = <&reg_vdd_cpux>;
81 pinctrl-names = "default";
82 pinctrl-0 = <&emac_rgmii_pins>;
83 phy-supply = <&reg_gmac_3v3>;
84 phy-handle = <&ext_rgmii_phy>;
85 phy-mode = "rgmii-id";
90 ext_rgmii_phy: ethernet-phy@7 {
91 compatible = "ethernet-phy-ieee802.3-c22";
97 vmmc-supply = <&reg_vcc3v3>;
98 vqmmc-supply = <&reg_vcc3v3>;
99 mmc-pwrseq = <&wifi_pwrseq>;
100 bus-width = <4>;
101 non-removable;
106 compatible = "brcm,bcm4329-fmac";
107 interrupt-parent = <&pio>;
109 interrupt-names = "host-wake";
114 pinctrl-names = "default";
115 pinctrl-0 = <&mmc2_8bit_pins>;
116 vmmc-supply = <&reg_vcc3v3>;
117 vqmmc-supply = <&reg_vcc3v3>;
118 bus-width = <8>;
119 non-removable;
137 pinctrl-names = "default";
138 pinctrl-0 = <&uart1_pins>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&uart3_pins>, <&uart3_rts_cts_pins>;
145 uart-has-rtscts;
149 compatible = "brcm,bcm43438-bt";
151 clock-names = "lpo";
152 vbat-supply = <&reg_vcc3v3>;
153 vddio-supply = <&reg_vcc3v3>;
154 device-wakeup-gpios = <&pio 0 8 GPIO_ACTIVE_HIGH>; /* PA8 */
155 host-wakeup-gpios = <&pio 0 7 GPIO_ACTIVE_HIGH>; /* PA7 */
156 shutdown-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
166 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
167 usb0_vbus-supply = <&reg_usb0_vbus>;