Lines Matching +full:cd +full:- +full:inverted
2 * Copyright 2015 - Marcus Cooper <codekipper@gmail.com>
3 * Copyright 2015 - Karsten Merker <merker@debian.org>
5 * This file is dual-licensed: you can use it either under the terms
44 /dts-v1/;
45 #include "sun7i-a20.dtsi"
46 #include "sunxi-common-regulators.dtsi"
48 #include <dt-bindings/gpio/gpio.h>
49 #include <dt-bindings/input/input.h>
50 #include <dt-bindings/interrupt-controller/irq.h>
51 #include <dt-bindings/pinctrl/sun4i-a10.h>
54 model = "Olimex A20-Olimex-SOM-EVB";
55 compatible = "olimex,a20-olimex-som-evb", "allwinner,sun7i-a20";
62 stdout-path = "serial0:115200n8";
66 compatible = "gpio-leds";
67 pinctrl-names = "default";
68 pinctrl-0 = <&led_pins_olimex_som_evb>;
71 label = "a20-olimex-som-evb:green:usr";
73 default-state = "on";
79 target-supply = <®_ahci_5v>;
96 pinctrl-names = "default";
97 pinctrl-0 = <&gmac_pins_rgmii_a>;
99 phy-mode = "rgmii";
102 phy1: ethernet-phy@1 {
108 pinctrl-names = "default";
109 pinctrl-0 = <&i2c0_pins_a>;
114 interrupt-parent = <&nmi_intc>;
120 vref-supply = <®_vcc3v0>;
174 pinctrl-names = "default";
175 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
176 vmmc-supply = <®_vcc3v3>;
177 bus-width = <4>;
178 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
179 cd-inverted;
184 pinctrl-names = "default";
185 pinctrl-0 = <&mmc3_pins_a>, <&mmc3_cd_pin_olimex_som_evb>;
186 vmmc-supply = <®_vcc3v3>;
187 bus-width = <4>;
188 cd-gpios = <&pio 7 0 GPIO_ACTIVE_HIGH>; /* PH0 */
189 cd-inverted;
243 pinctrl-0 = <&ahci_pwr_pin_olimex_som_evb>;
251 regulator-always-on;
252 regulator-min-microvolt = <1000000>;
253 regulator-max-microvolt = <1400000>;
254 regulator-name = "vdd-cpu";
258 regulator-always-on;
259 regulator-min-microvolt = <1000000>;
260 regulator-max-microvolt = <1400000>;
261 regulator-name = "vdd-int-dll";
265 regulator-name = "vdd-rtc";
269 regulator-always-on;
270 regulator-min-microvolt = <3000000>;
271 regulator-max-microvolt = <3000000>;
272 regulator-name = "avcc";
288 pinctrl-names = "default";
289 pinctrl-0 = <&uart0_pins_a>;
299 pinctrl-names = "default";
300 pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
301 usb0_id_det-gpios = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH04 */
302 usb0_vbus_det-gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH05 */
303 usb0_vbus-supply = <®_usb0_vbus>;
304 usb1_vbus-supply = <®_usb1_vbus>;
305 usb2_vbus-supply = <®_usb2_vbus>;