|
85 | 85 | };
|
86 | 86 | };
|
87 | 87 |
|
| 88 | +&cpu0 { |
| 89 | + cpu-supply = <&vcck>; |
| 90 | +}; |
| 91 | + |
88 | 92 | ðmac {
|
89 | 93 | status = "okay";
|
90 | 94 | pinctrl-0 = <ð_pins>;
|
|
117 | 121 | compatible = "ricoh,rn5t618";
|
118 | 122 | reg = <0x32>;
|
119 | 123 | system-power-controller;
|
| 124 | + |
| 125 | + regulators { |
| 126 | + vcck: DCDC1 { |
| 127 | + regulator-name = "VCCK"; |
| 128 | + regulator-min-microvolt = <825000>; |
| 129 | + regulator-max-microvolt = <1150000>; |
| 130 | + regulator-boot-on; |
| 131 | + regulator-always-on; |
| 132 | + }; |
| 133 | + |
| 134 | + vddee: DCDC2 { |
| 135 | + /* the output is also used as VDDAO */ |
| 136 | + regulator-name = "VDD_EE"; |
| 137 | + regulator-min-microvolt = <950000>; |
| 138 | + regulator-max-microvolt = <1150000>; |
| 139 | + regulator-boot-on; |
| 140 | + regulator-always-on; |
| 141 | + }; |
| 142 | + |
| 143 | + DCDC3 { |
| 144 | + regulator-name = "VDD_DDR"; |
| 145 | + regulator-min-microvolt = <1500000>; |
| 146 | + regulator-max-microvolt = <1500000>; |
| 147 | + regulator-boot-on; |
| 148 | + regulator-always-on; |
| 149 | + }; |
| 150 | + |
| 151 | + LDO1 { |
| 152 | + regulator-name = "VDDIO_AO28"; |
| 153 | + regulator-min-microvolt = <2900000>; |
| 154 | + regulator-max-microvolt = <2900000>; |
| 155 | + regulator-boot-on; |
| 156 | + regulator-always-on; |
| 157 | + }; |
| 158 | + |
| 159 | + LDO2 { |
| 160 | + regulator-name = "VDDIO_AO18"; |
| 161 | + regulator-min-microvolt = <1800000>; |
| 162 | + regulator-max-microvolt = <1800000>; |
| 163 | + regulator-boot-on; |
| 164 | + regulator-always-on; |
| 165 | + }; |
| 166 | + |
| 167 | + vcc1v8_usb: LDO3 { |
| 168 | + regulator-name = "VCC1V8_USB"; |
| 169 | + regulator-min-microvolt = <1800000>; |
| 170 | + regulator-max-microvolt = <1800000>; |
| 171 | + regulator-boot-on; |
| 172 | + }; |
| 173 | + |
| 174 | + LDO4 { |
| 175 | + /* This one appears to be unused */ |
| 176 | + regulator-name = "VCC2V8"; |
| 177 | + regulator-min-microvolt = <2850000>; |
| 178 | + regulator-max-microvolt = <2850000>; |
| 179 | + }; |
| 180 | + |
| 181 | + LDO5 { |
| 182 | + regulator-name = "AVDD1V8"; |
| 183 | + regulator-min-microvolt = <1800000>; |
| 184 | + regulator-max-microvolt = <1800000>; |
| 185 | + regulator-boot-on; |
| 186 | + regulator-always-on; |
| 187 | + }; |
| 188 | + |
| 189 | + LDORTC1 { |
| 190 | + regulator-name = "VDD_LDO"; |
| 191 | + regulator-min-microvolt = <2700000>; |
| 192 | + regulator-max-microvolt = <2700000>; |
| 193 | + regulator-boot-on; |
| 194 | + regulator-always-on; |
| 195 | + }; |
| 196 | + |
| 197 | + LDORTC2 { |
| 198 | + regulator-name = "RTC_0V9"; |
| 199 | + regulator-min-microvolt = <900000>; |
| 200 | + regulator-max-microvolt = <900000>; |
| 201 | + regulator-boot-on; |
| 202 | + regulator-always-on; |
| 203 | + }; |
| 204 | + }; |
120 | 205 | };
|
121 | 206 |
|
122 | 207 | eeprom@50 {
|
|
137 | 222 | /* TODO: SiI9293 HDMI receiver @ 0x39 */
|
138 | 223 | };
|
139 | 224 |
|
| 225 | +&mali { |
| 226 | + mali-supply = <&vddee>; |
| 227 | +}; |
| 228 | + |
140 | 229 | &sdhc {
|
141 | 230 | status = "okay";
|
142 | 231 | pinctrl-0 = <&sdxc_c_pins>;
|
|
188 | 277 |
|
189 | 278 | &usb0_phy {
|
190 | 279 | status = "okay";
|
| 280 | + phy-supply = <&vcc1v8_usb>; |
191 | 281 | };
|
192 | 282 |
|
193 | 283 | &usb1 {
|
|
206 | 296 |
|
207 | 297 | &usb1_phy {
|
208 | 298 | status = "okay";
|
| 299 | + phy-supply = <&vcc1v8_usb>; |
209 | 300 | };
|
210 | 301 |
|
211 | 302 | &ir_receiver {
|
|
0 commit comments