2018-07-09 13:17:19 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
2018-03-12 09:46:17 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
|
|
|
* Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
2018-07-09 13:17:19 +00:00
|
|
|
#include "stm32mp157c.dtsi"
|
|
|
|
#include "stm32mp157-pinctrl.dtsi"
|
2018-03-12 09:46:17 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2019-02-04 10:26:16 +00:00
|
|
|
#include <dt-bindings/mfd/st,stpmic1.h>
|
2018-03-12 09:46:17 +00:00
|
|
|
|
|
|
|
/ {
|
2018-07-09 13:17:19 +00:00
|
|
|
model = "STMicroelectronics STM32MP157C eval daughter";
|
2018-03-12 09:46:17 +00:00
|
|
|
compatible = "st,stm32mp157c-ed1", "st,stm32mp157";
|
|
|
|
|
|
|
|
chosen {
|
2019-02-12 15:50:38 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2018-03-12 09:46:17 +00:00
|
|
|
};
|
|
|
|
|
2018-07-09 13:17:19 +00:00
|
|
|
memory@c0000000 {
|
2019-07-11 09:15:28 +00:00
|
|
|
device_type = "memory";
|
2018-03-12 09:46:17 +00:00
|
|
|
reg = <0xC0000000 0x40000000>;
|
|
|
|
};
|
2018-04-26 15:13:11 +00:00
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
aliases {
|
|
|
|
serial0 = &uart4;
|
|
|
|
};
|
|
|
|
|
2018-04-26 15:13:11 +00:00
|
|
|
sd_switch: regulator-sd_switch {
|
|
|
|
compatible = "regulator-gpio";
|
|
|
|
regulator-name = "sd_switch";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <2900000>;
|
|
|
|
regulator-type = "voltage";
|
|
|
|
regulator-always-on;
|
|
|
|
|
|
|
|
gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
|
|
|
|
gpios-states = <0>;
|
|
|
|
states = <1800000 0x1 2900000 0x0>;
|
|
|
|
};
|
2018-03-12 09:46:17 +00:00
|
|
|
};
|
|
|
|
|
2019-07-11 09:15:28 +00:00
|
|
|
&dts {
|
2018-03-12 09:46:17 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c4 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&i2c4_pins_a>;
|
|
|
|
i2c-scl-rising-time-ns = <185>;
|
|
|
|
i2c-scl-falling-time-ns = <20>;
|
|
|
|
status = "okay";
|
2019-07-11 09:15:28 +00:00
|
|
|
/* spare dmas for other usage */
|
|
|
|
/delete-property/dmas;
|
|
|
|
/delete-property/dma-names;
|
2018-03-12 09:46:17 +00:00
|
|
|
|
2019-07-11 09:15:28 +00:00
|
|
|
pmic: stpmic@33 {
|
2019-02-04 10:26:17 +00:00
|
|
|
compatible = "st,stpmic1";
|
2018-03-12 09:46:17 +00:00
|
|
|
reg = <0x33>;
|
2019-07-11 09:15:28 +00:00
|
|
|
interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
|
2018-03-12 09:46:17 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
|
|
|
status = "okay";
|
2018-04-26 15:13:11 +00:00
|
|
|
|
|
|
|
regulators {
|
2019-02-04 10:26:17 +00:00
|
|
|
compatible = "st,stpmic1-regulators";
|
2018-04-26 15:13:11 +00:00
|
|
|
ldo1-supply = <&v3v3>;
|
|
|
|
ldo2-supply = <&v3v3>;
|
|
|
|
ldo3-supply = <&vdd_ddr>;
|
|
|
|
ldo5-supply = <&v3v3>;
|
|
|
|
ldo6-supply = <&v3v3>;
|
|
|
|
pwr_sw1-supply = <&bst_out>;
|
|
|
|
pwr_sw2-supply = <&bst_out>;
|
|
|
|
|
|
|
|
vddcore: buck1 {
|
|
|
|
regulator-name = "vddcore";
|
|
|
|
regulator-min-microvolt = <800000>;
|
|
|
|
regulator-max-microvolt = <1350000>;
|
|
|
|
regulator-always-on;
|
2019-07-11 09:15:28 +00:00
|
|
|
regulator-initial-mode = <0>;
|
2018-04-26 15:13:11 +00:00
|
|
|
regulator-over-current-protection;
|
|
|
|
};
|
|
|
|
|
|
|
|
vdd_ddr: buck2 {
|
|
|
|
regulator-name = "vdd_ddr";
|
|
|
|
regulator-min-microvolt = <1350000>;
|
|
|
|
regulator-max-microvolt = <1350000>;
|
|
|
|
regulator-always-on;
|
2019-07-11 09:15:28 +00:00
|
|
|
regulator-initial-mode = <0>;
|
2018-04-26 15:13:11 +00:00
|
|
|
regulator-over-current-protection;
|
|
|
|
};
|
|
|
|
|
|
|
|
vdd: buck3 {
|
|
|
|
regulator-name = "vdd";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
regulator-always-on;
|
2019-07-11 09:15:28 +00:00
|
|
|
st,mask-reset;
|
|
|
|
regulator-initial-mode = <0>;
|
2018-04-26 15:13:11 +00:00
|
|
|
regulator-over-current-protection;
|
|
|
|
};
|
|
|
|
|
|
|
|
v3v3: buck4 {
|
|
|
|
regulator-name = "v3v3";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
2019-07-11 09:15:28 +00:00
|
|
|
regulator-always-on;
|
2018-04-26 15:13:11 +00:00
|
|
|
regulator-over-current-protection;
|
2019-07-11 09:15:28 +00:00
|
|
|
regulator-initial-mode = <0>;
|
2018-04-26 15:13:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
vdda: ldo1 {
|
|
|
|
regulator-name = "vdda";
|
|
|
|
regulator-min-microvolt = <2900000>;
|
|
|
|
regulator-max-microvolt = <2900000>;
|
|
|
|
interrupts = <IT_CURLIM_LDO1 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
v2v8: ldo2 {
|
|
|
|
regulator-name = "v2v8";
|
|
|
|
regulator-min-microvolt = <2800000>;
|
|
|
|
regulator-max-microvolt = <2800000>;
|
|
|
|
interrupts = <IT_CURLIM_LDO2 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vtt_ddr: ldo3 {
|
|
|
|
regulator-name = "vtt_ddr";
|
2019-07-11 09:15:28 +00:00
|
|
|
regulator-min-microvolt = <500000>;
|
|
|
|
regulator-max-microvolt = <750000>;
|
2018-04-26 15:13:11 +00:00
|
|
|
regulator-always-on;
|
|
|
|
regulator-over-current-protection;
|
|
|
|
};
|
|
|
|
|
|
|
|
vdd_usb: ldo4 {
|
|
|
|
regulator-name = "vdd_usb";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
interrupts = <IT_CURLIM_LDO4 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vdd_sd: ldo5 {
|
|
|
|
regulator-name = "vdd_sd";
|
|
|
|
regulator-min-microvolt = <2900000>;
|
|
|
|
regulator-max-microvolt = <2900000>;
|
|
|
|
interrupts = <IT_CURLIM_LDO5 0>;
|
|
|
|
regulator-boot-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
v1v8: ldo6 {
|
|
|
|
regulator-name = "v1v8";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
interrupts = <IT_CURLIM_LDO6 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vref_ddr: vref_ddr {
|
|
|
|
regulator-name = "vref_ddr";
|
|
|
|
regulator-always-on;
|
|
|
|
regulator-over-current-protection;
|
|
|
|
};
|
|
|
|
|
|
|
|
bst_out: boost {
|
|
|
|
regulator-name = "bst_out";
|
|
|
|
interrupts = <IT_OCP_BOOST 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vbus_otg: pwr_sw1 {
|
|
|
|
regulator-name = "vbus_otg";
|
|
|
|
interrupts = <IT_OCP_OTG 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vbus_sw: pwr_sw2 {
|
|
|
|
regulator-name = "vbus_sw";
|
|
|
|
interrupts = <IT_OCP_SWOUT 0>;
|
|
|
|
regulator-active-discharge;
|
|
|
|
};
|
|
|
|
};
|
2019-07-11 09:15:28 +00:00
|
|
|
|
|
|
|
onkey {
|
|
|
|
compatible = "st,stpmic1-onkey";
|
|
|
|
interrupts = <IT_PONKEY_F 0>, <IT_PONKEY_R 0>;
|
|
|
|
interrupt-names = "onkey-falling", "onkey-rising";
|
|
|
|
power-off-time-sec = <10>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
watchdog {
|
|
|
|
compatible = "st,stpmic1-wdt";
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2018-03-12 09:46:17 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-05-14 09:20:37 +00:00
|
|
|
&ipcc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
&iwdg2 {
|
|
|
|
timeout-sec = <32>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-07-09 13:17:19 +00:00
|
|
|
&pwr {
|
|
|
|
pwr-supply = <&vdd>;
|
|
|
|
};
|
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
&rng1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&rtc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-03-12 09:46:17 +00:00
|
|
|
&sdmmc1 {
|
2019-07-11 09:15:28 +00:00
|
|
|
pinctrl-names = "default", "opendrain", "sleep";
|
2018-03-12 09:46:17 +00:00
|
|
|
pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>;
|
2019-07-11 09:15:28 +00:00
|
|
|
pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_dir_pins_a>;
|
|
|
|
pinctrl-2 = <&sdmmc1_b4_sleep_pins_a &sdmmc1_dir_sleep_pins_a>;
|
2018-03-12 09:46:17 +00:00
|
|
|
broken-cd;
|
2019-02-12 16:17:58 +00:00
|
|
|
st,sig-dir;
|
|
|
|
st,neg-edge;
|
|
|
|
st,use-ckin;
|
2018-03-12 09:46:17 +00:00
|
|
|
bus-width = <4>;
|
2018-04-26 15:13:11 +00:00
|
|
|
vmmc-supply = <&vdd_sd>;
|
|
|
|
vqmmc-supply = <&sd_switch>;
|
2018-03-12 09:46:17 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-03-20 09:54:52 +00:00
|
|
|
&sdmmc2 {
|
|
|
|
pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
|
|
|
|
non-removable;
|
|
|
|
no-sd;
|
|
|
|
no-sdio;
|
2019-02-12 16:17:58 +00:00
|
|
|
st,sig-dir;
|
|
|
|
st,neg-edge;
|
2018-03-20 09:54:52 +00:00
|
|
|
bus-width = <8>;
|
2018-07-09 13:17:19 +00:00
|
|
|
vmmc-supply = <&v3v3>;
|
|
|
|
vqmmc-supply = <&vdd>;
|
2018-03-20 09:54:52 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
&timers6 {
|
|
|
|
status = "okay";
|
2019-07-11 09:15:28 +00:00
|
|
|
/* spare dmas for other usage */
|
|
|
|
/delete-property/dmas;
|
|
|
|
/delete-property/dma-names;
|
2019-02-12 15:50:38 +00:00
|
|
|
timer@5 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-03-12 09:46:17 +00:00
|
|
|
&uart4 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&uart4_pins_a>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
2018-07-09 13:17:19 +00:00
|
|
|
|
2019-07-11 09:15:28 +00:00
|
|
|
&usbotg_hs {
|
|
|
|
vbus-supply = <&vbus_otg>;
|
|
|
|
};
|
|
|
|
|
2018-07-09 13:17:19 +00:00
|
|
|
&usbphyc_port0 {
|
|
|
|
phy-supply = <&vdd_usb>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbphyc_port1 {
|
|
|
|
phy-supply = <&vdd_usb>;
|
|
|
|
};
|