Lines Matching +full:shutdown +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
9 cpu0-supply = <&dcdc2_reg>;
19 stdout-path = &uart0;
23 pinctrl-names = "default";
24 pinctrl-0 = <&user_leds_s0>;
26 compatible = "gpio-leds";
30 gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
31 linux,default-trigger = "heartbeat";
32 default-state = "off";
37 gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
38 linux,default-trigger = "mmc0";
39 default-state = "off";
44 gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
45 linux,default-trigger = "cpu0";
46 default-state = "off";
51 gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
52 linux,default-trigger = "mmc1";
53 default-state = "off";
58 compatible = "regulator-fixed";
59 regulator-name = "vmmcsd_fixed";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
66 pinctrl-names = "default";
67 pinctrl-0 = <&clkout2_pin>;
70 pinctrl-single,pins = <
79 pinctrl-single,pins = <
86 pinctrl-single,pins = <
93 pinctrl-single,pins = <
100 pinctrl-single,pins = <
106 pinctrl-single,pins = <
125 pinctrl-single,pins = <
144 pinctrl-single,pins = <
152 pinctrl-single,pins = <
160 pinctrl-single,pins = <
172 pinctrl-single,pins = <
188 pinctrl-names = "default";
189 pinctrl-0 = <&uart0_pins>;
196 interrupts-extended = <&intc 18 &tps 0>;
197 interrupt-names = "mc", "vbus";
205 pinctrl-names = "default";
206 pinctrl-0 = <&i2c0_pins>;
209 clock-frequency = <400000>;
219 #address-cells = <1>;
220 #size-cells = <1>;
228 pinctrl-names = "default";
229 pinctrl-0 = <&i2c2_pins>;
232 clock-frequency = <100000>;
237 #address-cells = <1>;
238 #size-cells = <1>;
247 #address-cells = <1>;
248 #size-cells = <1>;
257 #address-cells = <1>;
258 #size-cells = <1>;
267 #address-cells = <1>;
268 #size-cells = <1>;
280 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
281 * mode") at poweroff. Most BeagleBone versions do not support RTC-only
284 * For details, see linux-omap mailing list May 2015 thread
285 * [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller
287 * http://www.spinics.net/lists/linux-omap/msg118585.html
288 * http://www.spinics.net/lists/linux-omap/msg118615.html
291 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
292 * if you want to use RTC-only mode and made sure you are not affected
293 * by the hardware problems. (Tip: double-check by performing a current
294 * measurement after shutdown: it should be less than 1 mA.)
298 interrupt-parent = <&intc>;
300 ti,pmic-shutdown-controller;
312 regulator-name = "vdds_dpr";
313 regulator-always-on;
317 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
318 regulator-name = "vdd_mpu";
319 regulator-min-microvolt = <925000>;
320 regulator-max-microvolt = <1351500>;
321 regulator-boot-on;
322 regulator-always-on;
326 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
327 regulator-name = "vdd_core";
328 regulator-min-microvolt = <925000>;
329 regulator-max-microvolt = <1150000>;
330 regulator-boot-on;
331 regulator-always-on;
335 regulator-name = "vio,vrtc,vdds";
336 regulator-always-on;
340 regulator-name = "vdd_3v3aux";
341 regulator-always-on;
345 regulator-name = "vdd_1v8";
346 regulator-always-on;
350 regulator-name = "vdd_3v3a";
351 regulator-always-on;
357 phy-handle = <&ethphy0>;
358 phy-mode = "mii";
363 pinctrl-names = "default", "sleep";
364 pinctrl-0 = <&cpsw_default>;
365 pinctrl-1 = <&cpsw_sleep>;
370 pinctrl-names = "default", "sleep";
371 pinctrl-0 = <&davinci_mdio_default>;
372 pinctrl-1 = <&davinci_mdio_sleep>;
375 ethphy0: ethernet-phy@0 {
382 bus-width = <0x4>;
383 pinctrl-names = "default";
384 pinctrl-0 = <&mmc1_pins>;
385 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
398 clock-names = "ext-clk", "int-clk";