Lines Matching +full:keep +full:- +full:power +full:- +full:in +full:- +full:suspend
1 // SPDX-License-Identifier: GPL-2.0
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/pwm/pwm.h>
12 model = "MYiR MYS-6ULX Single Board Computer";
16 stdout-path = &uart1;
19 reg_vdd_5v: regulator-vdd-5v {
20 compatible = "regulator-fixed";
21 regulator-name = "VDD_5V";
22 regulator-min-microvolt = <5000000>;
23 regulator-max-microvolt = <5000000>;
24 regulator-always-on;
25 regulator-boot-on;
28 reg_vdd_3v3: regulator-vdd-3v3 {
29 compatible = "regulator-fixed";
30 regulator-name = "VDD_3V3";
31 regulator-min-microvolt = <3300000>;
32 regulator-max-microvolt = <3300000>;
33 regulator-always-on;
34 vin-supply = <®_vdd_5v>;
39 pinctrl-names = "default";
40 pinctrl-0 = <&pinctrl_enet1>;
41 phy-mode = "rmii";
42 phy-handle = <ðphy0>;
43 phy-supply = <®_vdd_3v3>;
47 #address-cells = <1>;
48 #size-cells = <0>;
50 ethphy0: ethernet-phy@0 {
52 interrupt-parent = <&gpio5>;
55 clock-names = "rmii-ref";
61 pinctrl-names = "default";
62 pinctrl-0 = <&pinctrl_gpmi_nand>;
63 nand-on-flash-bbt;
68 pinctrl-names = "default";
69 pinctrl-0 = <&pinctrl_uart1>;
74 pinctrl-names = "default";
75 pinctrl-0 = <&pinctrl_usb_otg1_id>;
82 disable-over-current;
87 pinctrl-names = "default", "state_100mhz", "state_200mhz";
88 pinctrl-0 = <&pinctrl_usdhc1>;
89 pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
90 pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
91 cd-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
92 no-1-8-v;
93 keep-power-in-suspend;
94 wakeup-source;
95 vmmc-supply = <®_vdd_3v3>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&pinctrl_usdhc2>;
102 pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
103 pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
104 bus-width = <8>;
105 non-removable;
106 keep-power-in-suspend;
107 vmmc-supply = <®_vdd_3v3>;