Lines Matching +full:cmd +full:- +full:gpios
5 * SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 /dts-v1/;
12 model = "Bananapi BPI-R2";
13 compatible = "bananapi,bpi-r2", "mediatek,mt7623";
16 stdout-path = &uart2;
17 tick-timer = &timer0;
20 reg_1p8v: regulator-1p8v {
21 compatible = "regulator-fixed";
22 regulator-name = "fixed-1.8V";
23 regulator-min-microvolt = <1800000>;
24 regulator-max-microvolt = <1800000>;
25 regulator-boot-on;
26 regulator-always-on;
29 reg_3p3v: regulator-3p3v {
30 compatible = "regulator-fixed";
31 regulator-name = "fixed-3.3V";
32 regulator-min-microvolt = <3300000>;
33 regulator-max-microvolt = <3300000>;
34 regulator-boot-on;
35 regulator-always-on;
38 reg_5v: regulator-5v {
39 compatible = "regulator-fixed";
40 regulator-name = "fixed-5V";
41 regulator-min-microvolt = <5000000>;
42 regulator-max-microvolt = <5000000>;
43 regulator-boot-on;
44 regulator-always-on;
48 compatible = "gpio-leds";
51 label = "bpi-r2:pio:blue";
52 gpios = <&gpio 241 GPIO_ACTIVE_HIGH>;
53 default-state = "off";
57 label = "bpi-r2:pio:green";
58 gpios = <&gpio 240 GPIO_ACTIVE_HIGH>;
59 default-state = "off";
63 label = "bpi-r2:pio:red";
64 gpios = <&gpio 239 GPIO_ACTIVE_HIGH>;
65 default-state = "off";
72 mediatek,gmac-id = <0>;
73 phy-mode = "rgmii";
75 reset-gpios = <&gpio 33 GPIO_ACTIVE_HIGH>;
77 fixed-link {
79 full-duplex;
84 pinctrl-names = "default";
85 pinctrl-0 = <&mmc0_pins_default>;
87 bus-width = <8>;
88 max-frequency = <50000000>;
89 cap-mmc-highspeed;
90 vmmc-supply = <®_3p3v>;
91 vqmmc-supply = <®_1p8v>;
92 non-removable;
96 pinctrl-names = "default";
97 pinctrl-0 = <&mmc1_pins_default>;
99 bus-width = <4>;
100 max-frequency = <50000000>;
101 cap-sd-highspeed;
102 cd-gpios = <&gpio 261 GPIO_ACTIVE_LOW>;
103 vmmc-supply = <®_3p3v>;
104 vqmmc-supply = <®_3p3v>;
119 drive-strength = <12>;
130 conf-cmd-data {
134 input-enable;
135 bias-pull-up;
138 conf-clk {
140 bias-pull-down;
143 conf-rst {
145 bias-pull-up;
155 conf-cmd-data {
158 input-enable;
159 drive-strength = <4>;
160 bias-pull-up;
163 conf-clk {
165 drive-strength = <4>;
168 conf-wp {
170 input-enable;
171 bias-pull-up;
175 uart0_pins_a: uart0-default {
182 uart1_pins_a: uart1-default {
189 uart2_pins_a: uart2-default {
196 uart2_pins_b: uart2-alt {
205 pinctrl-names = "default";
206 pinctrl-0 = <&uart0_pins_a>;
211 pinctrl-names = "default";
212 pinctrl-0 = <&uart1_pins_a>;
217 pinctrl-names = "default";
218 pinctrl-0 = <&uart2_pins_a>;