Lines Matching +full:range +full:- +full:microvolt
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
22 stdout-path = "serial0:115200n8";
30 vcck: regulator-vcck {
31 compatible = "pwm-regulator";
33 regulator-name = "VCCK";
34 regulator-min-microvolt = <860000>;
35 regulator-max-microvolt = <1140000>;
37 pwm-supply = <&vcc_5v>;
40 pwm-dutycycle-range = <100 0>;
42 regulator-boot-on;
43 regulator-always-on;
46 vcc_1v8: regulator-vcc1v8 {
47 compatible = "regulator-fixed";
49 regulator-name = "VCC1V8";
50 regulator-min-microvolt = <1800000>;
51 regulator-max-microvolt = <1800000>;
53 vin-supply = <&vcc_3v3>;
56 vcc_3v3: regulator-vcc3v3 {
57 compatible = "regulator-fixed";
59 regulator-name = "VCC3V3";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
63 vin-supply = <&vcc_5v>;
66 vcc_5v: regulator-vcc5v {
67 compatible = "regulator-fixed";
69 regulator-name = "VCC5V";
70 regulator-min-microvolt = <5000000>;
71 regulator-max-microvolt = <5000000>;
73 regulator-boot-on;
74 regulator-always-on;
77 vddee: regulator-vddee {
78 compatible = "pwm-regulator";
80 regulator-name = "VDDEE";
81 regulator-min-microvolt = <860000>;
82 regulator-max-microvolt = <1140000>;
84 pwm-supply = <&vcc_5v>;
87 pwm-dutycycle-range = <100 0>;
89 regulator-boot-on;
90 regulator-always-on;
95 cpu-supply = <&vcck>;
101 pinctrl-0 = <ð_rmii_pins>;
102 pinctrl-names = "default";
104 phy-handle = <ð_phy0>;
105 phy-mode = "rmii";
108 compatible = "snps,dwmac-mdio";
109 #address-cells = <1>;
110 #size-cells = <0>;
112 eth_phy0: ethernet-phy@0 {
116 reset-assert-us = <10000>;
117 reset-deassert-us = <10000>;
118 reset-gpios = <&gpio GPIOH_4 GPIO_ACTIVE_LOW>;
120 icplus,select-interrupt;
121 interrupt-parent = <&gpio_intc>;
129 mali-supply = <&vddee>;
134 vref-supply = <&vcc_1v8>;
140 pinctrl-0 = <&sd_b_pins>;
141 pinctrl-names = "default";
145 compatible = "mmc-slot";
149 bus-width = <4>;
150 no-sdio;
151 cap-mmc-highspeed;
152 cap-sd-highspeed;
153 disable-wp;
155 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
157 vmmc-supply = <&vcc_3v3>;
163 pinctrl-0 = <&pwm_c1_pins>, <&pwm_d_pins>;
164 pinctrl-names = "default";
166 clock-names = "clkin0", "clkin1";
171 pinctrl-0 = <&uart_ao_a_pins>;
172 pinctrl-names = "default";