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>;
69 user_leds_s0: user-leds-s0-pins {
70 pinctrl-single,pins = <
78 i2c0_pins: i2c0-pins {
79 pinctrl-single,pins = <
85 i2c2_pins: i2c2-pins {
86 pinctrl-single,pins = <
92 uart0_pins: uart0-pins {
93 pinctrl-single,pins = <
99 clkout2_pin: clkout2-pins {
100 pinctrl-single,pins = <
105 cpsw_default: cpsw-default-pins {
106 pinctrl-single,pins = <
124 cpsw_sleep: cpsw-sleep-pins {
125 pinctrl-single,pins = <
143 davinci_mdio_default: davinci-mdio-default-pins {
144 pinctrl-single,pins = <
153 davinci_mdio_sleep: davinci-mdio-sleep-pins {
154 pinctrl-single,pins = <
163 mmc1_pins: mmc1-pins {
164 pinctrl-single,pins = <
175 emmc_pins: emmc-pins {
176 pinctrl-single,pins = <
192 pinctrl-names = "default";
193 pinctrl-0 = <&uart0_pins>;
200 interrupts-extended = <&intc 18 &tps 0>;
201 interrupt-names = "mc", "vbus";
209 pinctrl-names = "default";
210 pinctrl-0 = <&i2c0_pins>;
213 clock-frequency = <400000>;
222 vcc-supply = <&ldo4_reg>;
224 nvmem-layout {
225 compatible = "fixed-layout";
226 #address-cells = <1>;
227 #size-cells = <1>;
237 pinctrl-names = "default";
238 pinctrl-0 = <&i2c2_pins>;
241 clock-frequency = <100000>;
247 nvmem-layout {
248 compatible = "fixed-layout";
249 #address-cells = <1>;
250 #size-cells = <1>;
262 nvmem-layout {
263 compatible = "fixed-layout";
264 #address-cells = <1>;
265 #size-cells = <1>;
277 nvmem-layout {
278 compatible = "fixed-layout";
279 #address-cells = <1>;
280 #size-cells = <1>;
292 nvmem-layout {
293 compatible = "fixed-layout";
294 #address-cells = <1>;
295 #size-cells = <1>;
309 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
310 * mode") at poweroff. Most BeagleBone versions do not support RTC-only
313 * For details, see linux-omap mailing list May 2015 thread
314 * [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller
316 * https://www.spinics.net/lists/linux-omap/msg118585.html
317 * https://www.spinics.net/lists/linux-omap/msg118615.html
320 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
321 * if you want to use RTC-only mode and made sure you are not affected
322 * by the hardware problems. (Tip: double-check by performing a current
323 * measurement after shutdown: it should be less than 1 mA.)
327 interrupt-parent = <&intc>;
329 ti,pmic-shutdown-controller;
341 regulator-name = "vdds_dpr";
342 regulator-always-on;
346 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
347 regulator-name = "vdd_mpu";
348 regulator-min-microvolt = <925000>;
349 regulator-max-microvolt = <1351500>;
350 regulator-boot-on;
351 regulator-always-on;
355 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
356 regulator-name = "vdd_core";
357 regulator-min-microvolt = <925000>;
358 regulator-max-microvolt = <1150000>;
359 regulator-boot-on;
360 regulator-always-on;
364 regulator-name = "vio,vrtc,vdds";
365 regulator-always-on;
369 regulator-name = "vdd_3v3aux";
370 regulator-always-on;
374 regulator-name = "vdd_1v8";
375 regulator-always-on;
379 regulator-name = "vdd_3v3a";
380 regulator-always-on;
386 phy-handle = <&ethphy0>;
387 phy-mode = "mii";
388 ti,dual-emac-pvid = <1>;
396 pinctrl-names = "default", "sleep";
397 pinctrl-0 = <&cpsw_default>;
398 pinctrl-1 = <&cpsw_sleep>;
403 pinctrl-names = "default", "sleep";
404 pinctrl-0 = <&davinci_mdio_default>;
405 pinctrl-1 = <&davinci_mdio_sleep>;
407 ethphy0: ethernet-phy@0 {
410 reset-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
411 reset-assert-us = <300>;
412 reset-deassert-us = <13000>;
418 bus-width = <0x4>;
419 pinctrl-names = "default";
420 pinctrl-0 = <&mmc1_pins>;
421 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
434 clock-names = "ext-clk", "int-clk";
435 system-power-controller;
443 firmware-name = "am335x-bone-scale-data.bin";