1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
4 * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
8 #include "stm32mp157.dtsi"
9 #include "stm32mp15xc.dtsi"
10 #include "stm32mp15-pinctrl.dtsi"
11 #include "stm32mp15xxaa-pinctrl.dtsi"
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/mfd/st,stpmic1.h>
16 model = "STMicroelectronics STM32MP157C eval daughter";
17 compatible = "st,stm32mp157c-ed1", "st,stm32mp157";
20 stdout-path = "serial0:115200n8";
24 device_type = "memory";
25 reg = <0xC0000000 0x40000000>;
33 mcuram2: mcuram2@10000000 {
34 compatible = "shared-dma-pool";
35 reg = <0x10000000 0x40000>;
39 vdev0vring0: vdev0vring0@10040000 {
40 compatible = "shared-dma-pool";
41 reg = <0x10040000 0x1000>;
45 vdev0vring1: vdev0vring1@10041000 {
46 compatible = "shared-dma-pool";
47 reg = <0x10041000 0x1000>;
51 vdev0buffer: vdev0buffer@10042000 {
52 compatible = "shared-dma-pool";
53 reg = <0x10042000 0x4000>;
57 mcuram: mcuram@30000000 {
58 compatible = "shared-dma-pool";
59 reg = <0x30000000 0x40000>;
63 retram: retram@38000000 {
64 compatible = "shared-dma-pool";
65 reg = <0x38000000 0x10000>;
69 gpu_reserved: gpu@e8000000 {
70 reg = <0xe8000000 0x8000000>;
79 sd_switch: regulator-sd_switch {
80 compatible = "regulator-gpio";
81 regulator-name = "sd_switch";
82 regulator-min-microvolt = <1800000>;
83 regulator-max-microvolt = <2900000>;
84 regulator-type = "voltage";
87 gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
89 states = <1800000 0x1>,
94 compatible = "regulator-fixed";
95 regulator-name = "vin";
96 regulator-min-microvolt = <5000000>;
97 regulator-max-microvolt = <5000000>;
103 /* ANA0, ANA1 are dedicated pins and don't need pinctrl: only in6. */
104 pinctrl-0 = <&adc1_in6_pins_a>;
105 pinctrl-names = "default";
107 vdda-supply = <&vdda>;
108 vref-supply = <&vdda>;
111 st,adc-channels = <0 1 6>;
112 /* 16.5 ck_cycles sampling time */
113 st,min-sample-time-nsecs = <400>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
129 vref-supply = <&vdda>;
144 contiguous-area = <&gpu_reserved>;
152 pinctrl-names = "default", "sleep";
153 pinctrl-0 = <&i2c4_pins_a>;
154 pinctrl-1 = <&i2c4_sleep_pins_a>;
155 i2c-scl-rising-time-ns = <185>;
156 i2c-scl-falling-time-ns = <20>;
157 clock-frequency = <400000>;
159 /* spare dmas for other usage */
160 /delete-property/dmas;
161 /delete-property/dma-names;
164 compatible = "st,stpmic1";
166 interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
167 interrupt-controller;
168 #interrupt-cells = <2>;
172 compatible = "st,stpmic1-regulators";
173 buck1-supply = <&vin>;
174 buck2-supply = <&vin>;
175 buck3-supply = <&vin>;
176 buck4-supply = <&vin>;
177 ldo1-supply = <&v3v3>;
178 ldo2-supply = <&v3v3>;
179 ldo3-supply = <&vdd_ddr>;
180 ldo4-supply = <&vin>;
181 ldo5-supply = <&v3v3>;
182 ldo6-supply = <&v3v3>;
183 vref_ddr-supply = <&vin>;
184 boost-supply = <&vin>;
185 pwr_sw1-supply = <&bst_out>;
186 pwr_sw2-supply = <&bst_out>;
189 regulator-name = "vddcore";
190 regulator-min-microvolt = <1200000>;
191 regulator-max-microvolt = <1350000>;
193 regulator-initial-mode = <0>;
194 regulator-over-current-protection;
198 regulator-name = "vdd_ddr";
199 regulator-min-microvolt = <1350000>;
200 regulator-max-microvolt = <1350000>;
202 regulator-initial-mode = <0>;
203 regulator-over-current-protection;
207 regulator-name = "vdd";
208 regulator-min-microvolt = <3300000>;
209 regulator-max-microvolt = <3300000>;
212 regulator-initial-mode = <0>;
213 regulator-over-current-protection;
217 regulator-name = "v3v3";
218 regulator-min-microvolt = <3300000>;
219 regulator-max-microvolt = <3300000>;
221 regulator-over-current-protection;
222 regulator-initial-mode = <0>;
226 regulator-name = "vdda";
227 regulator-min-microvolt = <2900000>;
228 regulator-max-microvolt = <2900000>;
229 interrupts = <IT_CURLIM_LDO1 0>;
233 regulator-name = "v2v8";
234 regulator-min-microvolt = <2800000>;
235 regulator-max-microvolt = <2800000>;
236 interrupts = <IT_CURLIM_LDO2 0>;
240 regulator-name = "vtt_ddr";
241 regulator-min-microvolt = <500000>;
242 regulator-max-microvolt = <750000>;
244 regulator-over-current-protection;
248 regulator-name = "vdd_usb";
249 interrupts = <IT_CURLIM_LDO4 0>;
253 regulator-name = "vdd_sd";
254 regulator-min-microvolt = <2900000>;
255 regulator-max-microvolt = <2900000>;
256 interrupts = <IT_CURLIM_LDO5 0>;
261 regulator-name = "v1v8";
262 regulator-min-microvolt = <1800000>;
263 regulator-max-microvolt = <1800000>;
264 interrupts = <IT_CURLIM_LDO6 0>;
268 regulator-name = "vref_ddr";
273 regulator-name = "bst_out";
274 interrupts = <IT_OCP_BOOST 0>;
278 regulator-name = "vbus_otg";
279 interrupts = <IT_OCP_OTG 0>;
283 regulator-name = "vbus_sw";
284 interrupts = <IT_OCP_SWOUT 0>;
285 regulator-active-discharge = <1>;
290 compatible = "st,stpmic1-onkey";
291 interrupts = <IT_PONKEY_F 0>, <IT_PONKEY_R 0>;
292 interrupt-names = "onkey-falling", "onkey-rising";
293 power-off-time-sec = <10>;
298 compatible = "st,stpmic1-wdt";
314 memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
315 <&vdev0vring1>, <&vdev0buffer>;
316 mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>;
317 mbox-names = "vq0", "vq1", "shutdown";
318 interrupt-parent = <&exti>;
325 vdd_3v3_usbfs-supply = <&vdd_usb>;
337 pinctrl-names = "default", "opendrain", "sleep";
338 pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>;
339 pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_dir_pins_a>;
340 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a &sdmmc1_dir_sleep_pins_a>;
341 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
347 vmmc-supply = <&vdd_sd>;
348 vqmmc-supply = <&sd_switch>;
357 pinctrl-names = "default", "opendrain", "sleep";
358 pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
359 pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_a>;
360 pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_a>;
366 vmmc-supply = <&v3v3>;
367 vqmmc-supply = <&vdd>;
374 /* spare dmas for other usage */
375 /delete-property/dmas;
376 /delete-property/dma-names;
383 pinctrl-names = "default", "sleep", "idle";
384 pinctrl-0 = <&uart4_pins_a>;
385 pinctrl-1 = <&uart4_sleep_pins_a>;
386 pinctrl-2 = <&uart4_idle_pins_a>;
391 vbus-supply = <&vbus_otg>;
395 phy-supply = <&vdd_usb>;
396 vdda1v1-supply = <®11>;
397 vdda1v8-supply = <®18>;
401 phy-supply = <&vdd_usb>;
402 vdda1v1-supply = <®11>;
403 vdda1v8-supply = <®18>;