7290 lines
169 KiB
Diff
7290 lines
169 KiB
Diff
From 4b29a8f65f3b9cf38b49f716b1f1bee094048be8 Mon Sep 17 00:00:00 2001
|
|
From: Romuald JEANNE <romuald.jeanne@st.com>
|
|
Date: Tue, 16 Mar 2021 08:14:20 +0100
|
|
Subject: [PATCH 4/5] ARM v2020.10-stm32mp-r1 DEVICETREE
|
|
|
|
Signed-off-by: Romuald JEANNE <romuald.jeanne@st.com>
|
|
---
|
|
arch/arm/dts/Makefile | 10 +-
|
|
arch/arm/dts/stm32mp15-ddr.dtsi | 3 +-
|
|
.../dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi | 2 +-
|
|
.../dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi | 2 +-
|
|
arch/arm/dts/stm32mp15-m4-srm-pinctrl.dtsi | 524 +++++++++++++
|
|
arch/arm/dts/stm32mp15-m4-srm.dtsi | 442 +++++++++++
|
|
arch/arm/dts/stm32mp15-no-scmi.dtsi | 157 ++++
|
|
arch/arm/dts/stm32mp15-pinctrl.dtsi | 428 +++++++++--
|
|
arch/arm/dts/stm32mp15-u-boot.dtsi | 141 ++--
|
|
arch/arm/dts/stm32mp151.dtsi | 631 +++++++++++-----
|
|
arch/arm/dts/stm32mp153.dtsi | 14 +-
|
|
arch/arm/dts/stm32mp157.dtsi | 3 +-
|
|
arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 21 +-
|
|
arch/arm/dts/stm32mp157a-dk1.dts | 4 +-
|
|
arch/arm/dts/stm32mp157a-ed1-u-boot.dtsi | 228 ++++++
|
|
arch/arm/dts/stm32mp157a-ed1.dts | 32 +
|
|
arch/arm/dts/stm32mp157a-ev1-u-boot.dtsi | 62 ++
|
|
arch/arm/dts/stm32mp157a-ev1.dts | 88 +++
|
|
arch/arm/dts/stm32mp157c-dk2.dts | 77 +-
|
|
arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 215 +-----
|
|
arch/arm/dts/stm32mp157c-ed1.dts | 355 +--------
|
|
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi | 49 +-
|
|
arch/arm/dts/stm32mp157c-ev1.dts | 317 +-------
|
|
.../dts/stm32mp157c-odyssey-som-u-boot.dtsi | 4 +
|
|
arch/arm/dts/stm32mp157d-dk1-u-boot.dtsi | 6 +
|
|
arch/arm/dts/stm32mp157d-dk1.dts | 28 +
|
|
arch/arm/dts/stm32mp157d-ed1-u-boot.dtsi | 6 +
|
|
arch/arm/dts/stm32mp157d-ed1.dts | 33 +
|
|
arch/arm/dts/stm32mp157d-ev1-u-boot.dtsi | 6 +
|
|
arch/arm/dts/stm32mp157d-ev1.dts | 88 +++
|
|
arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi | 6 +
|
|
arch/arm/dts/stm32mp157f-dk2.dts | 157 ++++
|
|
arch/arm/dts/stm32mp157f-ed1-u-boot.dtsi | 6 +
|
|
arch/arm/dts/stm32mp157f-ed1.dts | 37 +
|
|
arch/arm/dts/stm32mp157f-ev1-u-boot.dtsi | 6 +
|
|
arch/arm/dts/stm32mp157f-ev1.dts | 89 +++
|
|
arch/arm/dts/stm32mp15xa.dtsi | 13 +
|
|
arch/arm/dts/stm32mp15xc.dtsi | 6 +-
|
|
arch/arm/dts/stm32mp15xd.dtsi | 42 ++
|
|
arch/arm/dts/stm32mp15xf.dtsi | 20 +
|
|
arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 2 +
|
|
arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 2 +
|
|
arch/arm/dts/stm32mp15xx-dkx.dtsi | 165 ++++-
|
|
arch/arm/dts/stm32mp15xx-edx.dtsi | 413 +++++++++++
|
|
arch/arm/dts/stm32mp15xx-evx.dtsi | 686 ++++++++++++++++++
|
|
45 files changed, 4407 insertions(+), 1219 deletions(-)
|
|
create mode 100644 arch/arm/dts/stm32mp15-m4-srm-pinctrl.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp15-m4-srm.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp15-no-scmi.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157a-ed1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157a-ed1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157a-ev1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157a-ev1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157d-dk1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157d-dk1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157d-ed1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157d-ed1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157d-ev1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157d-ev1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157f-dk2.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157f-ed1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157f-ed1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp157f-ev1-u-boot.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp157f-ev1.dts
|
|
create mode 100644 arch/arm/dts/stm32mp15xa.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp15xd.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp15xf.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp15xx-edx.dtsi
|
|
create mode 100644 arch/arm/dts/stm32mp15xx-evx.dtsi
|
|
|
|
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
|
|
index f8f529435b..83677c3d4f 100644
|
|
--- a/arch/arm/dts/Makefile
|
|
+++ b/arch/arm/dts/Makefile
|
|
@@ -943,13 +943,21 @@ dtb-$(CONFIG_ARCH_ASPEED) += ast2500-evb.dtb
|
|
dtb-$(CONFIG_ARCH_STI) += stih410-b2260.dtb
|
|
|
|
dtb-$(CONFIG_STM32MP15x) += \
|
|
- stm32mp157a-dk1.dtb \
|
|
stm32mp157a-avenger96.dtb \
|
|
+ stm32mp157a-dk1.dtb \
|
|
+ stm32mp157a-ed1.dtb \
|
|
+ stm32mp157a-ev1.dtb \
|
|
stm32mp157c-dk2.dtb \
|
|
stm32mp157c-ed1.dtb \
|
|
stm32mp157c-ev1.dtb \
|
|
stm32mp157c-odyssey.dtb \
|
|
stm32mp15xx-dhcom-drc02.dtb \
|
|
+ stm32mp157d-dk1.dtb \
|
|
+ stm32mp157d-ed1.dtb \
|
|
+ stm32mp157d-ev1.dtb \
|
|
+ stm32mp157f-dk2.dtb \
|
|
+ stm32mp157f-ed1.dtb \
|
|
+ stm32mp157f-ev1.dtb \
|
|
stm32mp15xx-dhcom-pdk2.dtb \
|
|
stm32mp15xx-dhcor-avenger96.dtb
|
|
|
|
diff --git a/arch/arm/dts/stm32mp15-ddr.dtsi b/arch/arm/dts/stm32mp15-ddr.dtsi
|
|
index 2a139c54e9..25898fa8ad 100644
|
|
--- a/arch/arm/dts/stm32mp15-ddr.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15-ddr.dtsi
|
|
@@ -14,6 +14,7 @@
|
|
st,mem-speed = <DDR_MEM_SPEED>;
|
|
st,mem-size = <DDR_MEM_SIZE>;
|
|
|
|
+#ifndef CONFIG_TFABOOT
|
|
st,ctl-reg = <
|
|
DDR_MSTR
|
|
DDR_MRCTRL0
|
|
@@ -133,7 +134,7 @@
|
|
>;
|
|
|
|
#endif
|
|
-
|
|
+#endif
|
|
status = "okay";
|
|
};
|
|
};
|
|
diff --git a/arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi b/arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi
|
|
index b4787c4735..978331b279 100644
|
|
--- a/arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15-ddr3-1x4Gb-1066-binG.dtsi
|
|
@@ -15,7 +15,7 @@
|
|
* Save Date: 2020.02.20, save Time: 18:45:20
|
|
*/
|
|
#define DDR_MEM_COMPATIBLE ddr3-1066-888-bin-g-1x4gb-533mhz
|
|
-#define DDR_MEM_NAME "DDR3-DDR3L 16bits 533000Khz"
|
|
+#define DDR_MEM_NAME "DDR3-DDR3L 16bits 533000kHz"
|
|
#define DDR_MEM_SPEED 533000
|
|
#define DDR_MEM_SIZE 0x20000000
|
|
|
|
diff --git a/arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi b/arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi
|
|
index dc2875ca08..426be21f42 100644
|
|
--- a/arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi
|
|
@@ -15,7 +15,7 @@
|
|
* Save Date: 2020.02.20, save Time: 18:49:33
|
|
*/
|
|
#define DDR_MEM_COMPATIBLE ddr3-1066-888-bin-g-2x4gb-533mhz
|
|
-#define DDR_MEM_NAME "DDR3-DDR3L 32bits 533000Khz"
|
|
+#define DDR_MEM_NAME "DDR3-DDR3L 32bits 533000kHz"
|
|
#define DDR_MEM_SPEED 533000
|
|
#define DDR_MEM_SIZE 0x40000000
|
|
|
|
diff --git a/arch/arm/dts/stm32mp15-m4-srm-pinctrl.dtsi b/arch/arm/dts/stm32mp15-m4-srm-pinctrl.dtsi
|
|
new file mode 100644
|
|
index 0000000000..b4030e5c94
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15-m4-srm-pinctrl.dtsi
|
|
@@ -0,0 +1,524 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+&pinctrl {
|
|
+ m4_adc1_in6_pins_a: m4-adc1-in6 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 12, RSVD)>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_adc12_ain_pins_a: m4-adc12-ain-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('C', 3, RSVD)>, /* ADC1 in13 */
|
|
+ <STM32_PINMUX('F', 12, RSVD)>, /* ADC1 in6 */
|
|
+ <STM32_PINMUX('F', 13, RSVD)>, /* ADC2 in2 */
|
|
+ <STM32_PINMUX('F', 14, RSVD)>; /* ADC2 in6 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_adc12_usb_pwr_pins_a: m4-adc12-usb-pwr-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 4, RSVD)>, /* ADC12 in18 */
|
|
+ <STM32_PINMUX('A', 5, RSVD)>; /* ADC12 in19 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_cec_pins_a: m4-cec-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 15, RSVD)>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_cec_pins_b: m4-cec-1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 6, RSVD)>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_dac_ch1_pins_a: m4-dac-ch1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 4, RSVD)>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_dac_ch2_pins_a: m4-dac-ch2 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 5, RSVD)>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_dcmi_pins_a: m4-dcmi-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('H', 8, RSVD)>,/* DCMI_HSYNC */
|
|
+ <STM32_PINMUX('B', 7, RSVD)>,/* DCMI_VSYNC */
|
|
+ <STM32_PINMUX('A', 6, RSVD)>,/* DCMI_PIXCLK */
|
|
+ <STM32_PINMUX('H', 9, RSVD)>,/* DCMI_D0 */
|
|
+ <STM32_PINMUX('H', 10, RSVD)>,/* DCMI_D1 */
|
|
+ <STM32_PINMUX('H', 11, RSVD)>,/* DCMI_D2 */
|
|
+ <STM32_PINMUX('H', 12, RSVD)>,/* DCMI_D3 */
|
|
+ <STM32_PINMUX('H', 14, RSVD)>,/* DCMI_D4 */
|
|
+ <STM32_PINMUX('I', 4, RSVD)>,/* DCMI_D5 */
|
|
+ <STM32_PINMUX('B', 8, RSVD)>,/* DCMI_D6 */
|
|
+ <STM32_PINMUX('E', 6, RSVD)>,/* DCMI_D7 */
|
|
+ <STM32_PINMUX('I', 1, RSVD)>,/* DCMI_D8 */
|
|
+ <STM32_PINMUX('H', 7, RSVD)>,/* DCMI_D9 */
|
|
+ <STM32_PINMUX('I', 3, RSVD)>,/* DCMI_D10 */
|
|
+ <STM32_PINMUX('H', 15, RSVD)>;/* DCMI_D11 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_dfsdm_clkout_pins_a: m4-dfsdm-clkout-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 13, RSVD)>; /* DFSDM_CKOUT */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_dfsdm_data1_pins_a: m4-dfsdm-data1-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('C', 3, RSVD)>; /* DFSDM_DATA1 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_dfsdm_data3_pins_a: m4-dfsdm-data3-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 13, RSVD)>; /* DFSDM_DATA3 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_ethernet0_rgmii_pins_a: m4-rgmii-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('G', 5, RSVD)>, /* ETH_RGMII_CLK125 */
|
|
+ <STM32_PINMUX('G', 4, RSVD)>, /* ETH_RGMII_GTX_CLK */
|
|
+ <STM32_PINMUX('G', 13, RSVD)>, /* ETH_RGMII_TXD0 */
|
|
+ <STM32_PINMUX('G', 14, RSVD)>, /* ETH_RGMII_TXD1 */
|
|
+ <STM32_PINMUX('C', 2, RSVD)>, /* ETH_RGMII_TXD2 */
|
|
+ <STM32_PINMUX('E', 2, RSVD)>, /* ETH_RGMII_TXD3 */
|
|
+ <STM32_PINMUX('B', 11, RSVD)>, /* ETH_RGMII_TX_CTL */
|
|
+ <STM32_PINMUX('C', 1, RSVD)>, /* ETH_MDC */
|
|
+ <STM32_PINMUX('A', 2, RSVD)>, /* ETH_MDIO */
|
|
+ <STM32_PINMUX('C', 4, RSVD)>, /* ETH_RGMII_RXD0 */
|
|
+ <STM32_PINMUX('C', 5, RSVD)>, /* ETH_RGMII_RXD1 */
|
|
+ <STM32_PINMUX('B', 0, RSVD)>, /* ETH_RGMII_RXD2 */
|
|
+ <STM32_PINMUX('B', 1, RSVD)>, /* ETH_RGMII_RXD3 */
|
|
+ <STM32_PINMUX('A', 1, RSVD)>, /* ETH_RGMII_RX_CLK */
|
|
+ <STM32_PINMUX('A', 7, RSVD)>; /* ETH_RGMII_RX_CTL */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_fmc_pins_a: m4-fmc-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('D', 4, RSVD)>, /* FMC_NOE */
|
|
+ <STM32_PINMUX('D', 5, RSVD)>, /* FMC_NWE */
|
|
+ <STM32_PINMUX('D', 11, RSVD)>, /* FMC_A16_FMC_CLE */
|
|
+ <STM32_PINMUX('D', 12, RSVD)>, /* FMC_A17_FMC_ALE */
|
|
+ <STM32_PINMUX('D', 14, RSVD)>, /* FMC_D0 */
|
|
+ <STM32_PINMUX('D', 15, RSVD)>, /* FMC_D1 */
|
|
+ <STM32_PINMUX('D', 0, RSVD)>, /* FMC_D2 */
|
|
+ <STM32_PINMUX('D', 1, RSVD)>, /* FMC_D3 */
|
|
+ <STM32_PINMUX('E', 7, RSVD)>, /* FMC_D4 */
|
|
+ <STM32_PINMUX('E', 8, RSVD)>, /* FMC_D5 */
|
|
+ <STM32_PINMUX('E', 9, RSVD)>, /* FMC_D6 */
|
|
+ <STM32_PINMUX('E', 10, RSVD)>, /* FMC_D7 */
|
|
+ <STM32_PINMUX('G', 9, RSVD)>, /* FMC_NE2_FMC_NCE */
|
|
+ <STM32_PINMUX('D', 6, RSVD)>; /* FMC_NWAIT */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_hdp0_pins_a: m4-hdp0-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 12, RSVD)>; /* HDP0 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_hdp6_pins_a: m4-hdp6-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('K', 5, RSVD)>; /* HDP6 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_hdp7_pins_a: m4-hdp7-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('K', 6, RSVD)>; /* HDP7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_i2c1_pins_a: m4-i2c1-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('D', 12, RSVD)>, /* I2C1_SCL */
|
|
+ <STM32_PINMUX('F', 15, RSVD)>; /* I2C1_SDA */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_i2c2_pins_a: m4-i2c2-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('H', 4, RSVD)>, /* I2C2_SCL */
|
|
+ <STM32_PINMUX('H', 5, RSVD)>; /* I2C2_SDA */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_i2c5_pins_a: m4-i2c5-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 11, RSVD)>, /* I2C5_SCL */
|
|
+ <STM32_PINMUX('A', 12, RSVD)>; /* I2C5_SDA */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_i2s2_pins_a: m4-i2s2-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 3, RSVD)>, /* I2S2_SDO */
|
|
+ <STM32_PINMUX('B', 9, RSVD)>, /* I2S2_WS */
|
|
+ <STM32_PINMUX('A', 9, RSVD)>; /* I2S2_CK */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_ltdc_pins_a: m4-ltdc-a-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('G', 7, RSVD)>, /* LCD_CLK */
|
|
+ <STM32_PINMUX('I', 10, RSVD)>, /* LCD_HSYNC */
|
|
+ <STM32_PINMUX('I', 9, RSVD)>, /* LCD_VSYNC */
|
|
+ <STM32_PINMUX('F', 10, RSVD)>, /* LCD_DE */
|
|
+ <STM32_PINMUX('H', 2, RSVD)>, /* LCD_R0 */
|
|
+ <STM32_PINMUX('H', 3, RSVD)>, /* LCD_R1 */
|
|
+ <STM32_PINMUX('H', 8, RSVD)>, /* LCD_R2 */
|
|
+ <STM32_PINMUX('H', 9, RSVD)>, /* LCD_R3 */
|
|
+ <STM32_PINMUX('H', 10, RSVD)>, /* LCD_R4 */
|
|
+ <STM32_PINMUX('C', 0, RSVD)>, /* LCD_R5 */
|
|
+ <STM32_PINMUX('H', 12, RSVD)>, /* LCD_R6 */
|
|
+ <STM32_PINMUX('E', 15, RSVD)>, /* LCD_R7 */
|
|
+ <STM32_PINMUX('E', 5, RSVD)>, /* LCD_G0 */
|
|
+ <STM32_PINMUX('E', 6, RSVD)>, /* LCD_G1 */
|
|
+ <STM32_PINMUX('H', 13, RSVD)>, /* LCD_G2 */
|
|
+ <STM32_PINMUX('H', 14, RSVD)>, /* LCD_G3 */
|
|
+ <STM32_PINMUX('H', 15, RSVD)>, /* LCD_G4 */
|
|
+ <STM32_PINMUX('I', 0, RSVD)>, /* LCD_G5 */
|
|
+ <STM32_PINMUX('I', 1, RSVD)>, /* LCD_G6 */
|
|
+ <STM32_PINMUX('I', 2, RSVD)>, /* LCD_G7 */
|
|
+ <STM32_PINMUX('D', 9, RSVD)>, /* LCD_B0 */
|
|
+ <STM32_PINMUX('G', 12, RSVD)>, /* LCD_B1 */
|
|
+ <STM32_PINMUX('G', 10, RSVD)>, /* LCD_B2 */
|
|
+ <STM32_PINMUX('D', 10, RSVD)>, /* LCD_B3 */
|
|
+ <STM32_PINMUX('I', 4, RSVD)>, /* LCD_B4 */
|
|
+ <STM32_PINMUX('A', 3, RSVD)>, /* LCD_B5 */
|
|
+ <STM32_PINMUX('B', 8, RSVD)>, /* LCD_B6 */
|
|
+ <STM32_PINMUX('D', 8, RSVD)>; /* LCD_B7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_ltdc_pins_b: m4-ltdc-b-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 14, RSVD)>, /* LCD_CLK */
|
|
+ <STM32_PINMUX('I', 12, RSVD)>, /* LCD_HSYNC */
|
|
+ <STM32_PINMUX('I', 13, RSVD)>, /* LCD_VSYNC */
|
|
+ <STM32_PINMUX('K', 7, RSVD)>, /* LCD_DE */
|
|
+ <STM32_PINMUX('I', 15, RSVD)>, /* LCD_R0 */
|
|
+ <STM32_PINMUX('J', 0, RSVD)>, /* LCD_R1 */
|
|
+ <STM32_PINMUX('J', 1, RSVD)>, /* LCD_R2 */
|
|
+ <STM32_PINMUX('J', 2, RSVD)>, /* LCD_R3 */
|
|
+ <STM32_PINMUX('J', 3, RSVD)>, /* LCD_R4 */
|
|
+ <STM32_PINMUX('J', 4, RSVD)>, /* LCD_R5 */
|
|
+ <STM32_PINMUX('J', 5, RSVD)>, /* LCD_R6 */
|
|
+ <STM32_PINMUX('J', 6, RSVD)>, /* LCD_R7 */
|
|
+ <STM32_PINMUX('J', 7, RSVD)>, /* LCD_G0 */
|
|
+ <STM32_PINMUX('J', 8, RSVD)>, /* LCD_G1 */
|
|
+ <STM32_PINMUX('J', 9, RSVD)>, /* LCD_G2 */
|
|
+ <STM32_PINMUX('J', 10, RSVD)>, /* LCD_G3 */
|
|
+ <STM32_PINMUX('J', 11, RSVD)>, /* LCD_G4 */
|
|
+ <STM32_PINMUX('K', 0, RSVD)>, /* LCD_G5 */
|
|
+ <STM32_PINMUX('K', 1, RSVD)>, /* LCD_G6 */
|
|
+ <STM32_PINMUX('K', 2, RSVD)>, /* LCD_G7 */
|
|
+ <STM32_PINMUX('J', 12, RSVD)>, /* LCD_B0 */
|
|
+ <STM32_PINMUX('J', 13, RSVD)>, /* LCD_B1 */
|
|
+ <STM32_PINMUX('J', 14, RSVD)>, /* LCD_B2 */
|
|
+ <STM32_PINMUX('J', 15, RSVD)>, /* LCD_B3 */
|
|
+ <STM32_PINMUX('K', 3, RSVD)>, /* LCD_B4 */
|
|
+ <STM32_PINMUX('K', 4, RSVD)>, /* LCD_B5 */
|
|
+ <STM32_PINMUX('K', 5, RSVD)>, /* LCD_B6 */
|
|
+ <STM32_PINMUX('K', 6, RSVD)>; /* LCD_B7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_m_can1_pins_a: m4-m-can1-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('H', 13, RSVD)>, /* CAN1_TX */
|
|
+ <STM32_PINMUX('I', 9, RSVD)>; /* CAN1_RX */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm1_pins_a: m4-pwm1-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 9, RSVD)>, /* TIM1_CH1 */
|
|
+ <STM32_PINMUX('E', 11, RSVD)>, /* TIM1_CH2 */
|
|
+ <STM32_PINMUX('E', 14, RSVD)>; /* TIM1_CH4 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm2_pins_a: m4-pwm2-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 3, RSVD)>; /* TIM2_CH4 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm3_pins_a: m4-pwm3-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('C', 7, RSVD)>; /* TIM3_CH2 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm4_pins_a: m4-pwm4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('D', 14, RSVD)>, /* TIM4_CH3 */
|
|
+ <STM32_PINMUX('D', 15, RSVD)>; /* TIM4_CH4 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm4_pins_b: m4-pwm4-1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('D', 13, RSVD)>; /* TIM4_CH2 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm5_pins_a: m4-pwm5-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('H', 11, RSVD)>; /* TIM5_CH2 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm8_pins_a: m4-pwm8-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 2, RSVD)>; /* TIM8_CH4 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_pwm12_pins_a: m4-pwm12-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('H', 6, RSVD)>; /* TIM12_CH1 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_qspi_bk1_pins_a: m4-qspi-bk1-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 8, RSVD)>, /* QSPI_BK1_IO0 */
|
|
+ <STM32_PINMUX('F', 9, RSVD)>, /* QSPI_BK1_IO1 */
|
|
+ <STM32_PINMUX('F', 7, RSVD)>, /* QSPI_BK1_IO2 */
|
|
+ <STM32_PINMUX('F', 6, RSVD)>, /* QSPI_BK1_IO3 */
|
|
+ <STM32_PINMUX('B', 6, RSVD)>; /* QSPI_BK1_NCS */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_qspi_bk2_pins_a: m4-qspi-bk2-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('H', 2, RSVD)>, /* QSPI_BK2_IO0 */
|
|
+ <STM32_PINMUX('H', 3, RSVD)>, /* QSPI_BK2_IO1 */
|
|
+ <STM32_PINMUX('G', 10, RSVD)>, /* QSPI_BK2_IO2 */
|
|
+ <STM32_PINMUX('G', 7, RSVD)>, /* QSPI_BK2_IO3 */
|
|
+ <STM32_PINMUX('C', 0, RSVD)>; /* QSPI_BK2_NCS */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_qspi_clk_pins_a: m4-qspi-clk-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 10, RSVD)>; /* QSPI_CLK */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_rtc_out2_rmp_pins_a: m4-rtc-out2-rmp-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 8, RSVD)>; /* RTC_OUT2_RMP */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sai2a_pins_a: m4-sai2a-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 5, RSVD)>, /* SAI2_SCK_A */
|
|
+ <STM32_PINMUX('I', 6, RSVD)>, /* SAI2_SD_A */
|
|
+ <STM32_PINMUX('I', 7, RSVD)>, /* SAI2_FS_A */
|
|
+ <STM32_PINMUX('E', 0, RSVD)>; /* SAI2_MCLK_A */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sai2b_pins_a: m4-sai2b-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 12, RSVD)>, /* SAI2_SCK_B */
|
|
+ <STM32_PINMUX('E', 13, RSVD)>, /* SAI2_FS_B */
|
|
+ <STM32_PINMUX('E', 14, RSVD)>, /* SAI2_MCLK_B */
|
|
+ <STM32_PINMUX('F', 11, RSVD)>; /* SAI2_SD_B */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sai2b_pins_b: m4-sai2b-2 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 11, RSVD)>; /* SAI2_SD_B */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sai4a_pins_a: m4-sai4a-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 5, RSVD)>; /* SAI4_SD_A */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sdmmc1_b4_pins_a: m4-sdmmc1-b4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('C', 8, RSVD)>, /* SDMMC1_D0 */
|
|
+ <STM32_PINMUX('C', 9, RSVD)>, /* SDMMC1_D1 */
|
|
+ <STM32_PINMUX('C', 10, RSVD)>, /* SDMMC1_D2 */
|
|
+ <STM32_PINMUX('C', 11, RSVD)>, /* SDMMC1_D3 */
|
|
+ <STM32_PINMUX('D', 2, RSVD)>, /* SDMMC1_CMD */
|
|
+ <STM32_PINMUX('C', 12, RSVD)>; /* SDMMC1_CK */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sdmmc1_dir_pins_a: m4-sdmmc1-dir-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 2, RSVD)>, /* SDMMC1_D0DIR */
|
|
+ <STM32_PINMUX('C', 7, RSVD)>, /* SDMMC1_D123DIR */
|
|
+ <STM32_PINMUX('B', 9, RSVD)>, /* SDMMC1_CDIR */
|
|
+ <STM32_PINMUX('E', 4, RSVD)>; /* SDMMC1_CKIN */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sdmmc2_b4_pins_a: m4-sdmmc2-b4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 14, RSVD)>, /* SDMMC2_D0 */
|
|
+ <STM32_PINMUX('B', 15, RSVD)>, /* SDMMC2_D1 */
|
|
+ <STM32_PINMUX('B', 3, RSVD)>, /* SDMMC2_D2 */
|
|
+ <STM32_PINMUX('B', 4, RSVD)>, /* SDMMC2_D3 */
|
|
+ <STM32_PINMUX('G', 6, RSVD)>, /* SDMMC2_CMD */
|
|
+ <STM32_PINMUX('E', 3, RSVD)>; /* SDMMC2_CK */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sdmmc2_b4_pins_b: m4-sdmmc2-b4-1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 14, RSVD)>, /* SDMMC2_D0 */
|
|
+ <STM32_PINMUX('B', 15, RSVD)>, /* SDMMC2_D1 */
|
|
+ <STM32_PINMUX('B', 3, RSVD)>, /* SDMMC2_D2 */
|
|
+ <STM32_PINMUX('B', 4, RSVD)>, /* SDMMC2_D3 */
|
|
+ <STM32_PINMUX('G', 6, RSVD)>, /* SDMMC2_CMD */
|
|
+ <STM32_PINMUX('E', 3, RSVD)>; /* SDMMC2_CK */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sdmmc2_d47_pins_a: m4-sdmmc2-d47-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 8, RSVD)>, /* SDMMC2_D4 */
|
|
+ <STM32_PINMUX('A', 9, RSVD)>, /* SDMMC2_D5 */
|
|
+ <STM32_PINMUX('E', 5, RSVD)>, /* SDMMC2_D6 */
|
|
+ <STM32_PINMUX('D', 3, RSVD)>; /* SDMMC2_D7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_sdmmc3_b4_pins_a: m4-sdmmc3-b4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 0, RSVD)>, /* SDMMC3_D0 */
|
|
+ <STM32_PINMUX('F', 4, RSVD)>, /* SDMMC3_D1 */
|
|
+ <STM32_PINMUX('F', 5, RSVD)>, /* SDMMC3_D2 */
|
|
+ <STM32_PINMUX('D', 7, RSVD)>, /* SDMMC3_D3 */
|
|
+ <STM32_PINMUX('F', 1, RSVD)>, /* SDMMC3_CMD */
|
|
+ <STM32_PINMUX('G', 15, RSVD)>; /* SDMMC3_CK */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_spdifrx_pins_a: m4-spdifrx-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('G', 12, RSVD)>; /* SPDIF_IN1 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_spi4_pins_a: m4-spi4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 12, RSVD)>, /* SPI4_SCK */
|
|
+ <STM32_PINMUX('E', 14, RSVD)>, /* SPI4_MOSI */
|
|
+ <STM32_PINMUX('E', 13, RSVD)>; /* SPI4_MISO */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_spi5_pins_a: m4-spi5-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 7, RSVD)>, /* SPI5_SCK */
|
|
+ <STM32_PINMUX('F', 9, RSVD)>, /* SPI5_MOSI */
|
|
+ <STM32_PINMUX('F', 8, RSVD)>; /* SPI5_MISO */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_stusb1600_pins_a: m4-stusb1600-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 11, RSVD)>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_uart4_pins_a: m4-uart4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('G', 11, RSVD)>, /* UART4_TX */
|
|
+ <STM32_PINMUX('B', 2, RSVD)>; /* UART4_RX */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_uart7_pins_a: m4-uart7-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 8, RSVD)>, /* USART7_TX */
|
|
+ <STM32_PINMUX('E', 7, RSVD)>; /* USART7_RX */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_usart2_pins_a: m4-usart2-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('D', 5, RSVD)>, /* USART2_TX */
|
|
+ <STM32_PINMUX('D', 4, RSVD)>, /* USART2_RTS */
|
|
+ <STM32_PINMUX('D', 6, RSVD)>, /* USART2_RX */
|
|
+ <STM32_PINMUX('D', 3, RSVD)>; /* USART2_CTS_NSS */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_usart3_pins_a: m4-usart3-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 10, RSVD)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('G', 8, RSVD)>, /* USART3_RTS */
|
|
+ <STM32_PINMUX('B', 12, RSVD)>, /* USART3_RX */
|
|
+ <STM32_PINMUX('I', 10, RSVD)>; /* USART3_CTS_NSS */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_usart3_pins_b: m4-usart3-1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 10, RSVD)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('G', 8, RSVD)>, /* USART3_RTS */
|
|
+ <STM32_PINMUX('B', 12, RSVD)>, /* USART3_RX */
|
|
+ <STM32_PINMUX('B', 13, RSVD)>; /* USART3_CTS_NSS */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_usbotg_hs_pins_a: m4-usbotg_hs-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 10, RSVD)>; /* OTG_ID */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_usbotg_fs_dp_dm_pins_a: m4-usbotg-fs-dp-dm-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 11, RSVD)>, /* OTG_FS_DM */
|
|
+ <STM32_PINMUX('A', 12, RSVD)>; /* OTG_FS_DP */
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&pinctrl_z {
|
|
+ m4_i2c4_pins_a: m4-i2c4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('Z', 4, RSVD)>, /* I2C4_SCL */
|
|
+ <STM32_PINMUX('Z', 5, RSVD)>; /* I2C4_SDA */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ m4_spi1_pins_a: m4-spi1-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('Z', 0, RSVD)>, /* SPI1_SCK */
|
|
+ <STM32_PINMUX('Z', 2, RSVD)>, /* SPI1_MOSI */
|
|
+ <STM32_PINMUX('Z', 1, RSVD)>; /* SPI1_MISO */
|
|
+ };
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15-m4-srm.dtsi b/arch/arm/dts/stm32mp15-m4-srm.dtsi
|
|
new file mode 100644
|
|
index 0000000000..60454aee41
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15-m4-srm.dtsi
|
|
@@ -0,0 +1,442 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+&m4_rproc {
|
|
+ m4_system_resources {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
+ m4_timers2: timer@40000000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40000000 0x400>;
|
|
+ clocks = <&rcc TIM2_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers3: timer@40001000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40001000 0x400>;
|
|
+ clocks = <&rcc TIM3_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers4: timer@40002000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40002000 0x400>;
|
|
+ clocks = <&rcc TIM4_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers5: timer@40003000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40003000 0x400>;
|
|
+ clocks = <&rcc TIM5_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers6: timer@40004000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40004000 0x400>;
|
|
+ clocks = <&rcc TIM6_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers7: timer@40005000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40005000 0x400>;
|
|
+ clocks = <&rcc TIM7_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers12: timer@40006000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40006000 0x400>;
|
|
+ clocks = <&rcc TIM12_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers13: timer@40007000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40007000 0x400>;
|
|
+ clocks = <&rcc TIM13_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers14: timer@40008000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40008000 0x400>;
|
|
+ clocks = <&rcc TIM14_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_lptimer1: timer@40009000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40009000 0x400>;
|
|
+ clocks = <&rcc LPTIM1_K>;
|
|
+ clock-names = "mux";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_spi2: spi@4000b000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000b000 0x400>;
|
|
+ clocks = <&rcc SPI2_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2s2: audio-controller@4000b000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000b000 0x400>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_spi3: spi@4000c000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000c000 0x400>;
|
|
+ clocks = <&rcc SPI3_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2s3: audio-controller@4000c000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000c000 0x400>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_spdifrx: audio-controller@4000d000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000d000 0x400>;
|
|
+ clocks = <&rcc SPDIF_K>;
|
|
+ clock-names = "kclk";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_usart2: serial@4000e000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000e000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <27 1>;
|
|
+ clocks = <&rcc USART2_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_usart3: serial@4000f000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4000f000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <28 1>;
|
|
+ clocks = <&rcc USART3_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_uart4: serial@40010000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40010000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <30 1>;
|
|
+ clocks = <&rcc UART4_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_uart5: serial@40011000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40011000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <31 1>;
|
|
+ clocks = <&rcc UART5_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2c1: i2c@40012000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40012000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <21 1>;
|
|
+ clocks = <&rcc I2C1_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2c2: i2c@40013000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40013000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <22 1>;
|
|
+ clocks = <&rcc I2C2_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2c3: i2c@40014000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40014000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <23 1>;
|
|
+ clocks = <&rcc I2C3_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2c5: i2c@40015000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40015000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <25 1>;
|
|
+ clocks = <&rcc I2C5_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_cec: cec@40016000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40016000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <69 1>;
|
|
+ clocks = <&rcc CEC_K>, <&scmi0_clk CK_SCMI0_LSE>;
|
|
+ clock-names = "cec", "hdmi-cec";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_dac: dac@40017000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40017000 0x400>;
|
|
+ clocks = <&rcc DAC12>;
|
|
+ clock-names = "pclk";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_uart7: serial@40018000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40018000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <32 1>;
|
|
+ clocks = <&rcc UART7_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_uart8: serial@40019000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x40019000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <33 1>;
|
|
+ clocks = <&rcc UART8_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers1: timer@44000000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44000000 0x400>;
|
|
+ clocks = <&rcc TIM1_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers8: timer@44001000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44001000 0x400>;
|
|
+ clocks = <&rcc TIM8_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_usart6: serial@44003000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44003000 0x400>;
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <29 1>;
|
|
+ clocks = <&rcc USART6_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_spi1: spi@44004000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44004000 0x400>;
|
|
+ clocks = <&rcc SPI1_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_i2s1: audio-controller@44004000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44004000 0x400>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_spi4: spi@44005000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44005000 0x400>;
|
|
+ clocks = <&rcc SPI4_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers15: timer@44006000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44006000 0x400>;
|
|
+ clocks = <&rcc TIM15_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers16: timer@44007000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44007000 0x400>;
|
|
+ clocks = <&rcc TIM16_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_timers17: timer@44008000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44008000 0x400>;
|
|
+ clocks = <&rcc TIM17_K>;
|
|
+ clock-names = "int";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_spi5: spi@44009000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x44009000 0x400>;
|
|
+ clocks = <&rcc SPI5_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_sai1: sai@4400a000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4400a000 0x4>;
|
|
+ clocks = <&rcc SAI1_K>;
|
|
+ clock-names = "sai_ck";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_sai2: sai@4400b000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4400b000 0x4>;
|
|
+ clocks = <&rcc SAI2_K>;
|
|
+ clock-names = "sai_ck";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_sai3: sai@4400c000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4400c000 0x4>;
|
|
+ clocks = <&rcc SAI3_K>;
|
|
+ clock-names = "sai_ck";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_dfsdm: dfsdm@4400d000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4400d000 0x800>;
|
|
+ clocks = <&rcc DFSDM_K>, <&rcc ADFSDM_K>;
|
|
+ clock-names = "dfsdm", "audio";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_m_can1: can@4400e000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4400e000 0x400>, <0x44011000 0x2800>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_HSE>, <&rcc FDCAN_K>;
|
|
+ clock-names = "hclk", "cclk";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_m_can2: can@4400f000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4400f000 0x400>, <0x44011000 0x2800>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_HSE>, <&rcc FDCAN_K>;
|
|
+ clock-names = "hclk", "cclk";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_dma1: dma@48000000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x48000000 0x400>;
|
|
+ clocks = <&rcc DMA1>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_dma2: dma@48001000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x48001000 0x400>;
|
|
+ clocks = <&rcc DMA2>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_dmamux1: dma-router@48002000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x48002000 0x1c>;
|
|
+ clocks = <&rcc DMAMUX>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_adc: adc@48003000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x48003000 0x400>;
|
|
+ clocks = <&rcc ADC12>, <&rcc ADC12_K>;
|
|
+ clock-names = "bus", "adc";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_sdmmc3: sdmmc@48004000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x48004000 0x400>, <0x48005000 0x400>;
|
|
+ clocks = <&rcc SDMMC3_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_usbotg_hs: usb-otg@49000000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x49000000 0x10000>;
|
|
+ clocks = <&rcc USBO_K>;
|
|
+ clock-names = "otg";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_hash2: hash@4c002000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4c002000 0x400>;
|
|
+ clocks = <&rcc HASH2>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_rng2: rng@4c003000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4c003000 0x400>;
|
|
+ clocks = <&rcc RNG2_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_crc2: crc@4c004000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4c004000 0x400>;
|
|
+ clocks = <&rcc CRC2>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_cryp2: cryp@4c005000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4c005000 0x400>;
|
|
+ clocks = <&rcc CRYP2>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_dcmi: dcmi@4c006000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x4c006000 0x400>;
|
|
+ clocks = <&rcc DCMI>;
|
|
+ clock-names = "mclk";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_lptimer2: timer@50021000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x50021000 0x400>;
|
|
+ clocks = <&rcc LPTIM2_K>;
|
|
+ clock-names = "mux";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_lptimer3: timer@50022000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x50022000 0x400>;
|
|
+ clocks = <&rcc LPTIM3_K>;
|
|
+ clock-names = "mux";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_lptimer4: timer@50023000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x50023000 0x400>;
|
|
+ clocks = <&rcc LPTIM4_K>;
|
|
+ clock-names = "mux";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_lptimer5: timer@50024000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x50024000 0x400>;
|
|
+ clocks = <&rcc LPTIM5_K>;
|
|
+ clock-names = "mux";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_sai4: sai@50027000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x50027000 0x4>;
|
|
+ clocks = <&rcc SAI4_K>;
|
|
+ clock-names = "sai_ck";
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_qspi: qspi@58003000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
|
|
+ clocks = <&rcc QSPI_K>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ m4_ethernet0: ethernet@5800a000 {
|
|
+ compatible = "rproc-srm-dev";
|
|
+ reg = <0x5800a000 0x2000>;
|
|
+ clock-names = "stmmaceth",
|
|
+ "mac-clk-tx",
|
|
+ "mac-clk-rx",
|
|
+ "ethstp",
|
|
+ "syscfg-clk";
|
|
+ clocks = <&rcc ETHMAC>,
|
|
+ <&rcc ETHTX>,
|
|
+ <&rcc ETHRX>,
|
|
+ <&rcc ETHSTP>,
|
|
+ <&rcc SYSCFG>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
diff --git a/arch/arm/dts/stm32mp15-no-scmi.dtsi b/arch/arm/dts/stm32mp15-no-scmi.dtsi
|
|
new file mode 100644
|
|
index 0000000000..94a10b86a1
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15-no-scmi.dtsi
|
|
@@ -0,0 +1,157 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2020 - All Rights Reserved
|
|
+ * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+/ {
|
|
+
|
|
+ clocks {
|
|
+ clk_hse: clk-hse {
|
|
+ #clock-cells = <0>;
|
|
+ compatible = "fixed-clock";
|
|
+ clock-frequency = <24000000>;
|
|
+ };
|
|
+
|
|
+ clk_hsi: clk-hsi {
|
|
+ #clock-cells = <0>;
|
|
+ compatible = "fixed-clock";
|
|
+ clock-frequency = <64000000>;
|
|
+ };
|
|
+
|
|
+ clk_lse: clk-lse {
|
|
+ #clock-cells = <0>;
|
|
+ compatible = "fixed-clock";
|
|
+ clock-frequency = <32768>;
|
|
+ };
|
|
+
|
|
+ clk_lsi: clk-lsi {
|
|
+ #clock-cells = <0>;
|
|
+ compatible = "fixed-clock";
|
|
+ clock-frequency = <32000>;
|
|
+ };
|
|
+
|
|
+ clk_csi: clk-csi {
|
|
+ #clock-cells = <0>;
|
|
+ compatible = "fixed-clock";
|
|
+ clock-frequency = <4000000>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ cpus {
|
|
+ cpu0: cpu@0 {
|
|
+ clocks = <&rcc CK_MPU>;
|
|
+ };
|
|
+
|
|
+ cpu1: cpu@1 {
|
|
+ clocks = <&rcc CK_MPU>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ reboot {
|
|
+ compatible = "syscon-reboot";
|
|
+ regmap = <&rcc>;
|
|
+ offset = <0x404>;
|
|
+ mask = <0x1>;
|
|
+ };
|
|
+
|
|
+ soc {
|
|
+ m_can1: can@4400e000 {
|
|
+ clocks = <&rcc CK_HSE>, <&rcc FDCAN_K>;
|
|
+ };
|
|
+
|
|
+ m_can2: can@4400f000 {
|
|
+ clocks = <&rcc CK_HSE>, <&rcc FDCAN_K>;
|
|
+ };
|
|
+
|
|
+ cryp1: cryp@54001000 {
|
|
+ clocks = <&rcc CRYP1>;
|
|
+ resets = <&rcc CRYP1_R>;
|
|
+ };
|
|
+
|
|
+ dsi: dsi@5a000000 {
|
|
+ clocks = <&rcc DSI_K>, <&clk_hse>, <&rcc DSI_PX>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ ahb {
|
|
+ m4_rproc: m4@10000000 {
|
|
+ resets = <&rcc MCU_R>, <&rcc MCU_HOLD_BOOT_R>;
|
|
+
|
|
+ m4_system_resources {
|
|
+ m4_cec: cec@40016000 {
|
|
+ clocks = <&rcc CEC_K>, <&rcc CK_LSE>;
|
|
+ };
|
|
+
|
|
+ m4_m_can1: can@4400e000 {
|
|
+ clocks = <&rcc CK_HSE>, <&rcc FDCAN_K>;
|
|
+ };
|
|
+
|
|
+ m4_m_can2: can@4400f000 {
|
|
+ clocks = <&rcc CK_HSE>, <&rcc FDCAN_K>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ firmware {
|
|
+ /delete-node/ scmi0;
|
|
+ /delete-node/ scmi1;
|
|
+ };
|
|
+ /delete-node/ sram@2ffff000;
|
|
+};
|
|
+
|
|
+&cec {
|
|
+ clocks = <&rcc CEC_K>, <&clk_lse>;
|
|
+};
|
|
+
|
|
+&gpioz {
|
|
+ clocks = <&rcc GPIOZ>;
|
|
+};
|
|
+
|
|
+&hash1 {
|
|
+ clocks = <&rcc HASH1>;
|
|
+ resets = <&rcc HASH1_R>;
|
|
+};
|
|
+
|
|
+&i2c4 {
|
|
+ clocks = <&rcc I2C4_K>;
|
|
+ resets = <&rcc I2C4_R>;
|
|
+};
|
|
+
|
|
+&i2c6 {
|
|
+ clocks = <&rcc I2C6_K>;
|
|
+ resets = <&rcc I2C6_R>;
|
|
+};
|
|
+
|
|
+&iwdg2 {
|
|
+ clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
|
|
+};
|
|
+
|
|
+&mdma1 {
|
|
+ clocks = <&rcc MDMA>;
|
|
+ resets = <&rcc MDMA_R>;
|
|
+};
|
|
+
|
|
+&rcc {
|
|
+ compatible = "st,stm32mp1-rcc", "syscon";
|
|
+ clocks = <&clk_hse>, <&clk_hsi>, <&clk_csi>, <&clk_lse>, <&clk_lsi>;
|
|
+};
|
|
+
|
|
+&rng1 {
|
|
+ clocks = <&rcc RNG1_K>;
|
|
+ resets = <&rcc RNG1_R>;
|
|
+};
|
|
+
|
|
+&rtc {
|
|
+ clocks = <&rcc RTCAPB>, <&rcc RTC>;
|
|
+};
|
|
+
|
|
+&spi6 {
|
|
+ clocks = <&rcc SPI6_K>;
|
|
+ resets = <&rcc SPI6_R>;
|
|
+};
|
|
+
|
|
+&usart1 {
|
|
+ clocks = <&rcc USART1_K>;
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15-pinctrl.dtsi b/arch/arm/dts/stm32mp15-pinctrl.dtsi
|
|
index e9525b5d06..a0b76e238c 100644
|
|
--- a/arch/arm/dts/stm32mp15-pinctrl.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15-pinctrl.dtsi
|
|
@@ -118,6 +118,45 @@
|
|
};
|
|
};
|
|
|
|
+ dfsdm_clkout_pins_a: dfsdm-clkout-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 13, AF3)>; /* DFSDM_CKOUT */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm_clkout_sleep_pins_a: dfsdm-clkout-sleep-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 13, ANALOG)>; /* DFSDM_CKOUT */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm_data1_pins_a: dfsdm-data1-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('C', 3, AF3)>; /* DFSDM_DATA1 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm_data1_sleep_pins_a: dfsdm-data1-sleep-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('C', 3, ANALOG)>; /* DFSDM_DATA1 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm_data3_pins_a: dfsdm-data3-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 13, AF6)>; /* DFSDM_DATA3 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm_data3_sleep_pins_a: dfsdm-data3-sleep-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 13, ANALOG)>; /* DFSDM_DATA3 */
|
|
+ };
|
|
+ };
|
|
+
|
|
ethernet0_rgmii_pins_a: rgmii-0 {
|
|
pins1 {
|
|
pinmux = <STM32_PINMUX('G', 5, AF11)>, /* ETH_RGMII_CLK125 */
|
|
@@ -349,6 +388,51 @@
|
|
};
|
|
};
|
|
|
|
+ hdp0_pins_a: hdp0-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 12, AF2)>; /* HDP0 */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <2>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ hdp0_pins_sleep_a: hdp0-sleep-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 12, ANALOG)>; /* HDP0 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ hdp6_pins_a: hdp6-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('K', 5, AF2)>; /* HDP6 */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <2>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ hdp6_pins_sleep_a: hdp6-sleep-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('K', 5, ANALOG)>; /* HDP6 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ hdp7_pins_a: hdp7-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('K', 6, AF2)>; /* HDP7 */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <2>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ hdp7_pins_sleep_a: hdp7-sleep-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('K', 6, ANALOG)>; /* HDP7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
i2c1_pins_a: i2c1-0 {
|
|
pins {
|
|
pinmux = <STM32_PINMUX('D', 12, AF5)>, /* I2C1_SCL */
|
|
@@ -1051,6 +1135,12 @@
|
|
};
|
|
};
|
|
|
|
+ rtc_out2_rmp_pins_a: rtc-out2-rmp-pins-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 8, ANALOG)>; /* RTC_OUT2_RMP */
|
|
+ };
|
|
+ };
|
|
+
|
|
sai2a_pins_a: sai2a-0 {
|
|
pins {
|
|
pinmux = <STM32_PINMUX('I', 5, AF10)>, /* SAI2_SCK_A */
|
|
@@ -1147,7 +1237,7 @@
|
|
};
|
|
};
|
|
|
|
- sai2b_pins_c: sai2a-4 {
|
|
+ sai2b_pins_c: sai2b-4 {
|
|
pins1 {
|
|
pinmux = <STM32_PINMUX('F', 11, AF10)>; /* SAI2_SD_B */
|
|
bias-disable;
|
|
@@ -1437,6 +1527,24 @@
|
|
};
|
|
};
|
|
|
|
+ sdmmc2_d47_pins_d: sdmmc2-d47-3 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 8, AF9)>, /* SDMMC2_D4 */
|
|
+ <STM32_PINMUX('A', 9, AF10)>, /* SDMMC2_D5 */
|
|
+ <STM32_PINMUX('E', 5, AF9)>, /* SDMMC2_D6 */
|
|
+ <STM32_PINMUX('C', 7, AF10)>; /* SDMMC2_D7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ sdmmc2_d47_sleep_pins_d: sdmmc2-d47-sleep-3 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('A', 8, ANALOG)>, /* SDMMC2_D4 */
|
|
+ <STM32_PINMUX('A', 9, ANALOG)>, /* SDMMC2_D5 */
|
|
+ <STM32_PINMUX('E', 5, ANALOG)>, /* SDMMC2_D6 */
|
|
+ <STM32_PINMUX('C', 7, ANALOG)>; /* SDMMC2_D7 */
|
|
+ };
|
|
+ };
|
|
+
|
|
sdmmc3_b4_pins_a: sdmmc3-b4-0 {
|
|
pins1 {
|
|
pinmux = <STM32_PINMUX('F', 0, AF9)>, /* SDMMC3_D0 */
|
|
@@ -1573,10 +1681,205 @@
|
|
};
|
|
};
|
|
|
|
+ spi4_pins_a: spi4-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 12, AF5)>, /* SPI4_SCK */
|
|
+ <STM32_PINMUX('E', 6, AF5)>; /* SPI4_MOSI */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <1>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('E', 13, AF5)>; /* SPI4_MISO */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ spi4_pins_b: spi4-1 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('E', 12, AF5)>, /* SPI4_SCK */
|
|
+ <STM32_PINMUX('E', 14, AF5)>; /* SPI4_MOSI */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <1>;
|
|
+ };
|
|
+
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('E', 13, AF5)>; /* SPI4_MISO */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ spi4_sleep_pins_b: spi4-sleep-1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 12, ANALOG)>, /* SPI4_SCK */
|
|
+ <STM32_PINMUX('E', 13, ANALOG)>, /* SPI4_MISO */
|
|
+ <STM32_PINMUX('E', 14, ANALOG)>; /* SPI4_MOSI */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ spi5_pins_a: spi5-0 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('F', 7, AF5)>, /* SPI5_SCK */
|
|
+ <STM32_PINMUX('F', 9, AF5)>; /* SPI5_MOSI */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <1>;
|
|
+ };
|
|
+
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('F', 8, AF5)>; /* SPI5_MISO */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ spi5_sleep_pins_a: spi5-sleep-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('F', 7, ANALOG)>, /* SPI5_SCK */
|
|
+ <STM32_PINMUX('F', 8, ANALOG)>, /* SPI5_MISO */
|
|
+ <STM32_PINMUX('F', 9, ANALOG)>; /* SPI5_MOSI */
|
|
+ };
|
|
+ };
|
|
+
|
|
stusb1600_pins_a: stusb1600-0 {
|
|
- pins {
|
|
- pinmux = <STM32_PINMUX('I', 11, ANALOG)>;
|
|
- bias-pull-up;
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 11, ANALOG)>;
|
|
+ bias-pull-up;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart4_pins_a: uart4-0 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('G', 11, AF6)>; /* UART4_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart4_idle_pins_a: uart4-idle-0 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('G', 11, ANALOG)>; /* UART4_TX */
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart4_sleep_pins_a: uart4-sleep-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('G', 11, ANALOG)>, /* UART4_TX */
|
|
+ <STM32_PINMUX('B', 2, ANALOG)>; /* UART4_RX */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart4_pins_b: uart4-1 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('D', 1, AF8)>; /* UART4_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart4_pins_c: uart4-2 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('G', 11, AF6)>; /* UART4_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart7_pins_a: uart7-0 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('E', 8, AF7)>; /* UART7_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('E', 7, AF7)>, /* UART7_RX */
|
|
+ <STM32_PINMUX('E', 10, AF7)>, /* UART7_CTS */
|
|
+ <STM32_PINMUX('E', 9, AF7)>; /* UART7_RTS */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart7_pins_b: uart7-1 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('F', 7, AF7)>; /* UART7_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('F', 6, AF7)>; /* UART7_RX */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart7_pins_c: uart7-2 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('E', 8, AF7)>; /* UART7_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('E', 7, AF7)>; /* UART7_RX */
|
|
+ bias-pull-up;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart7_idle_pins_c: uart7-idle-2 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('E', 8, ANALOG)>; /* UART7_TX */
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('E', 7, AF7)>; /* UART7_RX */
|
|
+ bias-pull-up;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart7_sleep_pins_c: uart7-sleep-2 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('E', 8, ANALOG)>, /* UART7_TX */
|
|
+ <STM32_PINMUX('E', 7, ANALOG)>; /* UART7_RX */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart8_pins_a: uart8-0 {
|
|
+ pins1 {
|
|
+ pinmux = <STM32_PINMUX('E', 1, AF8)>; /* UART8_TX */
|
|
+ bias-disable;
|
|
+ drive-push-pull;
|
|
+ slew-rate = <0>;
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('E', 0, AF8)>; /* UART8_RX */
|
|
+ bias-disable;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ uart8_rtscts_pins_a: uart8rtscts-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('G', 7, AF8)>, /* UART8_RTS */
|
|
+ <STM32_PINMUX('G', 10, AF8)>; /* UART8_CTS */
|
|
+ bias-disable;
|
|
};
|
|
};
|
|
|
|
@@ -1628,96 +1931,139 @@
|
|
};
|
|
};
|
|
|
|
- usart3_pins_a: usart3-0 {
|
|
+ usart2_pins_c: usart2-2 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('B', 10, AF7)>; /* USART3_TX */
|
|
+ pinmux = <STM32_PINMUX('D', 5, AF7)>, /* USART2_TX */
|
|
+ <STM32_PINMUX('D', 4, AF7)>; /* USART2_RTS */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
- slew-rate = <0>;
|
|
+ slew-rate = <3>;
|
|
};
|
|
pins2 {
|
|
- pinmux = <STM32_PINMUX('B', 12, AF8)>; /* USART3_RX */
|
|
+ pinmux = <STM32_PINMUX('D', 6, AF7)>, /* USART2_RX */
|
|
+ <STM32_PINMUX('D', 3, AF7)>; /* USART2_CTS_NSS */
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
- uart4_pins_a: uart4-0 {
|
|
+ usart2_idle_pins_c: usart2-idle-2 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('G', 11, AF6)>; /* UART4_TX */
|
|
+ pinmux = <STM32_PINMUX('D', 5, ANALOG)>, /* USART2_TX */
|
|
+ <STM32_PINMUX('D', 3, ANALOG)>; /* USART2_CTS_NSS */
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('D', 4, AF7)>; /* USART2_RTS */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
- slew-rate = <0>;
|
|
+ slew-rate = <3>;
|
|
};
|
|
- pins2 {
|
|
- pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ pins3 {
|
|
+ pinmux = <STM32_PINMUX('D', 6, AF7)>; /* USART2_RX */
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
- uart4_pins_b: uart4-1 {
|
|
+ usart2_sleep_pins_c: usart2-sleep-2 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('D', 5, ANALOG)>, /* USART2_TX */
|
|
+ <STM32_PINMUX('D', 4, ANALOG)>, /* USART2_RTS */
|
|
+ <STM32_PINMUX('D', 6, ANALOG)>, /* USART2_RX */
|
|
+ <STM32_PINMUX('D', 3, ANALOG)>; /* USART2_CTS_NSS */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ usart3_pins_a: usart3-0 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('D', 1, AF8)>; /* UART4_TX */
|
|
+ pinmux = <STM32_PINMUX('B', 10, AF7)>; /* USART3_TX */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
slew-rate = <0>;
|
|
};
|
|
pins2 {
|
|
- pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ pinmux = <STM32_PINMUX('B', 12, AF8)>; /* USART3_RX */
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
- uart4_pins_c: uart4-2 {
|
|
+ usart3_pins_b: usart3-1 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('G', 11, AF6)>; /* UART4_TX */
|
|
+ pinmux = <STM32_PINMUX('B', 10, AF7)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('G', 8, AF8)>; /* USART3_RTS */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
slew-rate = <0>;
|
|
};
|
|
pins2 {
|
|
- pinmux = <STM32_PINMUX('B', 2, AF8)>; /* UART4_RX */
|
|
+ pinmux = <STM32_PINMUX('B', 12, AF8)>, /* USART3_RX */
|
|
+ <STM32_PINMUX('I', 10, AF8)>; /* USART3_CTS_NSS */
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
- uart7_pins_a: uart7-0 {
|
|
+ usart3_idle_pins_b: usart3-idle-1 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('E', 8, AF7)>; /* UART4_TX */
|
|
+ pinmux = <STM32_PINMUX('B', 10, ANALOG)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('I', 10, ANALOG)>; /* USART3_CTS_NSS */
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('G', 8, AF8)>; /* USART3_RTS */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
slew-rate = <0>;
|
|
};
|
|
- pins2 {
|
|
- pinmux = <STM32_PINMUX('E', 7, AF7)>, /* UART4_RX */
|
|
- <STM32_PINMUX('E', 10, AF7)>, /* UART4_CTS */
|
|
- <STM32_PINMUX('E', 9, AF7)>; /* UART4_RTS */
|
|
+ pins3 {
|
|
+ pinmux = <STM32_PINMUX('B', 12, AF8)>; /* USART3_RX */
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
- uart7_pins_b: uart7-1 {
|
|
+ usart3_sleep_pins_b: usart3-sleep-1 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 10, ANALOG)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('G', 8, ANALOG)>, /* USART3_RTS */
|
|
+ <STM32_PINMUX('I', 10, ANALOG)>, /* USART3_CTS_NSS */
|
|
+ <STM32_PINMUX('B', 12, ANALOG)>; /* USART3_RX */
|
|
+ };
|
|
+ };
|
|
+
|
|
+ usart3_pins_c: usart3-2 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('F', 7, AF7)>; /* UART7_TX */
|
|
+ pinmux = <STM32_PINMUX('B', 10, AF7)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('G', 8, AF8)>; /* USART3_RTS */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
slew-rate = <0>;
|
|
};
|
|
pins2 {
|
|
- pinmux = <STM32_PINMUX('F', 6, AF7)>; /* UART7_RX */
|
|
- bias-disable;
|
|
+ pinmux = <STM32_PINMUX('B', 12, AF8)>, /* USART3_RX */
|
|
+ <STM32_PINMUX('B', 13, AF7)>; /* USART3_CTS_NSS */
|
|
+ bias-pull-up;
|
|
};
|
|
};
|
|
|
|
- uart8_pins_a: uart8-0 {
|
|
+ usart3_idle_pins_c: usart3-idle-2 {
|
|
pins1 {
|
|
- pinmux = <STM32_PINMUX('E', 1, AF8)>; /* UART8_TX */
|
|
+ pinmux = <STM32_PINMUX('B', 10, ANALOG)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('B', 13, ANALOG)>; /* USART3_CTS_NSS */
|
|
+ };
|
|
+ pins2 {
|
|
+ pinmux = <STM32_PINMUX('G', 8, AF8)>; /* USART3_RTS */
|
|
bias-disable;
|
|
drive-push-pull;
|
|
slew-rate = <0>;
|
|
};
|
|
- pins2 {
|
|
- pinmux = <STM32_PINMUX('E', 0, AF8)>; /* UART8_RX */
|
|
- bias-disable;
|
|
+ pins3 {
|
|
+ pinmux = <STM32_PINMUX('B', 12, AF8)>; /* USART3_RX */
|
|
+ bias-pull-up;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ usart3_sleep_pins_c: usart3-sleep-2 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('B', 10, ANALOG)>, /* USART3_TX */
|
|
+ <STM32_PINMUX('G', 8, ANALOG)>, /* USART3_RTS */
|
|
+ <STM32_PINMUX('B', 13, ANALOG)>, /* USART3_CTS_NSS */
|
|
+ <STM32_PINMUX('B', 12, ANALOG)>; /* USART3_RX */
|
|
};
|
|
};
|
|
|
|
@@ -1783,17 +2129,11 @@
|
|
};
|
|
};
|
|
|
|
- spi4_pins_a: spi4-0 {
|
|
+ spi1_sleep_pins_a: spi1-sleep-0 {
|
|
pins {
|
|
- pinmux = <STM32_PINMUX('E', 12, AF5)>, /* SPI4_SCK */
|
|
- <STM32_PINMUX('E', 6, AF5)>; /* SPI4_MOSI */
|
|
- bias-disable;
|
|
- drive-push-pull;
|
|
- slew-rate = <1>;
|
|
- };
|
|
- pins2 {
|
|
- pinmux = <STM32_PINMUX('E', 13, AF5)>; /* SPI4_MISO */
|
|
- bias-disable;
|
|
+ pinmux = <STM32_PINMUX('Z', 0, ANALOG)>, /* SPI1_SCK */
|
|
+ <STM32_PINMUX('Z', 1, ANALOG)>, /* SPI1_MISO */
|
|
+ <STM32_PINMUX('Z', 2, ANALOG)>; /* SPI1_MOSI */
|
|
};
|
|
};
|
|
};
|
|
diff --git a/arch/arm/dts/stm32mp15-u-boot.dtsi b/arch/arm/dts/stm32mp15-u-boot.dtsi
|
|
index 7ec90fe4a3..038ae25530 100644
|
|
--- a/arch/arm/dts/stm32mp15-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15-u-boot.dtsi
|
|
@@ -21,23 +21,11 @@
|
|
pinctrl1 = &pinctrl_z;
|
|
};
|
|
|
|
- clocks {
|
|
- u-boot,dm-pre-reloc;
|
|
- };
|
|
-
|
|
/* need PSCI for sysreset during board_f */
|
|
psci {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
- reboot {
|
|
- u-boot,dm-pre-reloc;
|
|
- compatible = "syscon-reboot";
|
|
- regmap = <&rcc>;
|
|
- offset = <0x404>;
|
|
- mask = <0x1>;
|
|
- };
|
|
-
|
|
soc {
|
|
u-boot,dm-pre-reloc;
|
|
|
|
@@ -72,36 +60,6 @@
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
-&clk_csi {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&clk_hsi {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&clk_hse {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&clk_lsi {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&clk_lse {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&cpu0_opp_table {
|
|
- u-boot,dm-spl;
|
|
- opp-650000000 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
- opp-800000000 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
&gpioa {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
@@ -167,16 +125,44 @@
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
-&pwr_regulators {
|
|
+&rcc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
-&rcc {
|
|
+#ifdef CONFIG_TFABOOT
|
|
+&scmi0 {
|
|
u-boot,dm-pre-reloc;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <0>;
|
|
};
|
|
|
|
+&scmi0_clk {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&scmi0_reset {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&scmi0_shm {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&scmi1 {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&scmi1_clk {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&scmi1_shm {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&scmi_sram {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+#endif
|
|
+
|
|
&sdmmc1 {
|
|
compatible = "st,stm32-sdmmc2", "arm,pl18x", "arm,primecell";
|
|
};
|
|
@@ -190,7 +176,7 @@
|
|
};
|
|
|
|
&usart1 {
|
|
- resets = <&rcc USART1_R>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_USART1>;
|
|
};
|
|
|
|
&usart2 {
|
|
@@ -221,6 +207,63 @@
|
|
resets = <&rcc UART8_R>;
|
|
};
|
|
|
|
-&usbotg_hs {
|
|
- compatible = "st,stm32mp1-hsotg", "snps,dwc2";
|
|
+/* NO MORE USE SCMI SUPPORT for BASIC boot chain */
|
|
+#ifndef CONFIG_TFABOOT
|
|
+
|
|
+#include "stm32mp15-no-scmi.dtsi"
|
|
+
|
|
+/ {
|
|
+ clocks {
|
|
+ u-boot,dm-pre-reloc;
|
|
+
|
|
+ clk_hse: clk-hse {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+
|
|
+ clk_hsi: clk-hsi {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+
|
|
+ clk_lse: clk-lse {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+
|
|
+ clk_lsi: clk-lsi {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+
|
|
+ clk_csi: clk-csi {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ reboot {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+};
|
|
+
|
|
+&cpu0_opp_table {
|
|
+ u-boot,dm-spl;
|
|
+ opp-650000000 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+ opp-800000000 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
};
|
|
+
|
|
+/* only for vdd-supply in sysconf_init() */
|
|
+&pwr_regulators {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&rcc {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+};
|
|
+
|
|
+&usart1 {
|
|
+ resets = <&rcc USART1_R>;
|
|
+};
|
|
+
|
|
+#endif /* CONFIG_TFABOOT */
|
|
diff --git a/arch/arm/dts/stm32mp151.dtsi b/arch/arm/dts/stm32mp151.dtsi
|
|
index 39d9e545ed..ca71139f3a 100644
|
|
--- a/arch/arm/dts/stm32mp151.dtsi
|
|
+++ b/arch/arm/dts/stm32mp151.dtsi
|
|
@@ -5,7 +5,10 @@
|
|
*/
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/clock/stm32mp1-clks.h>
|
|
+#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/reset/stm32mp1-resets.h>
|
|
+#include <dt-bindings/thermal/thermal.h>
|
|
+
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
@@ -17,27 +20,76 @@
|
|
|
|
cpu0: cpu@0 {
|
|
compatible = "arm,cortex-a7";
|
|
- clock-frequency = <650000000>;
|
|
device_type = "cpu";
|
|
reg = <0>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_MPU>;
|
|
+ clock-names = "cpu";
|
|
operating-points-v2 = <&cpu0_opp_table>;
|
|
nvmem-cells = <&part_number_otp>;
|
|
nvmem-cell-names = "part_number";
|
|
+ #cooling-cells = <2>;
|
|
};
|
|
};
|
|
|
|
+ arm-pmu {
|
|
+ compatible = "arm,cortex-a7-pmu";
|
|
+ interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-affinity = <&cpu0>;
|
|
+ interrupt-parent = <&intc>;
|
|
+ };
|
|
+
|
|
cpu0_opp_table: cpu0-opp-table {
|
|
compatible = "operating-points-v2";
|
|
opp-shared;
|
|
- opp-650000000 {
|
|
- opp-hz = /bits/ 64 <650000000>;
|
|
- opp-microvolt = <1200000>;
|
|
- opp-supported-hw = <0x1>;
|
|
+ };
|
|
+
|
|
+ scmi_sram: sram@2ffff000 {
|
|
+ compatible = "mmio-sram";
|
|
+ reg = <0x2ffff000 0x1000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ ranges = <0 0x2ffff000 0x1000>;
|
|
+
|
|
+ scmi0_shm: scmi_shm@0 {
|
|
+ reg = <0 0x80>;
|
|
+ };
|
|
+
|
|
+ scmi1_shm: scmi_shm@200 {
|
|
+ reg = <0x200 0x80>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ firmware {
|
|
+ scmi0: scmi0 {
|
|
+ compatible = "arm,scmi-smc";
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ arm,smc-id = <0x82002000>;
|
|
+ shmem = <&scmi0_shm>;
|
|
+
|
|
+ scmi0_clk: protocol@14 {
|
|
+ reg = <0x14>;
|
|
+ #clock-cells = <1>;
|
|
+ };
|
|
+
|
|
+ scmi0_reset: protocol@16 {
|
|
+ reg = <0x16>;
|
|
+ #reset-cells = <1>;
|
|
+ };
|
|
};
|
|
- opp-800000000 {
|
|
- opp-hz = /bits/ 64 <800000000>;
|
|
- opp-microvolt = <1350000>;
|
|
- opp-supported-hw = <0x2>;
|
|
+
|
|
+ scmi1: scmi1 {
|
|
+ compatible = "arm,scmi-smc";
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ arm,smc-id = <0x82002001>;
|
|
+ shmem = <&scmi1_shm>;
|
|
+ status = "disabled";
|
|
+
|
|
+ scmi1_clk: protocol@14 {
|
|
+ reg = <0x14>;
|
|
+ #clock-cells = <1>;
|
|
+ };
|
|
};
|
|
};
|
|
|
|
@@ -61,38 +113,7 @@
|
|
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
|
|
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
|
|
interrupt-parent = <&intc>;
|
|
- };
|
|
-
|
|
- clocks {
|
|
- clk_hse: clk-hse {
|
|
- #clock-cells = <0>;
|
|
- compatible = "fixed-clock";
|
|
- clock-frequency = <24000000>;
|
|
- };
|
|
-
|
|
- clk_hsi: clk-hsi {
|
|
- #clock-cells = <0>;
|
|
- compatible = "fixed-clock";
|
|
- clock-frequency = <64000000>;
|
|
- };
|
|
-
|
|
- clk_lse: clk-lse {
|
|
- #clock-cells = <0>;
|
|
- compatible = "fixed-clock";
|
|
- clock-frequency = <32768>;
|
|
- };
|
|
-
|
|
- clk_lsi: clk-lsi {
|
|
- #clock-cells = <0>;
|
|
- compatible = "fixed-clock";
|
|
- clock-frequency = <32000>;
|
|
- };
|
|
-
|
|
- clk_csi: clk-csi {
|
|
- #clock-cells = <0>;
|
|
- compatible = "fixed-clock";
|
|
- clock-frequency = <4000000>;
|
|
- };
|
|
+ always-on;
|
|
};
|
|
|
|
thermal-zones {
|
|
@@ -102,12 +123,6 @@
|
|
thermal-sensors = <&dts>;
|
|
|
|
trips {
|
|
- cpu_alert1: cpu-alert1 {
|
|
- temperature = <85000>;
|
|
- hysteresis = <0>;
|
|
- type = "passive";
|
|
- };
|
|
-
|
|
cpu-crit {
|
|
temperature = <120000>;
|
|
hysteresis = <0>;
|
|
@@ -126,6 +141,26 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ pm_domain {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ compatible = "st,stm32mp157c-pd";
|
|
+
|
|
+ pd_core_ret: core-ret-power-domain@1 {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ reg = <1>;
|
|
+ #power-domain-cells = <0>;
|
|
+ label = "CORE-RETENTION";
|
|
+
|
|
+ pd_core: core-power-domain@2 {
|
|
+ reg = <2>;
|
|
+ #power-domain-cells = <0>;
|
|
+ label = "CORE";
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
soc {
|
|
compatible = "simple-bus";
|
|
#address-cells = <1>;
|
|
@@ -133,6 +168,14 @@
|
|
interrupt-parent = <&intc>;
|
|
ranges;
|
|
|
|
+ sram: sram@10000000 {
|
|
+ compatible = "mmio-sram";
|
|
+ reg = <0x10000000 0x60000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ ranges = <0 0x10000000 0x60000>;
|
|
+ };
|
|
+
|
|
timers2: timer@40000000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
@@ -140,11 +183,11 @@
|
|
reg = <0x40000000 0x400>;
|
|
clocks = <&rcc TIM2_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 18 0x400 0x1>,
|
|
- <&dmamux1 19 0x400 0x1>,
|
|
- <&dmamux1 20 0x400 0x1>,
|
|
- <&dmamux1 21 0x400 0x1>,
|
|
- <&dmamux1 22 0x400 0x1>;
|
|
+ dmas = <&dmamux1 18 0x400 0x80000001>,
|
|
+ <&dmamux1 19 0x400 0x80000001>,
|
|
+ <&dmamux1 20 0x400 0x80000001>,
|
|
+ <&dmamux1 21 0x400 0x80000001>,
|
|
+ <&dmamux1 22 0x400 0x80000001>;
|
|
dma-names = "ch1", "ch2", "ch3", "ch4", "up";
|
|
status = "disabled";
|
|
|
|
@@ -173,12 +216,12 @@
|
|
reg = <0x40001000 0x400>;
|
|
clocks = <&rcc TIM3_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 23 0x400 0x1>,
|
|
- <&dmamux1 24 0x400 0x1>,
|
|
- <&dmamux1 25 0x400 0x1>,
|
|
- <&dmamux1 26 0x400 0x1>,
|
|
- <&dmamux1 27 0x400 0x1>,
|
|
- <&dmamux1 28 0x400 0x1>;
|
|
+ dmas = <&dmamux1 23 0x400 0x80000001>,
|
|
+ <&dmamux1 24 0x400 0x80000001>,
|
|
+ <&dmamux1 25 0x400 0x80000001>,
|
|
+ <&dmamux1 26 0x400 0x80000001>,
|
|
+ <&dmamux1 27 0x400 0x80000001>,
|
|
+ <&dmamux1 28 0x400 0x80000001>;
|
|
dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
|
|
status = "disabled";
|
|
|
|
@@ -207,10 +250,10 @@
|
|
reg = <0x40002000 0x400>;
|
|
clocks = <&rcc TIM4_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 29 0x400 0x1>,
|
|
- <&dmamux1 30 0x400 0x1>,
|
|
- <&dmamux1 31 0x400 0x1>,
|
|
- <&dmamux1 32 0x400 0x1>;
|
|
+ dmas = <&dmamux1 29 0x400 0x80000001>,
|
|
+ <&dmamux1 30 0x400 0x80000001>,
|
|
+ <&dmamux1 31 0x400 0x80000001>,
|
|
+ <&dmamux1 32 0x400 0x80000001>;
|
|
dma-names = "ch1", "ch2", "ch3", "ch4";
|
|
status = "disabled";
|
|
|
|
@@ -239,12 +282,12 @@
|
|
reg = <0x40003000 0x400>;
|
|
clocks = <&rcc TIM5_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 55 0x400 0x1>,
|
|
- <&dmamux1 56 0x400 0x1>,
|
|
- <&dmamux1 57 0x400 0x1>,
|
|
- <&dmamux1 58 0x400 0x1>,
|
|
- <&dmamux1 59 0x400 0x1>,
|
|
- <&dmamux1 60 0x400 0x1>;
|
|
+ dmas = <&dmamux1 55 0x400 0x80000001>,
|
|
+ <&dmamux1 56 0x400 0x80000001>,
|
|
+ <&dmamux1 57 0x400 0x80000001>,
|
|
+ <&dmamux1 58 0x400 0x80000001>,
|
|
+ <&dmamux1 59 0x400 0x80000001>,
|
|
+ <&dmamux1 60 0x400 0x80000001>;
|
|
dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig";
|
|
status = "disabled";
|
|
|
|
@@ -273,7 +316,7 @@
|
|
reg = <0x40004000 0x400>;
|
|
clocks = <&rcc TIM6_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 69 0x400 0x1>;
|
|
+ dmas = <&dmamux1 69 0x400 0x80000001>;
|
|
dma-names = "up";
|
|
status = "disabled";
|
|
|
|
@@ -291,7 +334,7 @@
|
|
reg = <0x40005000 0x400>;
|
|
clocks = <&rcc TIM7_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 70 0x400 0x1>;
|
|
+ dmas = <&dmamux1 70 0x400 0x80000001>;
|
|
dma-names = "up";
|
|
status = "disabled";
|
|
|
|
@@ -373,8 +416,11 @@
|
|
#size-cells = <0>;
|
|
compatible = "st,stm32-lptimer";
|
|
reg = <0x40009000 0x400>;
|
|
+ interrupts-extended = <&exti 47 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc LPTIM1_K>;
|
|
clock-names = "mux";
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
|
|
pwm {
|
|
@@ -393,6 +439,11 @@
|
|
compatible = "st,stm32-lptimer-counter";
|
|
status = "disabled";
|
|
};
|
|
+
|
|
+ timer {
|
|
+ compatible = "st,stm32-lptimer-timer";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
spi2: spi@4000b000 {
|
|
@@ -403,9 +454,10 @@
|
|
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc SPI2_K>;
|
|
resets = <&rcc SPI2_R>;
|
|
- dmas = <&dmamux1 39 0x400 0x05>,
|
|
- <&dmamux1 40 0x400 0x05>;
|
|
+ dmas = <&dmamux1 39 0x400 0x01>,
|
|
+ <&dmamux1 40 0x400 0x01>;
|
|
dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -428,9 +480,10 @@
|
|
interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc SPI3_K>;
|
|
resets = <&rcc SPI3_R>;
|
|
- dmas = <&dmamux1 61 0x400 0x05>,
|
|
- <&dmamux1 62 0x400 0x05>;
|
|
+ dmas = <&dmamux1 61 0x400 0x01>,
|
|
+ <&dmamux1 62 0x400 0x01>;
|
|
dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -461,32 +514,52 @@
|
|
usart2: serial@4000e000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x4000e000 0x400>;
|
|
- interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 27 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc USART2_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 43 0x400 0x15>,
|
|
+ <&dmamux1 44 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
usart3: serial@4000f000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x4000f000 0x400>;
|
|
- interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 28 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc USART3_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 45 0x400 0x15>,
|
|
+ <&dmamux1 46 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
uart4: serial@40010000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x40010000 0x400>;
|
|
- interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 30 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc UART4_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 63 0x400 0x15>,
|
|
+ <&dmamux1 64 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
uart5: serial@40011000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x40011000 0x400>;
|
|
- interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 31 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc UART5_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 65 0x400 0x15>,
|
|
+ <&dmamux1 66 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -494,14 +567,19 @@
|
|
compatible = "st,stm32mp15-i2c";
|
|
reg = <0x40012000 0x400>;
|
|
interrupt-names = "event", "error";
|
|
- interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 21 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&intc GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc I2C1_K>;
|
|
resets = <&rcc I2C1_R>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ dmas = <&dmamux1 33 0x400 0x80000001>,
|
|
+ <&dmamux1 34 0x400 0x80000001>;
|
|
+ dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
st,syscfg-fmp = <&syscfg 0x4 0x1>;
|
|
wakeup-source;
|
|
+ i2c-analog-filter;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -509,14 +587,19 @@
|
|
compatible = "st,stm32mp15-i2c";
|
|
reg = <0x40013000 0x400>;
|
|
interrupt-names = "event", "error";
|
|
- interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 22 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&intc GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc I2C2_K>;
|
|
resets = <&rcc I2C2_R>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ dmas = <&dmamux1 35 0x400 0x80000001>,
|
|
+ <&dmamux1 36 0x400 0x80000001>;
|
|
+ dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
st,syscfg-fmp = <&syscfg 0x4 0x2>;
|
|
wakeup-source;
|
|
+ i2c-analog-filter;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -524,14 +607,19 @@
|
|
compatible = "st,stm32mp15-i2c";
|
|
reg = <0x40014000 0x400>;
|
|
interrupt-names = "event", "error";
|
|
- interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 23 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&intc GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc I2C3_K>;
|
|
resets = <&rcc I2C3_R>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ dmas = <&dmamux1 73 0x400 0x80000001>,
|
|
+ <&dmamux1 74 0x400 0x80000001>;
|
|
+ dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
st,syscfg-fmp = <&syscfg 0x4 0x4>;
|
|
wakeup-source;
|
|
+ i2c-analog-filter;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -539,14 +627,19 @@
|
|
compatible = "st,stm32mp15-i2c";
|
|
reg = <0x40015000 0x400>;
|
|
interrupt-names = "event", "error";
|
|
- interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 25 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&intc GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc I2C5_K>;
|
|
resets = <&rcc I2C5_R>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ dmas = <&dmamux1 115 0x400 0x80000001>,
|
|
+ <&dmamux1 116 0x400 0x80000001>;
|
|
+ dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
st,syscfg-fmp = <&syscfg 0x4 0x10>;
|
|
wakeup-source;
|
|
+ i2c-analog-filter;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -554,7 +647,7 @@
|
|
compatible = "st,stm32-cec";
|
|
reg = <0x40016000 0x400>;
|
|
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc CEC_K>, <&clk_lse>;
|
|
+ clocks = <&rcc CEC_K>, <&scmi0_clk CK_SCMI0_LSE>;
|
|
clock-names = "cec", "hdmi-cec";
|
|
status = "disabled";
|
|
};
|
|
@@ -586,16 +679,26 @@
|
|
uart7: serial@40018000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x40018000 0x400>;
|
|
- interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 32 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc UART7_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 79 0x400 0x15>,
|
|
+ <&dmamux1 80 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
uart8: serial@40019000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x40019000 0x400>;
|
|
- interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 33 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc UART8_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 81 0x400 0x15>,
|
|
+ <&dmamux1 82 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -606,13 +709,13 @@
|
|
reg = <0x44000000 0x400>;
|
|
clocks = <&rcc TIM1_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 11 0x400 0x1>,
|
|
- <&dmamux1 12 0x400 0x1>,
|
|
- <&dmamux1 13 0x400 0x1>,
|
|
- <&dmamux1 14 0x400 0x1>,
|
|
- <&dmamux1 15 0x400 0x1>,
|
|
- <&dmamux1 16 0x400 0x1>,
|
|
- <&dmamux1 17 0x400 0x1>;
|
|
+ dmas = <&dmamux1 11 0x400 0x80000001>,
|
|
+ <&dmamux1 12 0x400 0x80000001>,
|
|
+ <&dmamux1 13 0x400 0x80000001>,
|
|
+ <&dmamux1 14 0x400 0x80000001>,
|
|
+ <&dmamux1 15 0x400 0x80000001>,
|
|
+ <&dmamux1 16 0x400 0x80000001>,
|
|
+ <&dmamux1 17 0x400 0x80000001>;
|
|
dma-names = "ch1", "ch2", "ch3", "ch4",
|
|
"up", "trig", "com";
|
|
status = "disabled";
|
|
@@ -642,13 +745,13 @@
|
|
reg = <0x44001000 0x400>;
|
|
clocks = <&rcc TIM8_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 47 0x400 0x1>,
|
|
- <&dmamux1 48 0x400 0x1>,
|
|
- <&dmamux1 49 0x400 0x1>,
|
|
- <&dmamux1 50 0x400 0x1>,
|
|
- <&dmamux1 51 0x400 0x1>,
|
|
- <&dmamux1 52 0x400 0x1>,
|
|
- <&dmamux1 53 0x400 0x1>;
|
|
+ dmas = <&dmamux1 47 0x400 0x80000001>,
|
|
+ <&dmamux1 48 0x400 0x80000001>,
|
|
+ <&dmamux1 49 0x400 0x80000001>,
|
|
+ <&dmamux1 50 0x400 0x80000001>,
|
|
+ <&dmamux1 51 0x400 0x80000001>,
|
|
+ <&dmamux1 52 0x400 0x80000001>,
|
|
+ <&dmamux1 53 0x400 0x80000001>;
|
|
dma-names = "ch1", "ch2", "ch3", "ch4",
|
|
"up", "trig", "com";
|
|
status = "disabled";
|
|
@@ -674,8 +777,13 @@
|
|
usart6: serial@44003000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x44003000 0x400>;
|
|
- interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 29 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc USART6_K>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
+ dmas = <&dmamux1 71 0x400 0x15>,
|
|
+ <&dmamux1 72 0x400 0x11>;
|
|
+ dma-names = "rx", "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -687,9 +795,10 @@
|
|
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc SPI1_K>;
|
|
resets = <&rcc SPI1_R>;
|
|
- dmas = <&dmamux1 37 0x400 0x05>,
|
|
- <&dmamux1 38 0x400 0x05>;
|
|
+ dmas = <&dmamux1 37 0x400 0x01>,
|
|
+ <&dmamux1 38 0x400 0x01>;
|
|
dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -712,9 +821,10 @@
|
|
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc SPI4_K>;
|
|
resets = <&rcc SPI4_R>;
|
|
- dmas = <&dmamux1 83 0x400 0x05>,
|
|
- <&dmamux1 84 0x400 0x05>;
|
|
+ dmas = <&dmamux1 83 0x400 0x01>,
|
|
+ <&dmamux1 84 0x400 0x01>;
|
|
dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -725,10 +835,10 @@
|
|
reg = <0x44006000 0x400>;
|
|
clocks = <&rcc TIM15_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 105 0x400 0x1>,
|
|
- <&dmamux1 106 0x400 0x1>,
|
|
- <&dmamux1 107 0x400 0x1>,
|
|
- <&dmamux1 108 0x400 0x1>;
|
|
+ dmas = <&dmamux1 105 0x400 0x80000001>,
|
|
+ <&dmamux1 106 0x400 0x80000001>,
|
|
+ <&dmamux1 107 0x400 0x80000001>,
|
|
+ <&dmamux1 108 0x400 0x80000001>;
|
|
dma-names = "ch1", "up", "trig", "com";
|
|
status = "disabled";
|
|
|
|
@@ -752,8 +862,8 @@
|
|
reg = <0x44007000 0x400>;
|
|
clocks = <&rcc TIM16_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 109 0x400 0x1>,
|
|
- <&dmamux1 110 0x400 0x1>;
|
|
+ dmas = <&dmamux1 109 0x400 0x80000001>,
|
|
+ <&dmamux1 110 0x400 0x80000001>;
|
|
dma-names = "ch1", "up";
|
|
status = "disabled";
|
|
|
|
@@ -776,8 +886,8 @@
|
|
reg = <0x44008000 0x400>;
|
|
clocks = <&rcc TIM17_K>;
|
|
clock-names = "int";
|
|
- dmas = <&dmamux1 111 0x400 0x1>,
|
|
- <&dmamux1 112 0x400 0x1>;
|
|
+ dmas = <&dmamux1 111 0x400 0x80000001>,
|
|
+ <&dmamux1 112 0x400 0x80000001>;
|
|
dma-names = "ch1", "up";
|
|
status = "disabled";
|
|
|
|
@@ -802,9 +912,10 @@
|
|
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc SPI5_K>;
|
|
resets = <&rcc SPI5_R>;
|
|
- dmas = <&dmamux1 85 0x400 0x05>,
|
|
- <&dmamux1 86 0x400 0x05>;
|
|
+ dmas = <&dmamux1 85 0x400 0x01>,
|
|
+ <&dmamux1 86 0x400 0x01>;
|
|
dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -822,7 +933,7 @@
|
|
#sound-dai-cells = <0>;
|
|
|
|
compatible = "st,stm32-sai-sub-a";
|
|
- reg = <0x4 0x1c>;
|
|
+ reg = <0x4 0x20>;
|
|
clocks = <&rcc SAI1_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 87 0x400 0x01>;
|
|
@@ -832,7 +943,7 @@
|
|
sai1b: audio-controller@4400a024 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-b";
|
|
- reg = <0x24 0x1c>;
|
|
+ reg = <0x24 0x20>;
|
|
clocks = <&rcc SAI1_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 88 0x400 0x01>;
|
|
@@ -853,7 +964,7 @@
|
|
sai2a: audio-controller@4400b004 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-a";
|
|
- reg = <0x4 0x1c>;
|
|
+ reg = <0x4 0x20>;
|
|
clocks = <&rcc SAI2_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 89 0x400 0x01>;
|
|
@@ -863,7 +974,7 @@
|
|
sai2b: audio-controller@4400b024 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-b";
|
|
- reg = <0x24 0x1c>;
|
|
+ reg = <0x24 0x20>;
|
|
clocks = <&rcc SAI2_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 90 0x400 0x01>;
|
|
@@ -884,7 +995,7 @@
|
|
sai3a: audio-controller@4400c004 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-a";
|
|
- reg = <0x04 0x1c>;
|
|
+ reg = <0x04 0x20>;
|
|
clocks = <&rcc SAI3_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 113 0x400 0x01>;
|
|
@@ -894,7 +1005,7 @@
|
|
sai3b: audio-controller@4400c024 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-b";
|
|
- reg = <0x24 0x1c>;
|
|
+ reg = <0x24 0x20>;
|
|
clocks = <&rcc SAI3_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 114 0x400 0x01>;
|
|
@@ -988,6 +1099,15 @@
|
|
#dma-cells = <4>;
|
|
st,mem2mem;
|
|
dma-requests = <8>;
|
|
+ dmas = <&mdma1 0 0x3 0x1200000a 0x48000008 0x00000020 1>,
|
|
+ <&mdma1 1 0x3 0x1200000a 0x48000008 0x00000800 1>,
|
|
+ <&mdma1 2 0x3 0x1200000a 0x48000008 0x00200000 1>,
|
|
+ <&mdma1 3 0x3 0x1200000a 0x48000008 0x08000000 1>,
|
|
+ <&mdma1 4 0x3 0x1200000a 0x4800000C 0x00000020 1>,
|
|
+ <&mdma1 5 0x3 0x1200000a 0x4800000C 0x00000800 1>,
|
|
+ <&mdma1 6 0x3 0x1200000a 0x4800000C 0x00200000 1>,
|
|
+ <&mdma1 7 0x3 0x1200000a 0x4800000C 0x08000000 1>;
|
|
+ dma-names = "ch0", "ch1", "ch2", "ch3", "ch4", "ch5", "ch6", "ch7";
|
|
};
|
|
|
|
dma2: dma-controller@48001000 {
|
|
@@ -1006,11 +1126,20 @@
|
|
#dma-cells = <4>;
|
|
st,mem2mem;
|
|
dma-requests = <8>;
|
|
+ dmas = <&mdma1 8 0x3 0x1200000a 0x48001008 0x00000020 1>,
|
|
+ <&mdma1 9 0x3 0x1200000a 0x48001008 0x00000800 1>,
|
|
+ <&mdma1 10 0x3 0x1200000a 0x48001008 0x00200000 1>,
|
|
+ <&mdma1 11 0x3 0x1200000a 0x48001008 0x08000000 1>,
|
|
+ <&mdma1 12 0x3 0x1200000a 0x4800100C 0x00000020 1>,
|
|
+ <&mdma1 13 0x3 0x1200000a 0x4800100C 0x00000800 1>,
|
|
+ <&mdma1 14 0x3 0x1200000a 0x4800100C 0x00200000 1>,
|
|
+ <&mdma1 15 0x3 0x1200000a 0x4800100C 0x08000000 1>;
|
|
+ dma-names = "ch0", "ch1", "ch2", "ch3", "ch4", "ch5", "ch6", "ch7";
|
|
};
|
|
|
|
dmamux1: dma-router@48002000 {
|
|
compatible = "st,stm32h7-dmamux";
|
|
- reg = <0x48002000 0x1c>;
|
|
+ reg = <0x48002000 0x40>;
|
|
#dma-cells = <3>;
|
|
dma-requests = <128>;
|
|
dma-masters = <&dma1 &dma2>;
|
|
@@ -1039,7 +1168,7 @@
|
|
reg = <0x0>;
|
|
interrupt-parent = <&adc>;
|
|
interrupts = <0>;
|
|
- dmas = <&dmamux1 9 0x400 0x01>;
|
|
+ dmas = <&dmamux1 9 0x400 0x80000001>;
|
|
dma-names = "rx";
|
|
status = "disabled";
|
|
};
|
|
@@ -1050,7 +1179,7 @@
|
|
reg = <0x100>;
|
|
interrupt-parent = <&adc>;
|
|
interrupts = <1>;
|
|
- dmas = <&dmamux1 10 0x400 0x01>;
|
|
+ dmas = <&dmamux1 10 0x400 0x80000001>;
|
|
dma-names = "rx";
|
|
status = "disabled";
|
|
};
|
|
@@ -1058,7 +1187,7 @@
|
|
|
|
sdmmc3: sdmmc@48004000 {
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
- arm,primecell-periphid = <0x10153180>;
|
|
+ arm,primecell-periphid = <0x00253180>;
|
|
reg = <0x48004000 0x400>;
|
|
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "cmd_irq";
|
|
@@ -1078,21 +1207,23 @@
|
|
clock-names = "otg";
|
|
resets = <&rcc USBO_R>;
|
|
reset-names = "dwc2";
|
|
- interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
|
|
- g-rx-fifo-size = <256>;
|
|
+ interrupts-extended = <&exti 44 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ g-rx-fifo-size = <512>;
|
|
g-np-tx-fifo-size = <32>;
|
|
- g-tx-fifo-size = <128 128 64 64 64 64 32 32>;
|
|
+ g-tx-fifo-size = <256 16 16 16 16 16 16 16>;
|
|
dr_mode = "otg";
|
|
usb33d-supply = <&usb33>;
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
};
|
|
|
|
- hwspinlock: hwspinlock@4c000000 {
|
|
+ hsem: hwspinlock@4c000000 {
|
|
compatible = "st,stm32-hwspinlock";
|
|
- #hwlock-cells = <1>;
|
|
+ #hwlock-cells = <2>;
|
|
reg = <0x4c000000 0x400>;
|
|
clocks = <&rcc HSEM>;
|
|
- clock-names = "hwspinlock";
|
|
+ clock-names = "hsem";
|
|
};
|
|
|
|
ipcc: mailbox@4c001000 {
|
|
@@ -1101,12 +1232,12 @@
|
|
reg = <0x4c001000 0x400>;
|
|
st,proc-id = <0>;
|
|
interrupts-extended =
|
|
- <&intc GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <&exti 61 1>;
|
|
- interrupt-names = "rx", "tx", "wakeup";
|
|
+ <&exti 61 1>,
|
|
+ <&intc GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "rx", "tx";
|
|
clocks = <&rcc IPCC>;
|
|
wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1117,21 +1248,30 @@
|
|
resets = <&rcc CAMITF_R>;
|
|
clocks = <&rcc DCMI>;
|
|
clock-names = "mclk";
|
|
- dmas = <&dmamux1 75 0x400 0x0d>;
|
|
+ dmas = <&dmamux1 75 0x400 0xe0000001>;
|
|
dma-names = "tx";
|
|
status = "disabled";
|
|
};
|
|
|
|
rcc: rcc@50000000 {
|
|
- compatible = "st,stm32mp1-rcc", "syscon";
|
|
+ compatible = "st,stm32mp1-rcc-secure", "st,stm32mp1-rcc", "syscon";
|
|
reg = <0x50000000 0x1000>;
|
|
#clock-cells = <1>;
|
|
#reset-cells = <1>;
|
|
+ interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
|
|
+
|
|
+ clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
|
+ clocks = <&scmi0_clk CK_SCMI0_HSE>,
|
|
+ <&scmi0_clk CK_SCMI0_HSI>,
|
|
+ <&scmi0_clk CK_SCMI0_CSI>,
|
|
+ <&scmi0_clk CK_SCMI0_LSE>,
|
|
+ <&scmi0_clk CK_SCMI0_LSI>;
|
|
};
|
|
|
|
pwr_regulators: pwr@50001000 {
|
|
compatible = "st,stm32mp1,pwr-reg";
|
|
reg = <0x50001000 0x10>;
|
|
+ st,tzcr = <&rcc 0x0 0x1>;
|
|
|
|
reg11: reg11 {
|
|
regulator-name = "reg11";
|
|
@@ -1153,15 +1293,42 @@
|
|
};
|
|
|
|
pwr_mcu: pwr_mcu@50001014 {
|
|
- compatible = "syscon";
|
|
+ compatible = "st,stm32mp151-pwr-mcu", "syscon";
|
|
reg = <0x50001014 0x4>;
|
|
};
|
|
|
|
+ pwr_irq: pwr@50001020 {
|
|
+ compatible = "st,stm32mp1-pwr";
|
|
+ reg = <0x50001020 0x100>;
|
|
+ interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-controller;
|
|
+ #interrupt-cells = <3>;
|
|
+
|
|
+ wakeup-gpios = <&gpioa 0 GPIO_ACTIVE_HIGH>,
|
|
+ <&gpioa 2 GPIO_ACTIVE_HIGH>,
|
|
+ <&gpioc 13 GPIO_ACTIVE_HIGH>,
|
|
+ <&gpioi 8 GPIO_ACTIVE_HIGH>,
|
|
+ <&gpioi 11 GPIO_ACTIVE_HIGH>,
|
|
+ <&gpioc 1 GPIO_ACTIVE_HIGH>;
|
|
+ };
|
|
+
|
|
exti: interrupt-controller@5000d000 {
|
|
compatible = "st,stm32mp1-exti", "syscon";
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
reg = <0x5000d000 0x400>;
|
|
+ hwlocks = <&hsem 1 1>;
|
|
+
|
|
+ /* exti_pwr is an extra interrupt controller used for
|
|
+ * EXTI 55 to 60. It's mapped on pwr interrupt
|
|
+ * controller.
|
|
+ */
|
|
+ exti_pwr: exti-pwr {
|
|
+ interrupt-controller;
|
|
+ #interrupt-cells = <2>;
|
|
+ interrupt-parent = <&pwr_irq>;
|
|
+ st,irq-number = <6>;
|
|
+ };
|
|
};
|
|
|
|
syscfg: syscon@50020000 {
|
|
@@ -1175,8 +1342,11 @@
|
|
#size-cells = <0>;
|
|
compatible = "st,stm32-lptimer";
|
|
reg = <0x50021000 0x400>;
|
|
+ interrupts-extended = <&exti 48 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc LPTIM2_K>;
|
|
clock-names = "mux";
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
|
|
pwm {
|
|
@@ -1195,6 +1365,11 @@
|
|
compatible = "st,stm32-lptimer-counter";
|
|
status = "disabled";
|
|
};
|
|
+
|
|
+ timer {
|
|
+ compatible = "st,stm32-lptimer-timer";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
lptimer3: timer@50022000 {
|
|
@@ -1202,8 +1377,11 @@
|
|
#size-cells = <0>;
|
|
compatible = "st,stm32-lptimer";
|
|
reg = <0x50022000 0x400>;
|
|
+ interrupts-extended = <&exti 50 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc LPTIM3_K>;
|
|
clock-names = "mux";
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
|
|
pwm {
|
|
@@ -1217,13 +1395,21 @@
|
|
reg = <2>;
|
|
status = "disabled";
|
|
};
|
|
+
|
|
+ timer {
|
|
+ compatible = "st,stm32-lptimer-timer";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
lptimer4: timer@50023000 {
|
|
compatible = "st,stm32-lptimer";
|
|
reg = <0x50023000 0x400>;
|
|
+ interrupts-extended = <&exti 52 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc LPTIM4_K>;
|
|
clock-names = "mux";
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
|
|
pwm {
|
|
@@ -1231,13 +1417,21 @@
|
|
#pwm-cells = <3>;
|
|
status = "disabled";
|
|
};
|
|
+
|
|
+ timer {
|
|
+ compatible = "st,stm32-lptimer-timer";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
lptimer5: timer@50024000 {
|
|
compatible = "st,stm32-lptimer";
|
|
reg = <0x50024000 0x400>;
|
|
+ interrupts-extended = <&exti 53 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc LPTIM5_K>;
|
|
clock-names = "mux";
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
|
|
pwm {
|
|
@@ -1245,6 +1439,11 @@
|
|
#pwm-cells = <3>;
|
|
status = "disabled";
|
|
};
|
|
+
|
|
+ timer {
|
|
+ compatible = "st,stm32-lptimer-timer";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
vrefbuf: vrefbuf@50025000 {
|
|
@@ -1269,7 +1468,7 @@
|
|
sai4a: audio-controller@50027004 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-a";
|
|
- reg = <0x04 0x1c>;
|
|
+ reg = <0x04 0x20>;
|
|
clocks = <&rcc SAI4_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 99 0x400 0x01>;
|
|
@@ -1279,7 +1478,7 @@
|
|
sai4b: audio-controller@50027024 {
|
|
#sound-dai-cells = <0>;
|
|
compatible = "st,stm32-sai-sub-b";
|
|
- reg = <0x24 0x1c>;
|
|
+ reg = <0x24 0x20>;
|
|
clocks = <&rcc SAI4_K>;
|
|
clock-names = "sai_ck";
|
|
dmas = <&dmamux1 100 0x400 0x01>;
|
|
@@ -1297,13 +1496,21 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ hdp: hdp@5002a000 {
|
|
+ compatible = "st,stm32mp1-hdp";
|
|
+ reg = <0x5002a000 0x400>;
|
|
+ clocks = <&rcc HDP>;
|
|
+ clock-names = "hdp";
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
hash1: hash@54002000 {
|
|
compatible = "st,stm32f756-hash";
|
|
reg = <0x54002000 0x400>;
|
|
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc HASH1>;
|
|
- resets = <&rcc HASH1_R>;
|
|
- dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_HASH1>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_HASH1>;
|
|
+ dmas = <&mdma1 31 0x2 0x1000A02 0x0 0x0 0x0>;
|
|
dma-names = "in";
|
|
dma-maxburst = <2>;
|
|
status = "disabled";
|
|
@@ -1312,8 +1519,8 @@
|
|
rng1: rng@54003000 {
|
|
compatible = "st,stm32-rng";
|
|
reg = <0x54003000 0x400>;
|
|
- clocks = <&rcc RNG1_K>;
|
|
- resets = <&rcc RNG1_R>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_RNG1>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_RNG1>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1322,8 +1529,8 @@
|
|
reg = <0x58000000 0x1000>;
|
|
interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&rcc MDMA>;
|
|
- resets = <&rcc MDMA_R>;
|
|
- #dma-cells = <5>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_MDMA>;
|
|
+ #dma-cells = <6>;
|
|
dma-channels = <32>;
|
|
dma-requests = <48>;
|
|
};
|
|
@@ -1354,9 +1561,9 @@
|
|
<4 0x09010000 0x1000>,
|
|
<4 0x09020000 0x1000>;
|
|
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
|
|
- dmas = <&mdma1 20 0x2 0x12000a02 0x0 0x0>,
|
|
- <&mdma1 20 0x2 0x12000a08 0x0 0x0>,
|
|
- <&mdma1 21 0x2 0x12000a0a 0x0 0x0>;
|
|
+ dmas = <&mdma1 20 0x2 0x12000a02 0x0 0x0 0x0>,
|
|
+ <&mdma1 20 0x2 0x12000a08 0x0 0x0 0x0>,
|
|
+ <&mdma1 21 0x2 0x12000a0a 0x0 0x0 0x0>;
|
|
dma-names = "tx", "rx", "ecc";
|
|
status = "disabled";
|
|
};
|
|
@@ -1367,17 +1574,19 @@
|
|
reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
|
|
reg-names = "qspi", "qspi_mm";
|
|
interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
|
|
- dmas = <&mdma1 22 0x10 0x100002 0x0 0x0>,
|
|
- <&mdma1 22 0x10 0x100008 0x0 0x0>;
|
|
+ dmas = <&mdma1 22 0x2 0x100002 0x0 0x0 0x0>,
|
|
+ <&mdma1 22 0x2 0x100008 0x0 0x0 0x0>;
|
|
dma-names = "tx", "rx";
|
|
clocks = <&rcc QSPI_K>;
|
|
resets = <&rcc QSPI_R>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
status = "disabled";
|
|
};
|
|
|
|
sdmmc1: sdmmc@58005000 {
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
- arm,primecell-periphid = <0x10153180>;
|
|
+ arm,primecell-periphid = <0x00253180>;
|
|
reg = <0x58005000 0x1000>;
|
|
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "cmd_irq";
|
|
@@ -1392,7 +1601,7 @@
|
|
|
|
sdmmc2: sdmmc@58007000 {
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
- arm,primecell-periphid = <0x10153180>;
|
|
+ arm,primecell-periphid = <0x00253180>;
|
|
reg = <0x58007000 0x1000>;
|
|
interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "cmd_irq";
|
|
@@ -1422,8 +1631,10 @@
|
|
compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
|
|
reg = <0x5800a000 0x2000>;
|
|
reg-names = "stmmaceth";
|
|
- interrupts-extended = <&intc GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
|
|
- interrupt-names = "macirq";
|
|
+ interrupts-extended = <&intc GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&exti 70 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "macirq",
|
|
+ "eth_wake_irq";
|
|
clock-names = "stmmaceth",
|
|
"mac-clk-tx",
|
|
"mac-clk-rx",
|
|
@@ -1440,6 +1651,7 @@
|
|
snps,en-tx-lpi-clockgating;
|
|
snps,axi-config = <&stmmac_axi_config_0>;
|
|
snps,tso;
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1457,8 +1669,10 @@
|
|
reg = <0x5800d000 0x1000>;
|
|
clocks = <&rcc USBH>;
|
|
resets = <&rcc USBH_R>;
|
|
- interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 43 IRQ_TYPE_LEVEL_HIGH>;
|
|
companion = <&usbh_ohci>;
|
|
+ power-domains = <&pd_core>;
|
|
+ wakeup-source;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1481,7 +1695,7 @@
|
|
iwdg2: watchdog@5a002000 {
|
|
compatible = "st,stm32mp1-iwdg";
|
|
reg = <0x5a002000 0x400>;
|
|
- clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
|
|
+ clocks = <&rcc IWDG2>, <&scmi0_clk CK_SCMI0_LSI>;
|
|
clock-names = "pclk", "lsi";
|
|
status = "disabled";
|
|
};
|
|
@@ -1489,6 +1703,7 @@
|
|
usbphyc: usbphyc@5a006000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ #clock-cells = <0>;
|
|
compatible = "st,stm32mp1-usbphyc";
|
|
reg = <0x5a006000 0x1000>;
|
|
clocks = <&rcc USBPHY_K>;
|
|
@@ -1508,11 +1723,21 @@
|
|
};
|
|
};
|
|
|
|
+ ddrperfm: perf@5a007000 {
|
|
+ compatible = "st,stm32-ddr-pmu";
|
|
+ reg = <0x5a007000 0x400>;
|
|
+ clocks = <&rcc DDRPERFM>;
|
|
+ resets = <&rcc DDRPERFM_R>;
|
|
+ };
|
|
+
|
|
usart1: serial@5c000000 {
|
|
compatible = "st,stm32h7-uart";
|
|
reg = <0x5c000000 0x400>;
|
|
- interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc USART1_K>;
|
|
+ interrupts-extended = <&exti 26 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_USART1>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_USART1>;
|
|
+ wakeup-source;
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1522,11 +1747,12 @@
|
|
compatible = "st,stm32h7-spi";
|
|
reg = <0x5c001000 0x400>;
|
|
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc SPI6_K>;
|
|
- resets = <&rcc SPI6_R>;
|
|
- dmas = <&mdma1 34 0x0 0x40008 0x0 0x0>,
|
|
- <&mdma1 35 0x0 0x40002 0x0 0x0>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_SPI6>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_SPI6>;
|
|
+ dmas = <&mdma1 34 0x0 0x40008 0x0 0x0 0x0>,
|
|
+ <&mdma1 35 0x0 0x40002 0x0 0x0 0x0>;
|
|
dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1534,23 +1760,29 @@
|
|
compatible = "st,stm32mp15-i2c";
|
|
reg = <0x5c002000 0x400>;
|
|
interrupt-names = "event", "error";
|
|
- interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc I2C4_K>;
|
|
- resets = <&rcc I2C4_R>;
|
|
+ interrupts-extended = <&exti 24 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&intc GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_I2C4>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_I2C4>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ dmas = <&mdma1 36 0x0 0x40008 0x0 0x0 0>,
|
|
+ <&mdma1 37 0x0 0x40002 0x0 0x0 0>;
|
|
+ dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
st,syscfg-fmp = <&syscfg 0x4 0x8>;
|
|
wakeup-source;
|
|
+ i2c-analog-filter;
|
|
status = "disabled";
|
|
};
|
|
|
|
rtc: rtc@5c004000 {
|
|
compatible = "st,stm32mp1-rtc";
|
|
reg = <0x5c004000 0x400>;
|
|
- clocks = <&rcc RTCAPB>, <&rcc RTC>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_RTCAPB>,
|
|
+ <&scmi0_clk CK_SCMI0_RTC>;
|
|
clock-names = "pclk", "rtc_ck";
|
|
- interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts-extended = <&exti 19 IRQ_TYPE_LEVEL_HIGH>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1568,20 +1800,28 @@
|
|
ts_cal2: calib@5e {
|
|
reg = <0x5e 0x2>;
|
|
};
|
|
+ ethernet_mac_address: mac@e4 {
|
|
+ reg = <0xe4 0x6>;
|
|
+ };
|
|
};
|
|
|
|
i2c6: i2c@5c009000 {
|
|
compatible = "st,stm32mp15-i2c";
|
|
reg = <0x5c009000 0x400>;
|
|
interrupt-names = "event", "error";
|
|
- interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
|
|
- <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc I2C6_K>;
|
|
- resets = <&rcc I2C6_R>;
|
|
+ interrupts-extended = <&exti 54 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <&intc GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_I2C6>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_I2C6>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
+ dmas = <&mdma1 38 0x0 0x40008 0x0 0x0 0>,
|
|
+ <&mdma1 39 0x0 0x40002 0x0 0x0 0>;
|
|
+ dma-names = "rx", "tx";
|
|
+ power-domains = <&pd_core>;
|
|
st,syscfg-fmp = <&syscfg 0x4 0x20>;
|
|
wakeup-source;
|
|
+ i2c-analog-filter;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1596,7 +1836,7 @@
|
|
ranges = <0 0x50002000 0xa400>;
|
|
interrupt-parent = <&exti>;
|
|
st,syscfg = <&exti 0x60 0xff>;
|
|
- hwlocks = <&hwspinlock 0>;
|
|
+ hwlocks = <&hsem 0 1>;
|
|
pins-are-numbered;
|
|
|
|
gpioa: gpio@50002000 {
|
|
@@ -1729,7 +1969,7 @@
|
|
pins-are-numbered;
|
|
interrupt-parent = <&exti>;
|
|
st,syscfg = <&exti 0x60 0xff>;
|
|
- hwlocks = <&hwspinlock 0>;
|
|
+ hwlocks = <&hsem 0 1>;
|
|
|
|
gpioz: gpio@54004000 {
|
|
gpio-controller;
|
|
@@ -1737,12 +1977,30 @@
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
reg = <0 0x400>;
|
|
- clocks = <&rcc GPIOZ>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_GPIOZ>;
|
|
st,bank-name = "GPIOZ";
|
|
st,bank-ioport = <11>;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
+
|
|
+ tamp: tamp@5c00a000 {
|
|
+ compatible = "simple-bus", "syscon", "simple-mfd";
|
|
+ reg = <0x5c00a000 0x400>;
|
|
+
|
|
+ reboot-mode {
|
|
+ compatible = "syscon-reboot-mode";
|
|
+ offset = <0x150>; /* reg20 */
|
|
+ mask = <0xff>;
|
|
+ mode-normal = <0>;
|
|
+ mode-fastboot = <0x1>;
|
|
+ mode-recovery = <0x2>;
|
|
+ mode-stm32cubeprogrammer = <0x3>;
|
|
+ mode-ums_mmc0 = <0x10>;
|
|
+ mode-ums_mmc1 = <0x11>;
|
|
+ mode-ums_mmc2 = <0x12>;
|
|
+ };
|
|
+ };
|
|
};
|
|
|
|
mlahb: ahb {
|
|
@@ -1759,11 +2017,18 @@
|
|
reg = <0x10000000 0x40000>,
|
|
<0x30000000 0x40000>,
|
|
<0x38000000 0x10000>;
|
|
- resets = <&rcc MCU_R>;
|
|
- st,syscfg-holdboot = <&rcc 0x10C 0x1>;
|
|
- st,syscfg-tz = <&rcc 0x000 0x1>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_MCU>,
|
|
+ <&scmi0_reset RST_SCMI0_MCU_HOLD_BOOT>;
|
|
+ reset-names = "mcu_rst", "hold_boot";
|
|
st,syscfg-pdds = <&pwr_mcu 0x0 0x1>;
|
|
+ st,syscfg-rsc-tbl = <&tamp 0x144 0xFFFFFFFF>;
|
|
+ st,syscfg-m4-state = <&tamp 0x148 0xFFFFFFFF>;
|
|
status = "disabled";
|
|
+
|
|
+ m4_system_resources {
|
|
+ compatible = "rproc-srm-core";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
diff --git a/arch/arm/dts/stm32mp153.dtsi b/arch/arm/dts/stm32mp153.dtsi
|
|
index 6d9ab08667..cf16b843c6 100644
|
|
--- a/arch/arm/dts/stm32mp153.dtsi
|
|
+++ b/arch/arm/dts/stm32mp153.dtsi
|
|
@@ -10,12 +10,20 @@
|
|
cpus {
|
|
cpu1: cpu@1 {
|
|
compatible = "arm,cortex-a7";
|
|
- clock-frequency = <650000000>;
|
|
device_type = "cpu";
|
|
reg = <1>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_MPU>;
|
|
+ clock-names = "cpu";
|
|
+ operating-points-v2 = <&cpu0_opp_table>;
|
|
};
|
|
};
|
|
|
|
+ arm-pmu {
|
|
+ interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-affinity = <&cpu0>, <&cpu1>;
|
|
+ };
|
|
+
|
|
soc {
|
|
m_can1: can@4400e000 {
|
|
compatible = "bosch,m_can";
|
|
@@ -24,7 +32,7 @@
|
|
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "int0", "int1";
|
|
- clocks = <&rcc CK_HSE>, <&rcc FDCAN_K>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_HSE>, <&rcc FDCAN_K>;
|
|
clock-names = "hclk", "cclk";
|
|
bosch,mram-cfg = <0x0 0 0 32 0 0 2 2>;
|
|
status = "disabled";
|
|
@@ -37,7 +45,7 @@
|
|
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "int0", "int1";
|
|
- clocks = <&rcc CK_HSE>, <&rcc FDCAN_K>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_HSE>, <&rcc FDCAN_K>;
|
|
clock-names = "hclk", "cclk";
|
|
bosch,mram-cfg = <0x1400 0 0 32 0 0 2 2>;
|
|
status = "disabled";
|
|
diff --git a/arch/arm/dts/stm32mp157.dtsi b/arch/arm/dts/stm32mp157.dtsi
|
|
index 54e73ccea4..8a34964b9d 100644
|
|
--- a/arch/arm/dts/stm32mp157.dtsi
|
|
+++ b/arch/arm/dts/stm32mp157.dtsi
|
|
@@ -20,7 +20,8 @@
|
|
dsi: dsi@5a000000 {
|
|
compatible = "st,stm32-dsi";
|
|
reg = <0x5a000000 0x800>;
|
|
- clocks = <&rcc DSI_K>, <&clk_hse>, <&rcc DSI_PX>;
|
|
+ phy-dsi-supply = <®18>;
|
|
+ clocks = <&rcc DSI_K>, <&scmi0_clk CK_SCMI0_HSE>, <&rcc DSI_PX>;
|
|
clock-names = "pclk", "ref", "px_clk";
|
|
resets = <&rcc DSI_R>;
|
|
reset-names = "apb";
|
|
diff --git a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
|
|
index 6787619290..8553570642 100644
|
|
--- a/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi
|
|
@@ -16,12 +16,18 @@
|
|
config {
|
|
u-boot,boot-led = "heartbeat";
|
|
u-boot,error-led = "error";
|
|
- u-boot,mmc-env-partition = "ssbl";
|
|
+ u-boot,mmc-env-partition = "fip";
|
|
st,adc_usb_pd = <&adc1 18>, <&adc1 19>;
|
|
st,fastboot-gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
st,stm32prog-gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
+#ifdef CONFIG_STM32MP15x_STM32IMAGE
|
|
+ config {
|
|
+ u-boot,mmc-env-partition = "ssbl";
|
|
+ };
|
|
+
|
|
+ /* only needed for boot with TF-A, witout FIP support */
|
|
firmware {
|
|
optee {
|
|
compatible = "linaro,optee-tz";
|
|
@@ -35,9 +41,10 @@
|
|
no-map;
|
|
};
|
|
};
|
|
+#endif
|
|
|
|
led {
|
|
- red {
|
|
+ led-red {
|
|
label = "error";
|
|
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
default-state = "off";
|
|
@@ -50,6 +57,7 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+#ifndef CONFIG_TFABOOT
|
|
&clk_hse {
|
|
st,digbypass;
|
|
};
|
|
@@ -65,6 +73,10 @@
|
|
};
|
|
};
|
|
|
|
+&i2s2 {
|
|
+ clocks = <&rcc SPI2>, <&rcc SPI2_K>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
+};
|
|
+
|
|
&pmic {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
@@ -161,6 +173,10 @@
|
|
};
|
|
};
|
|
|
|
+&sai2 {
|
|
+ clocks = <&rcc SAI2>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
+};
|
|
+
|
|
&sdmmc1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
@@ -174,6 +190,7 @@
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
+#endif
|
|
|
|
&uart4 {
|
|
u-boot,dm-pre-reloc;
|
|
diff --git a/arch/arm/dts/stm32mp157a-dk1.dts b/arch/arm/dts/stm32mp157a-dk1.dts
|
|
index d03d4cd260..f415e581a6 100644
|
|
--- a/arch/arm/dts/stm32mp157a-dk1.dts
|
|
+++ b/arch/arm/dts/stm32mp157a-dk1.dts
|
|
@@ -7,6 +7,7 @@
|
|
/dts-v1/;
|
|
|
|
#include "stm32mp157.dtsi"
|
|
+#include "stm32mp15xa.dtsi"
|
|
#include "stm32mp15-pinctrl.dtsi"
|
|
#include "stm32mp15xxac-pinctrl.dtsi"
|
|
#include "stm32mp15xx-dkx.dtsi"
|
|
@@ -16,8 +17,9 @@
|
|
compatible = "st,stm32mp157a-dk1", "st,stm32mp157";
|
|
|
|
aliases {
|
|
- ethernet0 = ðernet0;
|
|
serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ serial2 = &uart7;
|
|
};
|
|
|
|
chosen {
|
|
diff --git a/arch/arm/dts/stm32mp157a-ed1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-ed1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..f0761901a6
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157a-ed1-u-boot.dtsi
|
|
@@ -0,0 +1,228 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2018
|
|
+ */
|
|
+
|
|
+#include <dt-bindings/clock/stm32mp1-clksrc.h>
|
|
+#include "stm32mp15-u-boot.dtsi"
|
|
+#include "stm32mp15-ddr3-2x4Gb-1066-binG.dtsi"
|
|
+
|
|
+/ {
|
|
+ aliases {
|
|
+ i2c3 = &i2c4;
|
|
+ mmc0 = &sdmmc1;
|
|
+ mmc1 = &sdmmc2;
|
|
+ };
|
|
+
|
|
+ config {
|
|
+ u-boot,boot-led = "heartbeat";
|
|
+ u-boot,error-led = "error";
|
|
+ u-boot,mmc-env-partition = "fip";
|
|
+ st,fastboot-gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
+ st,stm32prog-gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
|
|
+ };
|
|
+
|
|
+ led {
|
|
+ led-red {
|
|
+ label = "error";
|
|
+ gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
+ default-state = "off";
|
|
+ status = "okay";
|
|
+ };
|
|
+ };
|
|
+
|
|
+#ifdef CONFIG_STM32MP15x_STM32IMAGE
|
|
+ config {
|
|
+ u-boot,mmc-env-partition = "ssbl";
|
|
+ };
|
|
+
|
|
+ /* only needed for boot with TF-A, witout FIP support */
|
|
+ firmware {
|
|
+ optee {
|
|
+ compatible = "linaro,optee-tz";
|
|
+ method = "smc";
|
|
+ };
|
|
+ };
|
|
+
|
|
+ reserved-memory {
|
|
+ optee@fe000000 {
|
|
+ reg = <0xfe000000 0x02000000>;
|
|
+ no-map;
|
|
+ };
|
|
+ };
|
|
+#endif
|
|
+};
|
|
+
|
|
+#ifndef CONFIG_TFABOOT
|
|
+&clk_hse {
|
|
+ st,digbypass;
|
|
+};
|
|
+
|
|
+&i2c4 {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&i2c4_pins_a {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ pins {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+};
|
|
+
|
|
+&pmic {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&rcc {
|
|
+ st,clksrc = <
|
|
+ CLK_MPU_PLL1P
|
|
+ CLK_AXI_PLL2P
|
|
+ CLK_MCU_PLL3P
|
|
+ CLK_PLL12_HSE
|
|
+ CLK_PLL3_HSE
|
|
+ CLK_PLL4_HSE
|
|
+ CLK_RTC_LSE
|
|
+ CLK_MCO1_DISABLED
|
|
+ CLK_MCO2_DISABLED
|
|
+ >;
|
|
+
|
|
+ st,clkdiv = <
|
|
+ 1 /*MPU*/
|
|
+ 0 /*AXI*/
|
|
+ 0 /*MCU*/
|
|
+ 1 /*APB1*/
|
|
+ 1 /*APB2*/
|
|
+ 1 /*APB3*/
|
|
+ 1 /*APB4*/
|
|
+ 2 /*APB5*/
|
|
+ 23 /*RTC*/
|
|
+ 0 /*MCO1*/
|
|
+ 0 /*MCO2*/
|
|
+ >;
|
|
+
|
|
+ st,pkcs = <
|
|
+ CLK_CKPER_HSE
|
|
+ CLK_FMC_ACLK
|
|
+ CLK_QSPI_ACLK
|
|
+ CLK_ETH_DISABLED
|
|
+ CLK_SDMMC12_PLL4P
|
|
+ CLK_DSI_DSIPLL
|
|
+ CLK_STGEN_HSE
|
|
+ CLK_USBPHY_HSE
|
|
+ CLK_SPI2S1_PLL3Q
|
|
+ CLK_SPI2S23_PLL3Q
|
|
+ CLK_SPI45_HSI
|
|
+ CLK_SPI6_HSI
|
|
+ CLK_I2C46_HSI
|
|
+ CLK_SDMMC3_PLL4P
|
|
+ CLK_USBO_USBPHY
|
|
+ CLK_ADC_CKPER
|
|
+ CLK_CEC_LSE
|
|
+ CLK_I2C12_HSI
|
|
+ CLK_I2C35_HSI
|
|
+ CLK_UART1_HSI
|
|
+ CLK_UART24_HSI
|
|
+ CLK_UART35_HSI
|
|
+ CLK_UART6_HSI
|
|
+ CLK_UART78_HSI
|
|
+ CLK_SPDIF_PLL4P
|
|
+ CLK_FDCAN_PLL4R
|
|
+ CLK_SAI1_PLL3Q
|
|
+ CLK_SAI2_PLL3Q
|
|
+ CLK_SAI3_PLL3Q
|
|
+ CLK_SAI4_PLL3Q
|
|
+ CLK_RNG1_LSI
|
|
+ CLK_RNG2_LSI
|
|
+ CLK_LPTIM1_PCLK1
|
|
+ CLK_LPTIM23_PCLK3
|
|
+ CLK_LPTIM45_LSE
|
|
+ >;
|
|
+
|
|
+ /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
|
|
+ pll2: st,pll@1 {
|
|
+ compatible = "st,stm32mp1-pll";
|
|
+ reg = <1>;
|
|
+ cfg = < 2 65 1 0 0 PQR(1,1,1) >;
|
|
+ frac = < 0x1400 >;
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+
|
|
+ /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
|
|
+ pll3: st,pll@2 {
|
|
+ compatible = "st,stm32mp1-pll";
|
|
+ reg = <2>;
|
|
+ cfg = < 1 33 1 16 36 PQR(1,1,1) >;
|
|
+ frac = < 0x1a04 >;
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+
|
|
+ /* VCO = 594.0 MHz => P = 99, Q = 74, R = 74 */
|
|
+ pll4: st,pll@3 {
|
|
+ compatible = "st,stm32mp1-pll";
|
|
+ reg = <3>;
|
|
+ cfg = < 3 98 5 7 7 PQR(1,1,1) >;
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+};
|
|
+
|
|
+&sdmmc1 {
|
|
+ u-boot,dm-spl;
|
|
+};
|
|
+
|
|
+&sdmmc1_b4_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins1 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+ pins2 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+
|
|
+&sdmmc1_dir_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins1 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+ pins2 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+
|
|
+&sdmmc2 {
|
|
+ u-boot,dm-spl;
|
|
+};
|
|
+
|
|
+&sdmmc2_b4_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins1 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+ pins2 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+
|
|
+&sdmmc2_d47_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+#endif
|
|
+
|
|
+&uart4 {
|
|
+ u-boot,dm-pre-reloc;
|
|
+};
|
|
+
|
|
+&uart4_pins_a {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ pins1 {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ };
|
|
+ pins2 {
|
|
+ u-boot,dm-pre-reloc;
|
|
+ /* pull-up on rx to avoid floating level */
|
|
+ bias-pull-up;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157a-ed1.dts b/arch/arm/dts/stm32mp157a-ed1.dts
|
|
new file mode 100644
|
|
index 0000000000..0213ca5c17
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157a-ed1.dts
|
|
@@ -0,0 +1,32 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157.dtsi"
|
|
+#include "stm32mp15xa.dtsi"
|
|
+#include "stm32mp15-pinctrl.dtsi"
|
|
+#include "stm32mp15xxaa-pinctrl.dtsi"
|
|
+#include "stm32mp15xx-edx.dtsi"
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157A eval daughter";
|
|
+ compatible = "st,stm32mp157a-ed1", "st,stm32mp157";
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ reserved-memory {
|
|
+ gpu_reserved: gpu@f6000000 {
|
|
+ reg = <0xf6000000 0x8000000>;
|
|
+ no-map;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&gpu {
|
|
+ contiguous-area = <&gpu_reserved>;
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157a-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp157a-ev1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..0dd2243157
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157a-ev1-u-boot.dtsi
|
|
@@ -0,0 +1,62 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2018
|
|
+ */
|
|
+
|
|
+#include "stm32mp157c-ed1-u-boot.dtsi"
|
|
+
|
|
+/ {
|
|
+ aliases {
|
|
+ gpio26 = &stmfx_pinctrl;
|
|
+ i2c1 = &i2c2;
|
|
+ i2c4 = &i2c5;
|
|
+ pinctrl2 = &stmfx_pinctrl;
|
|
+ spi0 = &qspi;
|
|
+ usb0 = &usbotg_hs;
|
|
+ };
|
|
+};
|
|
+
|
|
+#ifndef CONFIG_TFABOOT
|
|
+&flash0 {
|
|
+ u-boot,dm-spl;
|
|
+};
|
|
+
|
|
+&qspi {
|
|
+ u-boot,dm-spl;
|
|
+};
|
|
+
|
|
+&qspi_clk_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+
|
|
+&qspi_bk1_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins1 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+ pins2 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+
|
|
+&qspi_bk2_pins_a {
|
|
+ u-boot,dm-spl;
|
|
+ pins1 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+ pins2 {
|
|
+ u-boot,dm-spl;
|
|
+ };
|
|
+};
|
|
+&sai2 {
|
|
+ clocks = <&rcc SAI2>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
+};
|
|
+
|
|
+&sai4 {
|
|
+ clocks = <&rcc SAI4>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
+};
|
|
+#endif
|
|
+
|
|
diff --git a/arch/arm/dts/stm32mp157a-ev1.dts b/arch/arm/dts/stm32mp157a-ev1.dts
|
|
new file mode 100644
|
|
index 0000000000..11bd88a82f
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157a-ev1.dts
|
|
@@ -0,0 +1,88 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157a-ed1.dts"
|
|
+#include "stm32mp15xx-evx.dtsi"
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157A eval daughter on eval mother";
|
|
+ compatible = "st,stm32mp157a-ev1", "st,stm32mp157a-ed1", "st,stm32mp157";
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ aliases {
|
|
+ serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ };
|
|
+};
|
|
+
|
|
+<dc {
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ ltdc_ep0_out: endpoint@0 {
|
|
+ reg = <0>;
|
|
+ remote-endpoint = <&dsi_in>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&dsi {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ status = "okay";
|
|
+
|
|
+ ports {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
+ port@0 {
|
|
+ reg = <0>;
|
|
+ dsi_in: endpoint {
|
|
+ remote-endpoint = <<dc_ep0_out>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ port@1 {
|
|
+ reg = <1>;
|
|
+ dsi_out: endpoint {
|
|
+ remote-endpoint = <&dsi_panel_in>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ panel_dsi: panel-dsi@0 {
|
|
+ compatible = "raydium,rm68200";
|
|
+ reg = <0>;
|
|
+ reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
|
|
+ backlight = <&panel_backlight>;
|
|
+ power-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dsi_panel_in: endpoint {
|
|
+ remote-endpoint = <&dsi_out>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&i2c2 {
|
|
+ gt9147: goodix_ts@5d {
|
|
+ compatible = "goodix,gt9147";
|
|
+ reg = <0x5d>;
|
|
+ panel = <&panel_dsi>;
|
|
+ pinctrl-0 = <&goodix_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ status = "okay";
|
|
+
|
|
+ interrupts = <14 IRQ_TYPE_EDGE_RISING>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157c-dk2.dts b/arch/arm/dts/stm32mp157c-dk2.dts
|
|
index 9a8a26710a..1c894f288c 100644
|
|
--- a/arch/arm/dts/stm32mp157c-dk2.dts
|
|
+++ b/arch/arm/dts/stm32mp157c-dk2.dts
|
|
@@ -11,24 +11,35 @@
|
|
#include "stm32mp15-pinctrl.dtsi"
|
|
#include "stm32mp15xxac-pinctrl.dtsi"
|
|
#include "stm32mp15xx-dkx.dtsi"
|
|
+#include <dt-bindings/rtc/rtc-stm32.h>
|
|
|
|
/ {
|
|
model = "STMicroelectronics STM32MP157C-DK2 Discovery Board";
|
|
compatible = "st,stm32mp157c-dk2", "st,stm32mp157";
|
|
|
|
aliases {
|
|
- ethernet0 = ðernet0;
|
|
serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ serial2 = &uart7;
|
|
+ serial3 = &usart2;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
+
|
|
+ wifi_pwrseq: wifi-pwrseq {
|
|
+ compatible = "mmc-pwrseq-simple";
|
|
+ reset-gpios = <&gpioh 4 GPIO_ACTIVE_LOW>;
|
|
+ };
|
|
+};
|
|
+
|
|
+&cryp1 {
|
|
+ status = "okay";
|
|
};
|
|
|
|
&dsi {
|
|
status = "okay";
|
|
- phy-dsi-supply = <®18>;
|
|
|
|
ports {
|
|
port@0 {
|
|
@@ -46,7 +57,7 @@
|
|
};
|
|
};
|
|
|
|
- panel@0 {
|
|
+ panel_otm8009a: panel-otm8009a@0 {
|
|
compatible = "orisetech,otm8009a";
|
|
reg = <0>;
|
|
reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
|
|
@@ -62,6 +73,18 @@
|
|
};
|
|
|
|
&i2c1 {
|
|
+ touchscreen@2a {
|
|
+ compatible = "focaltech,ft6236";
|
|
+ reg = <0x2a>;
|
|
+ interrupts = <2 2>;
|
|
+ interrupt-parent = <&gpiof>;
|
|
+ interrupt-controller;
|
|
+ touchscreen-size-x = <480>;
|
|
+ touchscreen-size-y = <800>;
|
|
+ panel = <&panel_otm8009a>;
|
|
+ vcc-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+ };
|
|
touchscreen@38 {
|
|
compatible = "focaltech,ft6236";
|
|
reg = <0x38>;
|
|
@@ -70,6 +93,8 @@
|
|
interrupt-controller;
|
|
touchscreen-size-x = <480>;
|
|
touchscreen-size-y = <800>;
|
|
+ panel = <&panel_otm8009a>;
|
|
+ vcc-supply = <&v3v3>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
@@ -84,3 +109,49 @@
|
|
};
|
|
};
|
|
};
|
|
+
|
|
+&rtc {
|
|
+ st,lsco = <RTC_OUT2_RMP>;
|
|
+ pinctrl-0 = <&rtc_out2_rmp_pins_a>;
|
|
+ pinctrl-names = "default";
|
|
+};
|
|
+
|
|
+/* Wifi */
|
|
+&sdmmc2 {
|
|
+ arm,primecell-periphid = <0x10153180>;
|
|
+ pinctrl-names = "default", "opendrain", "sleep";
|
|
+ pinctrl-0 = <&sdmmc2_b4_pins_a>;
|
|
+ pinctrl-1 = <&sdmmc2_b4_od_pins_a>;
|
|
+ pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
|
|
+ non-removable;
|
|
+ st,neg-edge;
|
|
+ bus-width = <4>;
|
|
+ vmmc-supply = <&v3v3>;
|
|
+ mmc-pwrseq = <&wifi_pwrseq>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ status = "okay";
|
|
+
|
|
+ brcmf: bcrmf@1 {
|
|
+ reg = <1>;
|
|
+ compatible = "brcm,bcm4329-fmac";
|
|
+ };
|
|
+};
|
|
+
|
|
+/* Bluetooth */
|
|
+&usart2 {
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
+ pinctrl-0 = <&usart2_pins_c>;
|
|
+ pinctrl-1 = <&usart2_sleep_pins_c>;
|
|
+ pinctrl-2 = <&usart2_idle_pins_c>;
|
|
+ uart-has-rtscts;
|
|
+ status = "okay";
|
|
+
|
|
+ bluetooth {
|
|
+ shutdown-gpios = <&gpioz 6 GPIO_ACTIVE_HIGH>;
|
|
+ compatible = "brcm,bcm43438-bt";
|
|
+ max-speed = <3000000>;
|
|
+ vbat-supply = <&v3v3>;
|
|
+ vddio-supply = <&v3v3>;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi b/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
|
|
index f3002e995b..44a689bbec 100644
|
|
--- a/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
|
|
@@ -3,217 +3,4 @@
|
|
* Copyright : STMicroelectronics 2018
|
|
*/
|
|
|
|
-#include <dt-bindings/clock/stm32mp1-clksrc.h>
|
|
-#include "stm32mp15-u-boot.dtsi"
|
|
-#include "stm32mp15-ddr3-2x4Gb-1066-binG.dtsi"
|
|
-
|
|
-/ {
|
|
- aliases {
|
|
- i2c3 = &i2c4;
|
|
- mmc0 = &sdmmc1;
|
|
- mmc1 = &sdmmc2;
|
|
- };
|
|
-
|
|
- config {
|
|
- u-boot,boot-led = "heartbeat";
|
|
- u-boot,error-led = "error";
|
|
- u-boot,mmc-env-partition = "ssbl";
|
|
- st,fastboot-gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
- st,stm32prog-gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
|
|
- };
|
|
-
|
|
- firmware {
|
|
- optee {
|
|
- compatible = "linaro,optee-tz";
|
|
- method = "smc";
|
|
- };
|
|
- };
|
|
-
|
|
- reserved-memory {
|
|
- optee@fe000000 {
|
|
- reg = <0xfe000000 0x02000000>;
|
|
- no-map;
|
|
- };
|
|
- };
|
|
-
|
|
- led {
|
|
- red {
|
|
- label = "error";
|
|
- gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
|
|
- default-state = "off";
|
|
- status = "okay";
|
|
- };
|
|
- };
|
|
-};
|
|
-
|
|
-&clk_hse {
|
|
- st,digbypass;
|
|
-};
|
|
-
|
|
-&i2c4 {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&i2c4_pins_a {
|
|
- u-boot,dm-pre-reloc;
|
|
- pins {
|
|
- u-boot,dm-pre-reloc;
|
|
- };
|
|
-};
|
|
-
|
|
-&pmic {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&rcc {
|
|
- st,clksrc = <
|
|
- CLK_MPU_PLL1P
|
|
- CLK_AXI_PLL2P
|
|
- CLK_MCU_PLL3P
|
|
- CLK_PLL12_HSE
|
|
- CLK_PLL3_HSE
|
|
- CLK_PLL4_HSE
|
|
- CLK_RTC_LSE
|
|
- CLK_MCO1_DISABLED
|
|
- CLK_MCO2_DISABLED
|
|
- >;
|
|
-
|
|
- st,clkdiv = <
|
|
- 1 /*MPU*/
|
|
- 0 /*AXI*/
|
|
- 0 /*MCU*/
|
|
- 1 /*APB1*/
|
|
- 1 /*APB2*/
|
|
- 1 /*APB3*/
|
|
- 1 /*APB4*/
|
|
- 2 /*APB5*/
|
|
- 23 /*RTC*/
|
|
- 0 /*MCO1*/
|
|
- 0 /*MCO2*/
|
|
- >;
|
|
-
|
|
- st,pkcs = <
|
|
- CLK_CKPER_HSE
|
|
- CLK_FMC_ACLK
|
|
- CLK_QSPI_ACLK
|
|
- CLK_ETH_DISABLED
|
|
- CLK_SDMMC12_PLL4P
|
|
- CLK_DSI_DSIPLL
|
|
- CLK_STGEN_HSE
|
|
- CLK_USBPHY_HSE
|
|
- CLK_SPI2S1_PLL3Q
|
|
- CLK_SPI2S23_PLL3Q
|
|
- CLK_SPI45_HSI
|
|
- CLK_SPI6_HSI
|
|
- CLK_I2C46_HSI
|
|
- CLK_SDMMC3_PLL4P
|
|
- CLK_USBO_USBPHY
|
|
- CLK_ADC_CKPER
|
|
- CLK_CEC_LSE
|
|
- CLK_I2C12_HSI
|
|
- CLK_I2C35_HSI
|
|
- CLK_UART1_HSI
|
|
- CLK_UART24_HSI
|
|
- CLK_UART35_HSI
|
|
- CLK_UART6_HSI
|
|
- CLK_UART78_HSI
|
|
- CLK_SPDIF_PLL4P
|
|
- CLK_FDCAN_PLL4R
|
|
- CLK_SAI1_PLL3Q
|
|
- CLK_SAI2_PLL3Q
|
|
- CLK_SAI3_PLL3Q
|
|
- CLK_SAI4_PLL3Q
|
|
- CLK_RNG1_LSI
|
|
- CLK_RNG2_LSI
|
|
- CLK_LPTIM1_PCLK1
|
|
- CLK_LPTIM23_PCLK3
|
|
- CLK_LPTIM45_LSE
|
|
- >;
|
|
-
|
|
- /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
|
|
- pll2: st,pll@1 {
|
|
- compatible = "st,stm32mp1-pll";
|
|
- reg = <1>;
|
|
- cfg = < 2 65 1 0 0 PQR(1,1,1) >;
|
|
- frac = < 0x1400 >;
|
|
- u-boot,dm-pre-reloc;
|
|
- };
|
|
-
|
|
- /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
|
|
- pll3: st,pll@2 {
|
|
- compatible = "st,stm32mp1-pll";
|
|
- reg = <2>;
|
|
- cfg = < 1 33 1 16 36 PQR(1,1,1) >;
|
|
- frac = < 0x1a04 >;
|
|
- u-boot,dm-pre-reloc;
|
|
- };
|
|
-
|
|
- /* VCO = 594.0 MHz => P = 99, Q = 74, R = 74 */
|
|
- pll4: st,pll@3 {
|
|
- compatible = "st,stm32mp1-pll";
|
|
- reg = <3>;
|
|
- cfg = < 3 98 5 7 7 PQR(1,1,1) >;
|
|
- u-boot,dm-pre-reloc;
|
|
- };
|
|
-};
|
|
-
|
|
-&sdmmc1 {
|
|
- u-boot,dm-spl;
|
|
-};
|
|
-
|
|
-&sdmmc1_b4_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins1 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
- pins2 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
-&sdmmc1_dir_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins1 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
- pins2 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
-&sdmmc2 {
|
|
- u-boot,dm-spl;
|
|
-};
|
|
-
|
|
-&sdmmc2_b4_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins1 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
- pins2 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
-&sdmmc2_d47_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
-&uart4 {
|
|
- u-boot,dm-pre-reloc;
|
|
-};
|
|
-
|
|
-&uart4_pins_a {
|
|
- u-boot,dm-pre-reloc;
|
|
- pins1 {
|
|
- u-boot,dm-pre-reloc;
|
|
- };
|
|
- pins2 {
|
|
- u-boot,dm-pre-reloc;
|
|
- /* pull-up on rx to avoid floating level */
|
|
- bias-pull-up;
|
|
- };
|
|
-};
|
|
+#include "stm32mp157a-ed1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157c-ed1.dts b/arch/arm/dts/stm32mp157c-ed1.dts
|
|
index 072d646379..d2c24803b9 100644
|
|
--- a/arch/arm/dts/stm32mp157c-ed1.dts
|
|
+++ b/arch/arm/dts/stm32mp157c-ed1.dts
|
|
@@ -1,7 +1,7 @@
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
- * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
|
- * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
@@ -9,8 +9,7 @@
|
|
#include "stm32mp15xc.dtsi"
|
|
#include "stm32mp15-pinctrl.dtsi"
|
|
#include "stm32mp15xxaa-pinctrl.dtsi"
|
|
-#include <dt-bindings/gpio/gpio.h>
|
|
-#include <dt-bindings/mfd/st,stpmic1.h>
|
|
+#include "stm32mp15xx-edx.dtsi"
|
|
|
|
/ {
|
|
model = "STMicroelectronics STM32MP157C eval daughter";
|
|
@@ -20,360 +19,18 @@
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
- memory@c0000000 {
|
|
- device_type = "memory";
|
|
- reg = <0xC0000000 0x40000000>;
|
|
- };
|
|
-
|
|
reserved-memory {
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
- ranges;
|
|
-
|
|
- mcuram2: mcuram2@10000000 {
|
|
- compatible = "shared-dma-pool";
|
|
- reg = <0x10000000 0x40000>;
|
|
+ gpu_reserved: gpu@f6000000 {
|
|
+ reg = <0xf6000000 0x8000000>;
|
|
no-map;
|
|
};
|
|
-
|
|
- vdev0vring0: vdev0vring0@10040000 {
|
|
- compatible = "shared-dma-pool";
|
|
- reg = <0x10040000 0x1000>;
|
|
- no-map;
|
|
- };
|
|
-
|
|
- vdev0vring1: vdev0vring1@10041000 {
|
|
- compatible = "shared-dma-pool";
|
|
- reg = <0x10041000 0x1000>;
|
|
- no-map;
|
|
- };
|
|
-
|
|
- vdev0buffer: vdev0buffer@10042000 {
|
|
- compatible = "shared-dma-pool";
|
|
- reg = <0x10042000 0x4000>;
|
|
- no-map;
|
|
- };
|
|
-
|
|
- mcuram: mcuram@30000000 {
|
|
- compatible = "shared-dma-pool";
|
|
- reg = <0x30000000 0x40000>;
|
|
- no-map;
|
|
- };
|
|
-
|
|
- retram: retram@38000000 {
|
|
- compatible = "shared-dma-pool";
|
|
- reg = <0x38000000 0x10000>;
|
|
- no-map;
|
|
- };
|
|
-
|
|
- gpu_reserved: gpu@e8000000 {
|
|
- reg = <0xe8000000 0x8000000>;
|
|
- no-map;
|
|
- };
|
|
- };
|
|
-
|
|
- aliases {
|
|
- serial0 = &uart4;
|
|
- };
|
|
-
|
|
- 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>;
|
|
- };
|
|
-};
|
|
-
|
|
-&adc {
|
|
- /* ANA0, ANA1 are dedicated pins and don't need pinctrl: only in6. */
|
|
- pinctrl-0 = <&adc1_in6_pins_a>;
|
|
- pinctrl-names = "default";
|
|
- vdd-supply = <&vdd>;
|
|
- vdda-supply = <&vdda>;
|
|
- vref-supply = <&vdda>;
|
|
- status = "disabled";
|
|
- adc1: adc@0 {
|
|
- st,adc-channels = <0 1 6>;
|
|
- /* 16.5 ck_cycles sampling time */
|
|
- st,min-sample-time-nsecs = <400>;
|
|
- status = "okay";
|
|
- };
|
|
-};
|
|
-
|
|
-&cpu0{
|
|
- cpu-supply = <&vddcore>;
|
|
-};
|
|
-
|
|
-&cpu1{
|
|
- cpu-supply = <&vddcore>;
|
|
-};
|
|
-
|
|
-&dac {
|
|
- pinctrl-names = "default";
|
|
- pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
|
|
- vref-supply = <&vdda>;
|
|
- status = "disabled";
|
|
- dac1: dac@1 {
|
|
- status = "okay";
|
|
- };
|
|
- dac2: dac@2 {
|
|
- status = "okay";
|
|
};
|
|
};
|
|
|
|
-&dts {
|
|
+&cryp1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&gpu {
|
|
contiguous-area = <&gpu_reserved>;
|
|
};
|
|
-
|
|
-&i2c4 {
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&i2c4_pins_a>;
|
|
- pinctrl-1 = <&i2c4_sleep_pins_a>;
|
|
- i2c-scl-rising-time-ns = <185>;
|
|
- i2c-scl-falling-time-ns = <20>;
|
|
- clock-frequency = <400000>;
|
|
- status = "okay";
|
|
- /* spare dmas for other usage */
|
|
- /delete-property/dmas;
|
|
- /delete-property/dma-names;
|
|
-
|
|
- pmic: stpmic@33 {
|
|
- compatible = "st,stpmic1";
|
|
- reg = <0x33>;
|
|
- interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
|
|
- interrupt-controller;
|
|
- #interrupt-cells = <2>;
|
|
- status = "okay";
|
|
-
|
|
- regulators {
|
|
- compatible = "st,stpmic1-regulators";
|
|
- 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 = <1200000>;
|
|
- regulator-max-microvolt = <1350000>;
|
|
- regulator-always-on;
|
|
- regulator-initial-mode = <0>;
|
|
- regulator-over-current-protection;
|
|
- };
|
|
-
|
|
- vdd_ddr: buck2 {
|
|
- regulator-name = "vdd_ddr";
|
|
- regulator-min-microvolt = <1350000>;
|
|
- regulator-max-microvolt = <1350000>;
|
|
- regulator-always-on;
|
|
- regulator-initial-mode = <0>;
|
|
- regulator-over-current-protection;
|
|
- };
|
|
-
|
|
- vdd: buck3 {
|
|
- regulator-name = "vdd";
|
|
- regulator-min-microvolt = <3300000>;
|
|
- regulator-max-microvolt = <3300000>;
|
|
- regulator-always-on;
|
|
- st,mask-reset;
|
|
- regulator-initial-mode = <0>;
|
|
- regulator-over-current-protection;
|
|
- };
|
|
-
|
|
- v3v3: buck4 {
|
|
- regulator-name = "v3v3";
|
|
- regulator-min-microvolt = <3300000>;
|
|
- regulator-max-microvolt = <3300000>;
|
|
- regulator-always-on;
|
|
- regulator-over-current-protection;
|
|
- regulator-initial-mode = <0>;
|
|
- };
|
|
-
|
|
- 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";
|
|
- regulator-min-microvolt = <500000>;
|
|
- regulator-max-microvolt = <750000>;
|
|
- regulator-always-on;
|
|
- regulator-over-current-protection;
|
|
- };
|
|
-
|
|
- vdd_usb: ldo4 {
|
|
- regulator-name = "vdd_usb";
|
|
- 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;
|
|
- };
|
|
-
|
|
- 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 = <1>;
|
|
- };
|
|
- };
|
|
-
|
|
- 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";
|
|
- };
|
|
- };
|
|
-};
|
|
-
|
|
-&ipcc {
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&iwdg2 {
|
|
- timeout-sec = <32>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&m4_rproc {
|
|
- memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
|
|
- <&vdev0vring1>, <&vdev0buffer>;
|
|
- mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>;
|
|
- mbox-names = "vq0", "vq1", "shutdown";
|
|
- interrupt-parent = <&exti>;
|
|
- interrupts = <68 1>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&pwr_regulators {
|
|
- vdd-supply = <&vdd>;
|
|
- vdd_3v3_usbfs-supply = <&vdd_usb>;
|
|
-};
|
|
-
|
|
-&rng1 {
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&rtc {
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&sdmmc1 {
|
|
- pinctrl-names = "default", "opendrain", "sleep";
|
|
- pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>;
|
|
- pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_dir_pins_a>;
|
|
- pinctrl-2 = <&sdmmc1_b4_sleep_pins_a &sdmmc1_dir_sleep_pins_a>;
|
|
- cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
|
- disable-wp;
|
|
- st,sig-dir;
|
|
- st,neg-edge;
|
|
- st,use-ckin;
|
|
- bus-width = <4>;
|
|
- vmmc-supply = <&vdd_sd>;
|
|
- vqmmc-supply = <&sd_switch>;
|
|
- sd-uhs-sdr12;
|
|
- sd-uhs-sdr25;
|
|
- sd-uhs-sdr50;
|
|
- sd-uhs-ddr50;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&sdmmc2 {
|
|
- pinctrl-names = "default", "opendrain", "sleep";
|
|
- pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
|
|
- pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_a>;
|
|
- pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_a>;
|
|
- non-removable;
|
|
- no-sd;
|
|
- no-sdio;
|
|
- st,neg-edge;
|
|
- bus-width = <8>;
|
|
- vmmc-supply = <&v3v3>;
|
|
- vqmmc-supply = <&vdd>;
|
|
- mmc-ddr-3_3v;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&timers6 {
|
|
- status = "okay";
|
|
- /* spare dmas for other usage */
|
|
- /delete-property/dmas;
|
|
- /delete-property/dma-names;
|
|
- timer@5 {
|
|
- status = "okay";
|
|
- };
|
|
-};
|
|
-
|
|
-&uart4 {
|
|
- pinctrl-names = "default";
|
|
- pinctrl-0 = <&uart4_pins_a>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&usbotg_hs {
|
|
- vbus-supply = <&vbus_otg>;
|
|
-};
|
|
-
|
|
-&usbphyc_port0 {
|
|
- phy-supply = <&vdd_usb>;
|
|
-};
|
|
-
|
|
-&usbphyc_port1 {
|
|
- phy-supply = <&vdd_usb>;
|
|
-};
|
|
diff --git a/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
|
|
index ec60486f41..cc028066ec 100644
|
|
--- a/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
|
|
@@ -3,51 +3,4 @@
|
|
* Copyright : STMicroelectronics 2018
|
|
*/
|
|
|
|
-#include "stm32mp157c-ed1-u-boot.dtsi"
|
|
-
|
|
-/ {
|
|
- aliases {
|
|
- gpio26 = &stmfx_pinctrl;
|
|
- i2c1 = &i2c2;
|
|
- i2c4 = &i2c5;
|
|
- pinctrl2 = &stmfx_pinctrl;
|
|
- spi0 = &qspi;
|
|
- usb0 = &usbotg_hs;
|
|
- };
|
|
-};
|
|
-
|
|
-&flash0 {
|
|
- u-boot,dm-spl;
|
|
-};
|
|
-
|
|
-&qspi {
|
|
- u-boot,dm-spl;
|
|
-};
|
|
-
|
|
-&qspi_clk_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
-&qspi_bk1_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins1 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
- pins2 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
-&qspi_bk2_pins_a {
|
|
- u-boot,dm-spl;
|
|
- pins1 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
- pins2 {
|
|
- u-boot,dm-spl;
|
|
- };
|
|
-};
|
|
-
|
|
+#include "stm32mp157a-ev1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157c-ev1.dts b/arch/arm/dts/stm32mp157c-ev1.dts
|
|
index 46f81ce92e..e84897ef44 100644
|
|
--- a/arch/arm/dts/stm32mp157c-ev1.dts
|
|
+++ b/arch/arm/dts/stm32mp157c-ev1.dts
|
|
@@ -1,13 +1,12 @@
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
- * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
|
- * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "stm32mp157c-ed1.dts"
|
|
-#include <dt-bindings/gpio/gpio.h>
|
|
-#include <dt-bindings/input/input.h>
|
|
+#include "stm32mp15xx-evx.dtsi"
|
|
|
|
/ {
|
|
model = "STMicroelectronics STM32MP157C eval daughter on eval mother";
|
|
@@ -19,89 +18,30 @@
|
|
|
|
aliases {
|
|
serial0 = &uart4;
|
|
- ethernet0 = ðernet0;
|
|
- };
|
|
-
|
|
- clocks {
|
|
- clk_ext_camera: clk-ext-camera {
|
|
- #clock-cells = <0>;
|
|
- compatible = "fixed-clock";
|
|
- clock-frequency = <24000000>;
|
|
- };
|
|
- };
|
|
-
|
|
- joystick {
|
|
- compatible = "gpio-keys";
|
|
- pinctrl-0 = <&joystick_pins>;
|
|
- pinctrl-names = "default";
|
|
- button-0 {
|
|
- label = "JoySel";
|
|
- linux,code = <KEY_ENTER>;
|
|
- interrupt-parent = <&stmfx_pinctrl>;
|
|
- interrupts = <0 IRQ_TYPE_EDGE_RISING>;
|
|
- };
|
|
- button-1 {
|
|
- label = "JoyDown";
|
|
- linux,code = <KEY_DOWN>;
|
|
- interrupt-parent = <&stmfx_pinctrl>;
|
|
- interrupts = <1 IRQ_TYPE_EDGE_RISING>;
|
|
- };
|
|
- button-2 {
|
|
- label = "JoyLeft";
|
|
- linux,code = <KEY_LEFT>;
|
|
- interrupt-parent = <&stmfx_pinctrl>;
|
|
- interrupts = <2 IRQ_TYPE_EDGE_RISING>;
|
|
- };
|
|
- button-3 {
|
|
- label = "JoyRight";
|
|
- linux,code = <KEY_RIGHT>;
|
|
- interrupt-parent = <&stmfx_pinctrl>;
|
|
- interrupts = <3 IRQ_TYPE_EDGE_RISING>;
|
|
- };
|
|
- button-4 {
|
|
- label = "JoyUp";
|
|
- linux,code = <KEY_UP>;
|
|
- interrupt-parent = <&stmfx_pinctrl>;
|
|
- interrupts = <4 IRQ_TYPE_EDGE_RISING>;
|
|
- };
|
|
- };
|
|
-
|
|
- panel_backlight: panel-backlight {
|
|
- compatible = "gpio-backlight";
|
|
- gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
|
|
- default-on;
|
|
- status = "okay";
|
|
+ serial1 = &usart3;
|
|
};
|
|
};
|
|
|
|
-&cec {
|
|
- pinctrl-names = "default";
|
|
- pinctrl-0 = <&cec_pins_a>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&dcmi {
|
|
+<dc {
|
|
status = "okay";
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&dcmi_pins_a>;
|
|
- pinctrl-1 = <&dcmi_sleep_pins_a>;
|
|
|
|
port {
|
|
- dcmi_0: endpoint {
|
|
- remote-endpoint = <&ov5640_0>;
|
|
- bus-width = <8>;
|
|
- hsync-active = <0>;
|
|
- vsync-active = <0>;
|
|
- pclk-sample = <1>;
|
|
+ ltdc_ep0_out: endpoint@0 {
|
|
+ reg = <0>;
|
|
+ remote-endpoint = <&dsi_in>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&dsi {
|
|
- phy-dsi-supply = <®18>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
status = "okay";
|
|
|
|
ports {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
port@0 {
|
|
reg = <0>;
|
|
dsi_in: endpoint {
|
|
@@ -117,7 +57,7 @@
|
|
};
|
|
};
|
|
|
|
- panel-dsi@0 {
|
|
+ panel_dsi: panel-dsi@0 {
|
|
compatible = "raydium,rm68200";
|
|
reg = <0>;
|
|
reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
|
|
@@ -133,229 +73,16 @@
|
|
};
|
|
};
|
|
|
|
-ðernet0 {
|
|
- status = "okay";
|
|
- pinctrl-0 = <ðernet0_rgmii_pins_a>;
|
|
- pinctrl-1 = <ðernet0_rgmii_sleep_pins_a>;
|
|
- pinctrl-names = "default", "sleep";
|
|
- phy-mode = "rgmii-id";
|
|
- max-speed = <1000>;
|
|
- phy-handle = <&phy0>;
|
|
-
|
|
- mdio0 {
|
|
- #address-cells = <1>;
|
|
- #size-cells = <0>;
|
|
- compatible = "snps,dwmac-mdio";
|
|
- phy0: ethernet-phy@0 {
|
|
- reg = <0>;
|
|
- };
|
|
- };
|
|
-};
|
|
-
|
|
-&fmc {
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&fmc_pins_a>;
|
|
- pinctrl-1 = <&fmc_sleep_pins_a>;
|
|
- status = "okay";
|
|
-
|
|
- nand-controller@4,0 {
|
|
- status = "okay";
|
|
-
|
|
- nand@0 {
|
|
- reg = <0>;
|
|
- nand-on-flash-bbt;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
- };
|
|
- };
|
|
-};
|
|
-
|
|
&i2c2 {
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&i2c2_pins_a>;
|
|
- pinctrl-1 = <&i2c2_sleep_pins_a>;
|
|
- i2c-scl-rising-time-ns = <185>;
|
|
- i2c-scl-falling-time-ns = <20>;
|
|
- status = "okay";
|
|
-
|
|
- ov5640: camera@3c {
|
|
- compatible = "ovti,ov5640";
|
|
- reg = <0x3c>;
|
|
- clocks = <&clk_ext_camera>;
|
|
- clock-names = "xclk";
|
|
- DOVDD-supply = <&v2v8>;
|
|
- powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
|
|
- reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
|
|
- rotation = <180>;
|
|
- status = "okay";
|
|
-
|
|
- port {
|
|
- ov5640_0: endpoint {
|
|
- remote-endpoint = <&dcmi_0>;
|
|
- bus-width = <8>;
|
|
- data-shift = <2>; /* lines 9:2 are used */
|
|
- hsync-active = <0>;
|
|
- vsync-active = <0>;
|
|
- pclk-sample = <1>;
|
|
- };
|
|
- };
|
|
- };
|
|
-
|
|
- stmfx: stmfx@42 {
|
|
- compatible = "st,stmfx-0300";
|
|
- reg = <0x42>;
|
|
- interrupts = <8 IRQ_TYPE_EDGE_RISING>;
|
|
- interrupt-parent = <&gpioi>;
|
|
- vdd-supply = <&v3v3>;
|
|
-
|
|
- stmfx_pinctrl: pinctrl {
|
|
- compatible = "st,stmfx-0300-pinctrl";
|
|
- gpio-controller;
|
|
- #gpio-cells = <2>;
|
|
- interrupt-controller;
|
|
- #interrupt-cells = <2>;
|
|
- gpio-ranges = <&stmfx_pinctrl 0 0 24>;
|
|
-
|
|
- joystick_pins: joystick-pins {
|
|
- pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4";
|
|
- bias-pull-down;
|
|
- };
|
|
- };
|
|
- };
|
|
-};
|
|
-
|
|
-&i2c5 {
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&i2c5_pins_a>;
|
|
- pinctrl-1 = <&i2c5_sleep_pins_a>;
|
|
- i2c-scl-rising-time-ns = <185>;
|
|
- i2c-scl-falling-time-ns = <20>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-<dc {
|
|
- status = "okay";
|
|
-
|
|
- port {
|
|
- ltdc_ep0_out: endpoint@0 {
|
|
- reg = <0>;
|
|
- remote-endpoint = <&dsi_in>;
|
|
- };
|
|
- };
|
|
-};
|
|
-
|
|
-&m_can1 {
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&m_can1_pins_a>;
|
|
- pinctrl-1 = <&m_can1_sleep_pins_a>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&qspi {
|
|
- pinctrl-names = "default", "sleep";
|
|
- pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
|
|
- pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a &qspi_bk2_sleep_pins_a>;
|
|
- reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <0>;
|
|
- status = "okay";
|
|
-
|
|
- flash0: mx66l51235l@0 {
|
|
- compatible = "jedec,spi-nor";
|
|
- reg = <0>;
|
|
- spi-rx-bus-width = <4>;
|
|
- spi-max-frequency = <108000000>;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
- };
|
|
-
|
|
- flash1: mx66l51235l@1 {
|
|
- compatible = "jedec,spi-nor";
|
|
- reg = <1>;
|
|
- spi-rx-bus-width = <4>;
|
|
- spi-max-frequency = <108000000>;
|
|
- #address-cells = <1>;
|
|
- #size-cells = <1>;
|
|
- };
|
|
-};
|
|
-
|
|
-&sdmmc3 {
|
|
- pinctrl-names = "default", "opendrain", "sleep";
|
|
- pinctrl-0 = <&sdmmc3_b4_pins_a>;
|
|
- pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
|
|
- pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
|
|
- broken-cd;
|
|
- st,neg-edge;
|
|
- bus-width = <4>;
|
|
- vmmc-supply = <&v3v3>;
|
|
- status = "disabled";
|
|
-};
|
|
-
|
|
-&spi1 {
|
|
- pinctrl-names = "default";
|
|
- pinctrl-0 = <&spi1_pins_a>;
|
|
- status = "disabled";
|
|
-};
|
|
-
|
|
-&timers2 {
|
|
- /* spare dmas for other usage (un-delete to enable pwm capture) */
|
|
- /delete-property/dmas;
|
|
- /delete-property/dma-names;
|
|
- status = "disabled";
|
|
- pwm {
|
|
- pinctrl-0 = <&pwm2_pins_a>;
|
|
- pinctrl-1 = <&pwm2_sleep_pins_a>;
|
|
- pinctrl-names = "default", "sleep";
|
|
- status = "okay";
|
|
- };
|
|
- timer@1 {
|
|
+ gt9147: goodix_ts@5d {
|
|
+ compatible = "goodix,gt9147";
|
|
+ reg = <0x5d>;
|
|
+ panel = <&panel_dsi>;
|
|
+ pinctrl-0 = <&goodix_pins>;
|
|
+ pinctrl-names = "default";
|
|
status = "okay";
|
|
- };
|
|
-};
|
|
|
|
-&timers8 {
|
|
- /delete-property/dmas;
|
|
- /delete-property/dma-names;
|
|
- status = "disabled";
|
|
- pwm {
|
|
- pinctrl-0 = <&pwm8_pins_a>;
|
|
- pinctrl-1 = <&pwm8_sleep_pins_a>;
|
|
- pinctrl-names = "default", "sleep";
|
|
- status = "okay";
|
|
+ interrupts = <14 IRQ_TYPE_EDGE_RISING>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
};
|
|
- timer@7 {
|
|
- status = "okay";
|
|
- };
|
|
-};
|
|
-
|
|
-&timers12 {
|
|
- /delete-property/dmas;
|
|
- /delete-property/dma-names;
|
|
- status = "disabled";
|
|
- pwm {
|
|
- pinctrl-0 = <&pwm12_pins_a>;
|
|
- pinctrl-1 = <&pwm12_sleep_pins_a>;
|
|
- pinctrl-names = "default", "sleep";
|
|
- status = "okay";
|
|
- };
|
|
- timer@11 {
|
|
- status = "okay";
|
|
- };
|
|
-};
|
|
-
|
|
-&usbh_ehci {
|
|
- phys = <&usbphyc_port0>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&usbotg_hs {
|
|
- pinctrl-0 = <&usbotg_hs_pins_a>;
|
|
- pinctrl-names = "default";
|
|
- phys = <&usbphyc_port1 0>;
|
|
- phy-names = "usb2-phy";
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
-&usbphyc {
|
|
- status = "okay";
|
|
};
|
|
diff --git a/arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi b/arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi
|
|
index 6be728846e..042656a773 100644
|
|
--- a/arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi
|
|
@@ -13,9 +13,11 @@
|
|
};
|
|
};
|
|
|
|
+#ifndef CONFIG_TFABOOT
|
|
&clk_hse {
|
|
st,digbypass;
|
|
};
|
|
+#endif
|
|
|
|
&i2c2 {
|
|
u-boot,dm-pre-reloc;
|
|
@@ -32,6 +34,7 @@
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
+#ifndef CONFIG_TFABOOT
|
|
&rcc {
|
|
st,clksrc = <
|
|
CLK_MPU_PLL1P
|
|
@@ -123,3 +126,4 @@
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
+#endif
|
|
diff --git a/arch/arm/dts/stm32mp157d-dk1-u-boot.dtsi b/arch/arm/dts/stm32mp157d-dk1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..4f9b7a99ce
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157d-dk1-u-boot.dtsi
|
|
@@ -0,0 +1,6 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2019
|
|
+ */
|
|
+
|
|
+#include "stm32mp157a-dk1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157d-dk1.dts b/arch/arm/dts/stm32mp157d-dk1.dts
|
|
new file mode 100644
|
|
index 0000000000..bcc012cfff
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157d-dk1.dts
|
|
@@ -0,0 +1,28 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157.dtsi"
|
|
+#include "stm32mp15xd.dtsi"
|
|
+#include "stm32mp15-pinctrl.dtsi"
|
|
+#include "stm32mp15xxac-pinctrl.dtsi"
|
|
+#include "stm32mp15xx-dkx.dtsi"
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157D-DK1 Discovery Board";
|
|
+ compatible = "st,stm32mp157d-dk1", "st,stm32mp157";
|
|
+
|
|
+ aliases {
|
|
+ serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ serial2 = &uart7;
|
|
+ };
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157d-ed1-u-boot.dtsi b/arch/arm/dts/stm32mp157d-ed1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..70d9afc6b9
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157d-ed1-u-boot.dtsi
|
|
@@ -0,0 +1,6 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2019
|
|
+ */
|
|
+
|
|
+#include "stm32mp157a-ed1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157d-ed1.dts b/arch/arm/dts/stm32mp157d-ed1.dts
|
|
new file mode 100644
|
|
index 0000000000..5aa383d3b5
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157d-ed1.dts
|
|
@@ -0,0 +1,33 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157.dtsi"
|
|
+#include "stm32mp15xd.dtsi"
|
|
+#include "stm32mp15-pinctrl.dtsi"
|
|
+#include "stm32mp15xxaa-pinctrl.dtsi"
|
|
+#include "stm32mp15xx-edx.dtsi"
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157D eval daughter";
|
|
+ compatible = "st,stm32mp157d-ed1", "st,stm32mp157";
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ reserved-memory {
|
|
+ gpu_reserved: gpu@f6000000 {
|
|
+ reg = <0xf6000000 0x8000000>;
|
|
+ no-map;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&gpu {
|
|
+ contiguous-area = <&gpu_reserved>;
|
|
+ status = "okay";
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157d-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp157d-ev1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..77168a4cdb
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157d-ev1-u-boot.dtsi
|
|
@@ -0,0 +1,6 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2019
|
|
+ */
|
|
+
|
|
+#include "stm32mp157a-ev1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157d-ev1.dts b/arch/arm/dts/stm32mp157d-ev1.dts
|
|
new file mode 100644
|
|
index 0000000000..5cb08c7079
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157d-ev1.dts
|
|
@@ -0,0 +1,88 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157d-ed1.dts"
|
|
+#include "stm32mp15xx-evx.dtsi"
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157D eval daughter on eval mother";
|
|
+ compatible = "st,stm32mp157d-ev1", "st,stm32mp157d-ed1", "st,stm32mp157";
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ aliases {
|
|
+ serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ };
|
|
+};
|
|
+
|
|
+<dc {
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ ltdc_ep0_out: endpoint@0 {
|
|
+ reg = <0>;
|
|
+ remote-endpoint = <&dsi_in>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&dsi {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ status = "okay";
|
|
+
|
|
+ ports {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
+ port@0 {
|
|
+ reg = <0>;
|
|
+ dsi_in: endpoint {
|
|
+ remote-endpoint = <<dc_ep0_out>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ port@1 {
|
|
+ reg = <1>;
|
|
+ dsi_out: endpoint {
|
|
+ remote-endpoint = <&dsi_panel_in>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ panel_dsi: panel-dsi@0 {
|
|
+ compatible = "raydium,rm68200";
|
|
+ reg = <0>;
|
|
+ reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
|
|
+ backlight = <&panel_backlight>;
|
|
+ power-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dsi_panel_in: endpoint {
|
|
+ remote-endpoint = <&dsi_out>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&i2c2 {
|
|
+ gt9147: goodix_ts@5d {
|
|
+ compatible = "goodix,gt9147";
|
|
+ reg = <0x5d>;
|
|
+ panel = <&panel_dsi>;
|
|
+ pinctrl-0 = <&goodix_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ status = "okay";
|
|
+
|
|
+ interrupts = <14 IRQ_TYPE_EDGE_RISING>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi b/arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..1bed79cdf4
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157f-dk2-u-boot.dtsi
|
|
@@ -0,0 +1,6 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2019
|
|
+ */
|
|
+
|
|
+#include "stm32mp157c-dk2-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157f-dk2.dts b/arch/arm/dts/stm32mp157f-dk2.dts
|
|
new file mode 100644
|
|
index 0000000000..15a397c4cf
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157f-dk2.dts
|
|
@@ -0,0 +1,157 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157.dtsi"
|
|
+#include "stm32mp15xf.dtsi"
|
|
+#include "stm32mp15-pinctrl.dtsi"
|
|
+#include "stm32mp15xxac-pinctrl.dtsi"
|
|
+#include "stm32mp15xx-dkx.dtsi"
|
|
+#include <dt-bindings/rtc/rtc-stm32.h>
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157F-DK2 Discovery Board";
|
|
+ compatible = "st,stm32mp157f-dk2", "st,stm32mp157";
|
|
+
|
|
+ aliases {
|
|
+ serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ serial2 = &uart7;
|
|
+ serial3 = &usart2;
|
|
+ };
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ wifi_pwrseq: wifi-pwrseq {
|
|
+ compatible = "mmc-pwrseq-simple";
|
|
+ reset-gpios = <&gpioh 4 GPIO_ACTIVE_LOW>;
|
|
+ };
|
|
+};
|
|
+
|
|
+&cryp1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&dsi {
|
|
+ status = "okay";
|
|
+
|
|
+ ports {
|
|
+ port@0 {
|
|
+ reg = <0>;
|
|
+ dsi_in: endpoint {
|
|
+ remote-endpoint = <<dc_ep1_out>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ port@1 {
|
|
+ reg = <1>;
|
|
+ dsi_out: endpoint {
|
|
+ remote-endpoint = <&panel_in>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ panel_otm8009a: panel-otm8009a@0 {
|
|
+ compatible = "orisetech,otm8009a";
|
|
+ reg = <0>;
|
|
+ reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
|
|
+ power-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ panel_in: endpoint {
|
|
+ remote-endpoint = <&dsi_out>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&i2c1 {
|
|
+ touchscreen@2a {
|
|
+ compatible = "focaltech,ft6236";
|
|
+ reg = <0x2a>;
|
|
+ interrupts = <2 2>;
|
|
+ interrupt-parent = <&gpiof>;
|
|
+ interrupt-controller;
|
|
+ touchscreen-size-x = <480>;
|
|
+ touchscreen-size-y = <800>;
|
|
+ panel = <&panel_otm8009a>;
|
|
+ vcc-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+ };
|
|
+ touchscreen@38 {
|
|
+ compatible = "focaltech,ft6236";
|
|
+ reg = <0x38>;
|
|
+ interrupts = <2 2>;
|
|
+ interrupt-parent = <&gpiof>;
|
|
+ interrupt-controller;
|
|
+ touchscreen-size-x = <480>;
|
|
+ touchscreen-size-y = <800>;
|
|
+ panel = <&panel_otm8009a>;
|
|
+ vcc-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+<dc {
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ ltdc_ep1_out: endpoint@1 {
|
|
+ reg = <1>;
|
|
+ remote-endpoint = <&dsi_in>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&rtc {
|
|
+ st,lsco = <RTC_OUT2_RMP>;
|
|
+ pinctrl-0 = <&rtc_out2_rmp_pins_a>;
|
|
+ pinctrl-names = "default";
|
|
+};
|
|
+
|
|
+/* Wifi */
|
|
+&sdmmc2 {
|
|
+ arm,primecell-periphid = <0x10153180>;
|
|
+ pinctrl-names = "default", "opendrain", "sleep";
|
|
+ pinctrl-0 = <&sdmmc2_b4_pins_a>;
|
|
+ pinctrl-1 = <&sdmmc2_b4_od_pins_a>;
|
|
+ pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
|
|
+ non-removable;
|
|
+ st,neg-edge;
|
|
+ bus-width = <4>;
|
|
+ vmmc-supply = <&v3v3>;
|
|
+ mmc-pwrseq = <&wifi_pwrseq>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ status = "okay";
|
|
+
|
|
+ brcmf: bcrmf@1 {
|
|
+ reg = <1>;
|
|
+ compatible = "brcm,bcm4329-fmac";
|
|
+ };
|
|
+};
|
|
+
|
|
+/* Bluetooth */
|
|
+&usart2 {
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
+ pinctrl-0 = <&usart2_pins_c>;
|
|
+ pinctrl-1 = <&usart2_sleep_pins_c>;
|
|
+ pinctrl-2 = <&usart2_idle_pins_c>;
|
|
+ uart-has-rtscts;
|
|
+ status = "okay";
|
|
+
|
|
+ bluetooth {
|
|
+ shutdown-gpios = <&gpioz 6 GPIO_ACTIVE_HIGH>;
|
|
+ compatible = "brcm,bcm43438-bt";
|
|
+ max-speed = <3000000>;
|
|
+ vbat-supply = <&v3v3>;
|
|
+ vddio-supply = <&v3v3>;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157f-ed1-u-boot.dtsi b/arch/arm/dts/stm32mp157f-ed1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..2b8d2afd55
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157f-ed1-u-boot.dtsi
|
|
@@ -0,0 +1,6 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2019
|
|
+ */
|
|
+
|
|
+#include "stm32mp157c-ed1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157f-ed1.dts b/arch/arm/dts/stm32mp157f-ed1.dts
|
|
new file mode 100644
|
|
index 0000000000..29c6833e28
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157f-ed1.dts
|
|
@@ -0,0 +1,37 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157.dtsi"
|
|
+#include "stm32mp15xf.dtsi"
|
|
+#include "stm32mp15-pinctrl.dtsi"
|
|
+#include "stm32mp15xxaa-pinctrl.dtsi"
|
|
+#include "stm32mp15xx-edx.dtsi"
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157F eval daughter";
|
|
+ compatible = "st,stm32mp157f-ed1", "st,stm32mp157";
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ reserved-memory {
|
|
+ gpu_reserved: gpu@f6000000 {
|
|
+ reg = <0xf6000000 0x8000000>;
|
|
+ no-map;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&cryp1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&gpu {
|
|
+ contiguous-area = <&gpu_reserved>;
|
|
+ status = "okay";
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp157f-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp157f-ev1-u-boot.dtsi
|
|
new file mode 100644
|
|
index 0000000000..0e415a141d
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157f-ev1-u-boot.dtsi
|
|
@@ -0,0 +1,6 @@
|
|
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
+/*
|
|
+ * Copyright : STMicroelectronics 2019
|
|
+ */
|
|
+
|
|
+#include "stm32mp157c-ev1-u-boot.dtsi"
|
|
diff --git a/arch/arm/dts/stm32mp157f-ev1.dts b/arch/arm/dts/stm32mp157f-ev1.dts
|
|
new file mode 100644
|
|
index 0000000000..6fe600f813
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp157f-ev1.dts
|
|
@@ -0,0 +1,89 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+/dts-v1/;
|
|
+
|
|
+#include "stm32mp157f-ed1.dts"
|
|
+#include "stm32mp15xx-evx.dtsi"
|
|
+#include <dt-bindings/input/input.h>
|
|
+
|
|
+/ {
|
|
+ model = "STMicroelectronics STM32MP157F eval daughter on eval mother";
|
|
+ compatible = "st,stm32mp157f-ev1", "st,stm32mp157f-ed1", "st,stm32mp157";
|
|
+
|
|
+ chosen {
|
|
+ stdout-path = "serial0:115200n8";
|
|
+ };
|
|
+
|
|
+ aliases {
|
|
+ serial0 = &uart4;
|
|
+ serial1 = &usart3;
|
|
+ };
|
|
+};
|
|
+
|
|
+<dc {
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ ltdc_ep0_out: endpoint@0 {
|
|
+ reg = <0>;
|
|
+ remote-endpoint = <&dsi_in>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&dsi {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ status = "okay";
|
|
+
|
|
+ ports {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
+ port@0 {
|
|
+ reg = <0>;
|
|
+ dsi_in: endpoint {
|
|
+ remote-endpoint = <<dc_ep0_out>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ port@1 {
|
|
+ reg = <1>;
|
|
+ dsi_out: endpoint {
|
|
+ remote-endpoint = <&dsi_panel_in>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ panel_dsi: panel-dsi@0 {
|
|
+ compatible = "raydium,rm68200";
|
|
+ reg = <0>;
|
|
+ reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
|
|
+ backlight = <&panel_backlight>;
|
|
+ power-supply = <&v3v3>;
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dsi_panel_in: endpoint {
|
|
+ remote-endpoint = <&dsi_out>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&i2c2 {
|
|
+ gt9147: goodix_ts@5d {
|
|
+ compatible = "goodix,gt9147";
|
|
+ reg = <0x5d>;
|
|
+ panel = <&panel_dsi>;
|
|
+ pinctrl-0 = <&goodix_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ status = "okay";
|
|
+
|
|
+ interrupts = <14 IRQ_TYPE_EDGE_RISING>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15xa.dtsi b/arch/arm/dts/stm32mp15xa.dtsi
|
|
new file mode 100644
|
|
index 0000000000..5ed7e594f4
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15xa.dtsi
|
|
@@ -0,0 +1,13 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+&cpu0_opp_table {
|
|
+ opp-650000000 {
|
|
+ opp-hz = /bits/ 64 <650000000>;
|
|
+ opp-microvolt = <1200000>;
|
|
+ opp-supported-hw = <0x1>;
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15xc.dtsi b/arch/arm/dts/stm32mp15xc.dtsi
|
|
index b06a55a2fa..adc1568a72 100644
|
|
--- a/arch/arm/dts/stm32mp15xc.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15xc.dtsi
|
|
@@ -4,14 +4,16 @@
|
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
*/
|
|
|
|
+#include "stm32mp15xa.dtsi"
|
|
+
|
|
/ {
|
|
soc {
|
|
cryp1: cryp@54001000 {
|
|
compatible = "st,stm32mp1-cryp";
|
|
reg = <0x54001000 0x400>;
|
|
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
|
|
- clocks = <&rcc CRYP1>;
|
|
- resets = <&rcc CRYP1_R>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_CRYP1>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_CRYP1>;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
diff --git a/arch/arm/dts/stm32mp15xd.dtsi b/arch/arm/dts/stm32mp15xd.dtsi
|
|
new file mode 100644
|
|
index 0000000000..e2f8b1297c
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15xd.dtsi
|
|
@@ -0,0 +1,42 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+&cpu0_opp_table {
|
|
+ opp-800000000 {
|
|
+ opp-hz = /bits/ 64 <800000000>;
|
|
+ opp-microvolt = <1350000>;
|
|
+ opp-supported-hw = <0x2>;
|
|
+ };
|
|
+ opp-400000000 {
|
|
+ opp-hz = /bits/ 64 <400000000>;
|
|
+ opp-microvolt = <1200000>;
|
|
+ opp-supported-hw = <0x2>;
|
|
+ opp-suspend;
|
|
+ };
|
|
+};
|
|
+
|
|
+&cpu_thermal {
|
|
+ trips {
|
|
+ cpu-crit {
|
|
+ temperature = <105000>;
|
|
+ hysteresis = <0>;
|
|
+ type = "critical";
|
|
+ };
|
|
+
|
|
+ cpu_alert: cpu-alert {
|
|
+ temperature = <95000>;
|
|
+ hysteresis = <10000>;
|
|
+ type = "passive";
|
|
+ };
|
|
+ };
|
|
+
|
|
+ cooling-maps {
|
|
+ map0 {
|
|
+ trip = <&cpu_alert>;
|
|
+ cooling-device = <&cpu0 1 1>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15xf.dtsi b/arch/arm/dts/stm32mp15xf.dtsi
|
|
new file mode 100644
|
|
index 0000000000..77f50b9bda
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15xf.dtsi
|
|
@@ -0,0 +1,20 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
+ * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+#include "stm32mp15xd.dtsi"
|
|
+
|
|
+/ {
|
|
+ soc {
|
|
+ cryp1: cryp@54001000 {
|
|
+ compatible = "st,stm32mp1-cryp";
|
|
+ reg = <0x54001000 0x400>;
|
|
+ interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ clocks = <&scmi0_clk CK_SCMI0_CRYP1>;
|
|
+ resets = <&scmi0_reset RST_SCMI0_CRYP1>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+ };
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi
|
|
index 92345b7ba3..c3727a0c4d 100644
|
|
--- a/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi
|
|
@@ -171,6 +171,7 @@
|
|
};
|
|
};
|
|
|
|
+#ifndef CONFIG_TFABOOT
|
|
&rcc {
|
|
st,clksrc = <
|
|
CLK_MPU_PLL1P
|
|
@@ -262,6 +263,7 @@
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
+#endif
|
|
|
|
&sdmmc1 {
|
|
u-boot,dm-spl;
|
|
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
|
|
index 9d3db20876..e9c5e5adf2 100644
|
|
--- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
|
|
@@ -70,6 +70,7 @@
|
|
};
|
|
};
|
|
|
|
+#ifndef CONFIG_TFABOOT
|
|
&rcc {
|
|
st,clksrc = <
|
|
CLK_MPU_PLL1P
|
|
@@ -161,3 +162,4 @@
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
+#endif
|
|
\ No newline at end of file
|
|
diff --git a/arch/arm/dts/stm32mp15xx-dkx.dtsi b/arch/arm/dts/stm32mp15xx-dkx.dtsi
|
|
index d660dfb74e..acff8755d3 100644
|
|
--- a/arch/arm/dts/stm32mp15xx-dkx.dtsi
|
|
+++ b/arch/arm/dts/stm32mp15xx-dkx.dtsi
|
|
@@ -4,10 +4,16 @@
|
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
*/
|
|
|
|
+#include "stm32mp15-m4-srm.dtsi"
|
|
+#include "stm32mp15-m4-srm-pinctrl.dtsi"
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/mfd/st,stpmic1.h>
|
|
|
|
/ {
|
|
+ aliases {
|
|
+ ethernet0 = ðernet0;
|
|
+ };
|
|
+
|
|
memory@c0000000 {
|
|
device_type = "memory";
|
|
reg = <0xc0000000 0x20000000>;
|
|
@@ -62,7 +68,7 @@
|
|
|
|
led {
|
|
compatible = "gpio-leds";
|
|
- blue {
|
|
+ led-blue {
|
|
label = "heartbeat";
|
|
gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "heartbeat";
|
|
@@ -72,7 +78,7 @@
|
|
|
|
sound {
|
|
compatible = "audio-graph-card";
|
|
- label = "STM32MP1-DK";
|
|
+ label = "STM32MP15-DK";
|
|
routing =
|
|
"Playback" , "MCLK",
|
|
"Capture" , "MCLK",
|
|
@@ -80,6 +86,25 @@
|
|
dais = <&sai2a_port &sai2b_port &i2s2_port>;
|
|
status = "okay";
|
|
};
|
|
+
|
|
+ usb_phy_tuning: usb-phy-tuning {
|
|
+ st,hs-dc-level = <2>;
|
|
+ st,fs-rftime-tuning;
|
|
+ st,hs-rftime-reduction;
|
|
+ st,hs-current-trim = <15>;
|
|
+ st,hs-impedance-trim = <1>;
|
|
+ st,squelch-level = <3>;
|
|
+ st,hs-rx-offset = <2>;
|
|
+ st,no-lsfs-sc;
|
|
+ };
|
|
+
|
|
+ vin: vin {
|
|
+ compatible = "regulator-fixed";
|
|
+ regulator-name = "vin";
|
|
+ regulator-min-microvolt = <5000000>;
|
|
+ regulator-max-microvolt = <5000000>;
|
|
+ regulator-always-on;
|
|
+ };
|
|
};
|
|
|
|
&adc {
|
|
@@ -116,10 +141,6 @@
|
|
status = "okay";
|
|
};
|
|
|
|
-&dts {
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
&cpu0{
|
|
cpu-supply = <&vddcore>;
|
|
};
|
|
@@ -128,6 +149,22 @@
|
|
cpu-supply = <&vddcore>;
|
|
};
|
|
|
|
+&crc1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&dma1 {
|
|
+ sram = <&dma_pool>;
|
|
+};
|
|
+
|
|
+&dma2 {
|
|
+ sram = <&dma_pool>;
|
|
+};
|
|
+
|
|
+&dts {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
ðernet0 {
|
|
status = "okay";
|
|
pinctrl-0 = <ðernet0_rgmii_pins_a>;
|
|
@@ -136,6 +173,8 @@
|
|
phy-mode = "rgmii-id";
|
|
max-speed = <1000>;
|
|
phy-handle = <&phy0>;
|
|
+ nvmem-cells = <ðernet_mac_address>;
|
|
+ nvmem-cell-names = "mac-address";
|
|
|
|
mdio0 {
|
|
#address-cells = <1>;
|
|
@@ -151,6 +190,10 @@
|
|
contiguous-area = <&gpu_reserved>;
|
|
};
|
|
|
|
+&hash1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&i2c1 {
|
|
pinctrl-names = "default", "sleep";
|
|
pinctrl-0 = <&i2c1_pins_a>;
|
|
@@ -238,37 +281,52 @@
|
|
/delete-property/dmas;
|
|
/delete-property/dma-names;
|
|
|
|
- typec: stusb1600@28 {
|
|
+ stusb1600@28 {
|
|
compatible = "st,stusb1600";
|
|
reg = <0x28>;
|
|
interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
|
|
interrupt-parent = <&gpioi>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&stusb1600_pins_a>;
|
|
-
|
|
status = "okay";
|
|
+ vdd-supply = <&vin>;
|
|
|
|
- typec_con: connector {
|
|
+ connector {
|
|
compatible = "usb-c-connector";
|
|
label = "USB-C";
|
|
- power-role = "sink";
|
|
- power-opmode = "default";
|
|
+ power-role = "dual";
|
|
+ typec-power-opmode = "default";
|
|
+
|
|
+ port {
|
|
+ con_usbotg_hs_ep: endpoint {
|
|
+ remote-endpoint = <&usbotg_hs_ep>;
|
|
+ };
|
|
+ };
|
|
};
|
|
};
|
|
|
|
pmic: stpmic@33 {
|
|
compatible = "st,stpmic1";
|
|
reg = <0x33>;
|
|
- interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
|
|
+ interrupts-extended = <&exti_pwr 55 IRQ_TYPE_EDGE_FALLING>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
status = "okay";
|
|
|
|
regulators {
|
|
compatible = "st,stpmic1-regulators";
|
|
+ buck1-supply = <&vin>;
|
|
+ buck2-supply = <&vin>;
|
|
+ buck3-supply = <&vin>;
|
|
+ buck4-supply = <&vin>;
|
|
ldo1-supply = <&v3v3>;
|
|
+ ldo2-supply = <&vin>;
|
|
ldo3-supply = <&vdd_ddr>;
|
|
+ ldo4-supply = <&vin>;
|
|
+ ldo5-supply = <&vin>;
|
|
ldo6-supply = <&v3v3>;
|
|
+ vref_ddr-supply = <&vin>;
|
|
+ boost-supply = <&vin>;
|
|
pwr_sw1-supply = <&bst_out>;
|
|
pwr_sw2-supply = <&bst_out>;
|
|
|
|
@@ -357,23 +415,24 @@
|
|
vref_ddr: vref_ddr {
|
|
regulator-name = "vref_ddr";
|
|
regulator-always-on;
|
|
+ regulator-over-current-protection;
|
|
};
|
|
|
|
- bst_out: boost {
|
|
+ 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 {
|
|
+ vbus_sw: pwr_sw2 {
|
|
regulator-name = "vbus_sw";
|
|
interrupts = <IT_OCP_SWOUT 0>;
|
|
regulator-active-discharge = <1>;
|
|
- };
|
|
+ };
|
|
};
|
|
|
|
onkey {
|
|
@@ -391,6 +450,19 @@
|
|
};
|
|
};
|
|
|
|
+&i2c5 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&i2c5_pins_a>;
|
|
+ pinctrl-1 = <&i2c5_sleep_pins_a>;
|
|
+ i2c-scl-rising-time-ns = <185>;
|
|
+ i2c-scl-falling-time-ns = <20>;
|
|
+ clock-frequency = <400000>;
|
|
+ /* spare dmas for other usage */
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
&i2s2 {
|
|
clocks = <&rcc SPI2>, <&rcc SPI2_K>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
clock-names = "pclk", "i2sclk", "x8k", "x11k";
|
|
@@ -438,6 +510,7 @@
|
|
mbox-names = "vq0", "vq1", "shutdown";
|
|
interrupt-parent = <&exti>;
|
|
interrupts = <68 1>;
|
|
+ wakeup-source;
|
|
status = "okay";
|
|
};
|
|
|
|
@@ -465,8 +538,6 @@
|
|
sai2a: audio-controller@4400b004 {
|
|
#clock-cells = <0>;
|
|
dma-names = "tx";
|
|
- clocks = <&rcc SAI2_K>;
|
|
- clock-names = "sai_ck";
|
|
status = "okay";
|
|
|
|
sai2a_port: port {
|
|
@@ -524,6 +595,27 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+&spi4 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&spi4_pins_b>;
|
|
+ pinctrl-1 = <&spi4_sleep_pins_b>;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&spi5 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&spi5_pins_a>;
|
|
+ pinctrl-1 = <&spi5_sleep_pins_a>;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&sram {
|
|
+ dma_pool: dma_pool@0 {
|
|
+ reg = <0x50000 0x10000>;
|
|
+ pool;
|
|
+ };
|
|
+};
|
|
+
|
|
&timers1 {
|
|
/* spare dmas for other usage */
|
|
/delete-property/dmas;
|
|
@@ -610,21 +702,50 @@
|
|
};
|
|
|
|
&uart4 {
|
|
- pinctrl-names = "default";
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
pinctrl-0 = <&uart4_pins_a>;
|
|
+ pinctrl-1 = <&uart4_sleep_pins_a>;
|
|
+ pinctrl-2 = <&uart4_idle_pins_a>;
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
status = "okay";
|
|
};
|
|
|
|
+&uart7 {
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
+ pinctrl-0 = <&uart7_pins_c>;
|
|
+ pinctrl-1 = <&uart7_sleep_pins_c>;
|
|
+ pinctrl-2 = <&uart7_idle_pins_c>;
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&usart3 {
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
+ pinctrl-0 = <&usart3_pins_c>;
|
|
+ pinctrl-1 = <&usart3_sleep_pins_c>;
|
|
+ pinctrl-2 = <&usart3_idle_pins_c>;
|
|
+ uart-has-rtscts;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
&usbh_ehci {
|
|
phys = <&usbphyc_port0>;
|
|
status = "okay";
|
|
};
|
|
|
|
&usbotg_hs {
|
|
- dr_mode = "peripheral";
|
|
phys = <&usbphyc_port1 0>;
|
|
phy-names = "usb2-phy";
|
|
+ usb-role-switch;
|
|
status = "okay";
|
|
+
|
|
+ port {
|
|
+ usbotg_hs_ep: endpoint {
|
|
+ remote-endpoint = <&con_usbotg_hs_ep>;
|
|
+ };
|
|
+ };
|
|
};
|
|
|
|
&usbphyc {
|
|
@@ -633,10 +754,12 @@
|
|
|
|
&usbphyc_port0 {
|
|
phy-supply = <&vdd_usb>;
|
|
+ st,phy-tuning = <&usb_phy_tuning>;
|
|
};
|
|
|
|
&usbphyc_port1 {
|
|
phy-supply = <&vdd_usb>;
|
|
+ st,phy-tuning = <&usb_phy_tuning>;
|
|
};
|
|
|
|
&vrefbuf {
|
|
diff --git a/arch/arm/dts/stm32mp15xx-edx.dtsi b/arch/arm/dts/stm32mp15xx-edx.dtsi
|
|
new file mode 100644
|
|
index 0000000000..3662f449de
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15xx-edx.dtsi
|
|
@@ -0,0 +1,413 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
|
+ * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+#include "stm32mp15-m4-srm.dtsi"
|
|
+#include "stm32mp15-m4-srm-pinctrl.dtsi"
|
|
+#include <dt-bindings/gpio/gpio.h>
|
|
+#include <dt-bindings/mfd/st,stpmic1.h>
|
|
+
|
|
+/ {
|
|
+ memory@c0000000 {
|
|
+ device_type = "memory";
|
|
+ reg = <0xC0000000 0x40000000>;
|
|
+ };
|
|
+
|
|
+ reserved-memory {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ ranges;
|
|
+
|
|
+ mcuram2: mcuram2@10000000 {
|
|
+ compatible = "shared-dma-pool";
|
|
+ reg = <0x10000000 0x40000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ vdev0vring0: vdev0vring0@10040000 {
|
|
+ compatible = "shared-dma-pool";
|
|
+ reg = <0x10040000 0x1000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ vdev0vring1: vdev0vring1@10041000 {
|
|
+ compatible = "shared-dma-pool";
|
|
+ reg = <0x10041000 0x1000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ vdev0buffer: vdev0buffer@10042000 {
|
|
+ compatible = "shared-dma-pool";
|
|
+ reg = <0x10042000 0x4000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ mcuram: mcuram@30000000 {
|
|
+ compatible = "shared-dma-pool";
|
|
+ reg = <0x30000000 0x40000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ retram: retram@38000000 {
|
|
+ compatible = "shared-dma-pool";
|
|
+ reg = <0x38000000 0x10000>;
|
|
+ no-map;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ aliases {
|
|
+ serial0 = &uart4;
|
|
+ };
|
|
+
|
|
+ led {
|
|
+ compatible = "gpio-leds";
|
|
+ led-blue {
|
|
+ label = "heartbeat";
|
|
+ gpios = <&gpiod 9 GPIO_ACTIVE_HIGH>;
|
|
+ linux,default-trigger = "heartbeat";
|
|
+ default-state = "off";
|
|
+ };
|
|
+ };
|
|
+
|
|
+ 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>;
|
|
+ };
|
|
+
|
|
+ vin: vin {
|
|
+ compatible = "regulator-fixed";
|
|
+ regulator-name = "vin";
|
|
+ regulator-min-microvolt = <5000000>;
|
|
+ regulator-max-microvolt = <5000000>;
|
|
+ regulator-always-on;
|
|
+ };
|
|
+};
|
|
+
|
|
+&adc {
|
|
+ /* ANA0, ANA1 are dedicated pins and don't need pinctrl: only in6. */
|
|
+ pinctrl-0 = <&adc1_in6_pins_a>;
|
|
+ pinctrl-names = "default";
|
|
+ vdd-supply = <&vdd>;
|
|
+ vdda-supply = <&vdda>;
|
|
+ vref-supply = <&vdda>;
|
|
+ status = "disabled";
|
|
+ adc1: adc@0 {
|
|
+ st,adc-channels = <0 1 6>;
|
|
+ /* 16.5 ck_cycles sampling time */
|
|
+ st,min-sample-time-nsecs = <400>;
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+&cpu0{
|
|
+ cpu-supply = <&vddcore>;
|
|
+};
|
|
+
|
|
+&cpu1{
|
|
+ cpu-supply = <&vddcore>;
|
|
+};
|
|
+
|
|
+&crc1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&dac {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
|
|
+ vref-supply = <&vdda>;
|
|
+ status = "disabled";
|
|
+ dac1: dac@1 {
|
|
+ status = "okay";
|
|
+ };
|
|
+ dac2: dac@2 {
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+&dma1 {
|
|
+ sram = <&dma_pool>;
|
|
+};
|
|
+
|
|
+&dma2 {
|
|
+ sram = <&dma_pool>;
|
|
+};
|
|
+
|
|
+&dts {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&hash1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2c4 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&i2c4_pins_a>;
|
|
+ pinctrl-1 = <&i2c4_sleep_pins_a>;
|
|
+ i2c-scl-rising-time-ns = <185>;
|
|
+ i2c-scl-falling-time-ns = <20>;
|
|
+ clock-frequency = <400000>;
|
|
+ status = "okay";
|
|
+ /* spare dmas for other usage */
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+
|
|
+ pmic: stpmic@33 {
|
|
+ compatible = "st,stpmic1";
|
|
+ reg = <0x33>;
|
|
+ interrupts-extended = <&exti_pwr 55 IRQ_TYPE_EDGE_FALLING>;
|
|
+ interrupt-controller;
|
|
+ #interrupt-cells = <2>;
|
|
+ status = "okay";
|
|
+ regulators {
|
|
+ compatible = "st,stpmic1-regulators";
|
|
+ buck1-supply = <&vin>;
|
|
+ buck2-supply = <&vin>;
|
|
+ buck3-supply = <&vin>;
|
|
+ buck4-supply = <&vin>;
|
|
+ ldo1-supply = <&v3v3>;
|
|
+ ldo2-supply = <&v3v3>;
|
|
+ ldo3-supply = <&vdd_ddr>;
|
|
+ ldo4-supply = <&vin>;
|
|
+ ldo5-supply = <&v3v3>;
|
|
+ ldo6-supply = <&v3v3>;
|
|
+ vref_ddr-supply = <&vin>;
|
|
+ boost-supply = <&vin>;
|
|
+ pwr_sw1-supply = <&bst_out>;
|
|
+ pwr_sw2-supply = <&bst_out>;
|
|
+
|
|
+ vddcore: buck1 {
|
|
+ regulator-name = "vddcore";
|
|
+ regulator-min-microvolt = <1200000>;
|
|
+ regulator-max-microvolt = <1350000>;
|
|
+ regulator-always-on;
|
|
+ regulator-initial-mode = <0>;
|
|
+ regulator-over-current-protection;
|
|
+ };
|
|
+
|
|
+ vdd_ddr: buck2 {
|
|
+ regulator-name = "vdd_ddr";
|
|
+ regulator-min-microvolt = <1350000>;
|
|
+ regulator-max-microvolt = <1350000>;
|
|
+ regulator-always-on;
|
|
+ regulator-initial-mode = <0>;
|
|
+ regulator-over-current-protection;
|
|
+ };
|
|
+
|
|
+ vdd: buck3 {
|
|
+ regulator-name = "vdd";
|
|
+ regulator-min-microvolt = <3300000>;
|
|
+ regulator-max-microvolt = <3300000>;
|
|
+ regulator-always-on;
|
|
+ st,mask-reset;
|
|
+ regulator-initial-mode = <0>;
|
|
+ regulator-over-current-protection;
|
|
+ };
|
|
+
|
|
+ v3v3: buck4 {
|
|
+ regulator-name = "v3v3";
|
|
+ regulator-min-microvolt = <3300000>;
|
|
+ regulator-max-microvolt = <3300000>;
|
|
+ regulator-always-on;
|
|
+ regulator-over-current-protection;
|
|
+ regulator-initial-mode = <0>;
|
|
+ };
|
|
+
|
|
+ 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";
|
|
+ regulator-min-microvolt = <500000>;
|
|
+ regulator-max-microvolt = <750000>;
|
|
+ regulator-always-on;
|
|
+ regulator-over-current-protection;
|
|
+ };
|
|
+
|
|
+ vdd_usb: ldo4 {
|
|
+ regulator-name = "vdd_usb";
|
|
+ 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 = <1>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ 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";
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&ipcc {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&iwdg2 {
|
|
+ timeout-sec = <32>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&m4_rproc {
|
|
+ memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
|
|
+ <&vdev0vring1>, <&vdev0buffer>;
|
|
+ mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>;
|
|
+ mbox-names = "vq0", "vq1", "shutdown";
|
|
+ interrupt-parent = <&exti>;
|
|
+ interrupts = <68 1>;
|
|
+ wakeup-source;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&pwr_regulators {
|
|
+ vdd-supply = <&vdd>;
|
|
+ vdd_3v3_usbfs-supply = <&vdd_usb>;
|
|
+};
|
|
+
|
|
+&rng1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&rtc {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&sdmmc1 {
|
|
+ pinctrl-names = "default", "opendrain", "sleep";
|
|
+ pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>;
|
|
+ pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_dir_pins_a>;
|
|
+ pinctrl-2 = <&sdmmc1_b4_sleep_pins_a &sdmmc1_dir_sleep_pins_a>;
|
|
+ cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
|
+ disable-wp;
|
|
+ st,sig-dir;
|
|
+ st,neg-edge;
|
|
+ st,use-ckin;
|
|
+ bus-width = <4>;
|
|
+ vmmc-supply = <&vdd_sd>;
|
|
+ vqmmc-supply = <&sd_switch>;
|
|
+ sd-uhs-sdr12;
|
|
+ sd-uhs-sdr25;
|
|
+ sd-uhs-sdr50;
|
|
+ sd-uhs-ddr50;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&sdmmc2 {
|
|
+ pinctrl-names = "default", "opendrain", "sleep";
|
|
+ pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
|
|
+ pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_a>;
|
|
+ pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_a>;
|
|
+ non-removable;
|
|
+ no-sd;
|
|
+ no-sdio;
|
|
+ st,neg-edge;
|
|
+ bus-width = <8>;
|
|
+ vmmc-supply = <&v3v3>;
|
|
+ vqmmc-supply = <&vdd>;
|
|
+ mmc-ddr-3_3v;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&sram {
|
|
+ dma_pool: dma_pool@0 {
|
|
+ reg = <0x50000 0x10000>;
|
|
+ pool;
|
|
+ };
|
|
+};
|
|
+
|
|
+&timers6 {
|
|
+ status = "okay";
|
|
+ /* spare dmas for other usage */
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ timer@5 {
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+&uart4 {
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
+ pinctrl-0 = <&uart4_pins_a>;
|
|
+ pinctrl-1 = <&uart4_sleep_pins_a>;
|
|
+ pinctrl-2 = <&uart4_idle_pins_a>;
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&usbotg_hs {
|
|
+ vbus-supply = <&vbus_otg>;
|
|
+};
|
|
+
|
|
+&usbphyc_port0 {
|
|
+ phy-supply = <&vdd_usb>;
|
|
+};
|
|
+
|
|
+&usbphyc_port1 {
|
|
+ phy-supply = <&vdd_usb>;
|
|
+};
|
|
diff --git a/arch/arm/dts/stm32mp15xx-evx.dtsi b/arch/arm/dts/stm32mp15xx-evx.dtsi
|
|
new file mode 100644
|
|
index 0000000000..47a2c8e5ea
|
|
--- /dev/null
|
|
+++ b/arch/arm/dts/stm32mp15xx-evx.dtsi
|
|
@@ -0,0 +1,686 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
+/*
|
|
+ * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
|
+ * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
|
+ */
|
|
+
|
|
+#include <dt-bindings/input/input.h>
|
|
+#include <dt-bindings/soc/stm32-hdp.h>
|
|
+
|
|
+/ {
|
|
+ aliases {
|
|
+ ethernet0 = ðernet0;
|
|
+ };
|
|
+
|
|
+ clocks {
|
|
+ clk_ext_camera: clk-ext-camera {
|
|
+ #clock-cells = <0>;
|
|
+ compatible = "fixed-clock";
|
|
+ clock-frequency = <24000000>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ joystick {
|
|
+ compatible = "gpio-keys";
|
|
+ #size-cells = <0>;
|
|
+ pinctrl-0 = <&joystick_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ button-0 {
|
|
+ label = "JoySel";
|
|
+ linux,code = <KEY_ENTER>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ interrupts = <0 IRQ_TYPE_EDGE_RISING>;
|
|
+ };
|
|
+ button-1 {
|
|
+ label = "JoyDown";
|
|
+ linux,code = <KEY_DOWN>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ interrupts = <1 IRQ_TYPE_EDGE_RISING>;
|
|
+ };
|
|
+ button-2 {
|
|
+ label = "JoyLeft";
|
|
+ linux,code = <KEY_LEFT>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ interrupts = <2 IRQ_TYPE_EDGE_RISING>;
|
|
+ };
|
|
+ button-3 {
|
|
+ label = "JoyRight";
|
|
+ linux,code = <KEY_RIGHT>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ interrupts = <3 IRQ_TYPE_EDGE_RISING>;
|
|
+ };
|
|
+ button-4 {
|
|
+ label = "JoyUp";
|
|
+ linux,code = <KEY_UP>;
|
|
+ interrupt-parent = <&stmfx_pinctrl>;
|
|
+ interrupts = <4 IRQ_TYPE_EDGE_RISING>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ panel_backlight: panel-backlight {
|
|
+ compatible = "gpio-backlight";
|
|
+ gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
|
|
+ default-on;
|
|
+ status = "okay";
|
|
+ };
|
|
+
|
|
+ spdif_out: spdif-out {
|
|
+ #sound-dai-cells = <0>;
|
|
+ compatible = "linux,spdif-dit";
|
|
+ status = "okay";
|
|
+
|
|
+ spdif_out_port: port {
|
|
+ spdif_out_endpoint: endpoint {
|
|
+ remote-endpoint = <&sai4a_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ spdif_in: spdif-in {
|
|
+ #sound-dai-cells = <0>;
|
|
+ compatible = "linux,spdif-dir";
|
|
+ status = "okay";
|
|
+
|
|
+ spdif_in_port: port {
|
|
+ spdif_in_endpoint: endpoint {
|
|
+ remote-endpoint = <&spdifrx_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ sound {
|
|
+ compatible = "audio-graph-card";
|
|
+ label = "STM32MP15-EV";
|
|
+ routing =
|
|
+ "AIF1CLK" , "MCLK1",
|
|
+ "AIF2CLK" , "MCLK1",
|
|
+ "IN1LN" , "MICBIAS2",
|
|
+ "DMIC2DAT" , "MICBIAS1",
|
|
+ "DMIC1DAT" , "MICBIAS1";
|
|
+ dais = <&sai2a_port &sai2b_port &sai4a_port &spdifrx_port
|
|
+ &dfsdm0_port &dfsdm1_port &dfsdm2_port &dfsdm3_port>;
|
|
+ status = "okay";
|
|
+ };
|
|
+
|
|
+ dmic0: dmic-0 {
|
|
+ compatible = "dmic-codec";
|
|
+ #sound-dai-cells = <1>;
|
|
+ sound-name-prefix = "dmic0";
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dmic0_endpoint: endpoint {
|
|
+ remote-endpoint = <&dfsdm_endpoint0>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dmic1: dmic-1 {
|
|
+ compatible = "dmic-codec";
|
|
+ #sound-dai-cells = <1>;
|
|
+ sound-name-prefix = "dmic1";
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dmic1_endpoint: endpoint {
|
|
+ remote-endpoint = <&dfsdm_endpoint1>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dmic2: dmic-2 {
|
|
+ compatible = "dmic-codec";
|
|
+ #sound-dai-cells = <1>;
|
|
+ sound-name-prefix = "dmic2";
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dmic2_endpoint: endpoint {
|
|
+ remote-endpoint = <&dfsdm_endpoint2>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dmic3: dmic-3 {
|
|
+ compatible = "dmic-codec";
|
|
+ #sound-dai-cells = <1>;
|
|
+ sound-name-prefix = "dmic3";
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ dmic3_endpoint: endpoint {
|
|
+ remote-endpoint = <&dfsdm_endpoint3>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ usb_phy_tuning: usb-phy-tuning {
|
|
+ st,hs-dc-level = <2>;
|
|
+ st,fs-rftime-tuning;
|
|
+ st,hs-rftime-reduction;
|
|
+ st,hs-current-trim = <15>;
|
|
+ st,hs-impedance-trim = <1>;
|
|
+ st,squelch-level = <3>;
|
|
+ st,hs-rx-offset = <2>;
|
|
+ st,no-lsfs-sc;
|
|
+ };
|
|
+};
|
|
+
|
|
+&cec {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&cec_pins_a>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&dcmi {
|
|
+ status = "okay";
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&dcmi_pins_a>;
|
|
+ pinctrl-1 = <&dcmi_sleep_pins_a>;
|
|
+
|
|
+ port {
|
|
+ dcmi_0: endpoint {
|
|
+ remote-endpoint = <&ov5640_0>;
|
|
+ bus-type = <5>;
|
|
+ bus-width = <8>;
|
|
+ hsync-active = <0>;
|
|
+ vsync-active = <0>;
|
|
+ pclk-sample = <1>;
|
|
+ pclk-max-frequency = <77000000>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&dfsdm {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&dfsdm_clkout_pins_a
|
|
+ &dfsdm_data1_pins_a &dfsdm_data3_pins_a>;
|
|
+ pinctrl-1 = <&dfsdm_clkout_sleep_pins_a
|
|
+ &dfsdm_data1_sleep_pins_a &dfsdm_data3_sleep_pins_a>;
|
|
+ spi-max-frequency = <2048000>;
|
|
+
|
|
+ clocks = <&rcc DFSDM_K>, <&rcc ADFSDM_K>;
|
|
+ clock-names = "dfsdm", "audio";
|
|
+ status = "okay";
|
|
+
|
|
+ dfsdm0: filter@0 {
|
|
+ compatible = "st,stm32-dfsdm-dmic";
|
|
+ st,adc-channels = <3>;
|
|
+ st,adc-channel-names = "dmic_u1";
|
|
+ st,adc-channel-types = "SPI_R";
|
|
+ st,adc-channel-clk-src = "CLKOUT";
|
|
+ st,filter-order = <3>;
|
|
+ status = "okay";
|
|
+
|
|
+ asoc_pdm0: dfsdm-dai {
|
|
+ compatible = "st,stm32h7-dfsdm-dai";
|
|
+ #sound-dai-cells = <0>;
|
|
+ io-channels = <&dfsdm0 0>;
|
|
+ status = "okay";
|
|
+
|
|
+ dfsdm0_port: port {
|
|
+ dfsdm_endpoint0: endpoint {
|
|
+ remote-endpoint = <&dmic0_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm1: filter@1 {
|
|
+ compatible = "st,stm32-dfsdm-dmic";
|
|
+ st,adc-channels = <0>;
|
|
+ st,adc-channel-names = "dmic_u2";
|
|
+ st,adc-channel-types = "SPI_F";
|
|
+ st,adc-channel-clk-src = "CLKOUT";
|
|
+ st,filter-order = <3>;
|
|
+ st,adc-alt-channel = <1>;
|
|
+ status = "okay";
|
|
+
|
|
+ asoc_pdm1: dfsdm-dai {
|
|
+ compatible = "st,stm32h7-dfsdm-dai";
|
|
+ #sound-dai-cells = <0>;
|
|
+ io-channels = <&dfsdm1 0>;
|
|
+ status = "okay";
|
|
+
|
|
+ dfsdm1_port: port {
|
|
+ dfsdm_endpoint1: endpoint {
|
|
+ remote-endpoint = <&dmic1_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm2: filter@2 {
|
|
+ compatible = "st,stm32-dfsdm-dmic";
|
|
+ st,adc-channels = <2>;
|
|
+ st,adc-channel-names = "dmic_u3";
|
|
+ st,adc-channel-types = "SPI_F";
|
|
+ st,adc-channel-clk-src = "CLKOUT";
|
|
+ st,adc-alt-channel = <1>;
|
|
+ st,filter-order = <3>;
|
|
+ status = "okay";
|
|
+
|
|
+ asoc_pdm2: dfsdm-dai {
|
|
+ compatible = "st,stm32h7-dfsdm-dai";
|
|
+ #sound-dai-cells = <0>;
|
|
+ io-channels = <&dfsdm2 0>;
|
|
+ status = "okay";
|
|
+
|
|
+ dfsdm2_port: port {
|
|
+ dfsdm_endpoint2: endpoint {
|
|
+ remote-endpoint = <&dmic2_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ dfsdm3: filter@3 {
|
|
+ compatible = "st,stm32-dfsdm-dmic";
|
|
+ st,adc-channels = <1>;
|
|
+ st,adc-channel-names = "dmic_u4";
|
|
+ st,adc-channel-types = "SPI_R";
|
|
+ st,adc-channel-clk-src = "CLKOUT";
|
|
+ st,filter-order = <3>;
|
|
+ status = "okay";
|
|
+
|
|
+ asoc_pdm3: dfsdm-dai {
|
|
+ compatible = "st,stm32h7-dfsdm-dai";
|
|
+ #sound-dai-cells = <0>;
|
|
+ io-channels = <&dfsdm3 0>;
|
|
+ status = "okay";
|
|
+
|
|
+ dfsdm3_port: port {
|
|
+ dfsdm_endpoint3: endpoint {
|
|
+ remote-endpoint = <&dmic3_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+ðernet0 {
|
|
+ status = "okay";
|
|
+ pinctrl-0 = <ðernet0_rgmii_pins_a>;
|
|
+ pinctrl-1 = <ðernet0_rgmii_sleep_pins_a>;
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ phy-mode = "rgmii-id";
|
|
+ max-speed = <1000>;
|
|
+ phy-handle = <&phy0>;
|
|
+ nvmem-cells = <ðernet_mac_address>;
|
|
+ nvmem-cell-names = "mac-address";
|
|
+
|
|
+ mdio0 {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ compatible = "snps,dwmac-mdio";
|
|
+ phy0: ethernet-phy@0 {
|
|
+ reg = <0>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&fmc {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&fmc_pins_a>;
|
|
+ pinctrl-1 = <&fmc_sleep_pins_a>;
|
|
+ status = "okay";
|
|
+
|
|
+ nand-controller@4,0 {
|
|
+ status = "okay";
|
|
+
|
|
+ nand@0 {
|
|
+ reg = <0>;
|
|
+ nand-on-flash-bbt;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&hdp {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&hdp0_pins_a &hdp6_pins_a &hdp7_pins_a>;
|
|
+ pinctrl-1 = <&hdp0_pins_sleep_a &hdp6_pins_sleep_a &hdp7_pins_sleep_a>;
|
|
+ status = "disabled";
|
|
+
|
|
+ muxing-hdp = <(STM32_HDP(0, HDP0_GPOVAL_0) |
|
|
+ STM32_HDP(6, HDP6_GPOVAL_6) |
|
|
+ STM32_HDP(7, HDP7_GPOVAL_7))>;
|
|
+};
|
|
+
|
|
+&i2c2 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&i2c2_pins_a>;
|
|
+ pinctrl-1 = <&i2c2_sleep_pins_a>;
|
|
+ i2c-scl-rising-time-ns = <185>;
|
|
+ i2c-scl-falling-time-ns = <20>;
|
|
+ status = "okay";
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+
|
|
+ wm8994: wm8994@1b {
|
|
+ compatible = "wlf,wm8994";
|
|
+ #sound-dai-cells = <0>;
|
|
+ reg = <0x1b>;
|
|
+ status = "okay";
|
|
+
|
|
+ gpio-controller;
|
|
+ #gpio-cells = <2>;
|
|
+
|
|
+ DBVDD-supply = <&vdd>;
|
|
+ SPKVDD1-supply = <&vdd>;
|
|
+ SPKVDD2-supply = <&vdd>;
|
|
+ AVDD2-supply = <&v1v8>;
|
|
+ CPVDD-supply = <&v1v8>;
|
|
+
|
|
+ wlf,ldoena-always-driven;
|
|
+
|
|
+ clocks = <&sai2a>;
|
|
+ clock-names = "MCLK1";
|
|
+
|
|
+ wlf,gpio-cfg = <0x8101 0xa100 0xa100 0xa100 0xa101 0xa101 0xa100 0xa101 0xa101 0xa101 0xa101>;
|
|
+
|
|
+ ports {
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+
|
|
+ wm8994_tx_port: port@0 {
|
|
+ reg = <0>;
|
|
+ wm8994_tx_endpoint: endpoint {
|
|
+ remote-endpoint = <&sai2a_endpoint>;
|
|
+ };
|
|
+ };
|
|
+
|
|
+ wm8994_rx_port: port@1 {
|
|
+ reg = <1>;
|
|
+ wm8994_rx_endpoint: endpoint {
|
|
+ remote-endpoint = <&sai2b_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ ov5640: camera@3c {
|
|
+ compatible = "ovti,ov5640";
|
|
+ reg = <0x3c>;
|
|
+ clocks = <&clk_ext_camera>;
|
|
+ clock-names = "xclk";
|
|
+ DOVDD-supply = <&v2v8>;
|
|
+ powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
|
|
+ reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
|
|
+ rotation = <180>;
|
|
+ status = "okay";
|
|
+
|
|
+ port {
|
|
+ ov5640_0: endpoint {
|
|
+ remote-endpoint = <&dcmi_0>;
|
|
+ bus-width = <8>;
|
|
+ data-shift = <2>; /* lines 9:2 are used */
|
|
+ hsync-active = <0>;
|
|
+ vsync-active = <0>;
|
|
+ pclk-sample = <1>;
|
|
+ pclk-max-frequency = <77000000>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ stmfx: stmfx@42 {
|
|
+ compatible = "st,stmfx-0300";
|
|
+ reg = <0x42>;
|
|
+ interrupts = <8 IRQ_TYPE_EDGE_RISING>;
|
|
+ interrupt-parent = <&gpioi>;
|
|
+ vdd-supply = <&v3v3>;
|
|
+
|
|
+ stmfx_pinctrl: pinctrl {
|
|
+ compatible = "st,stmfx-0300-pinctrl";
|
|
+ gpio-controller;
|
|
+ #gpio-cells = <2>;
|
|
+ interrupt-controller;
|
|
+ #interrupt-cells = <2>;
|
|
+ gpio-ranges = <&stmfx_pinctrl 0 0 24>;
|
|
+
|
|
+ goodix_pins: goodix {
|
|
+ pins = "gpio14";
|
|
+ bias-pull-down;
|
|
+ };
|
|
+
|
|
+ joystick_pins: joystick-pins {
|
|
+ pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4";
|
|
+ bias-pull-down;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&i2c4 {
|
|
+ pmic: stpmic@33 {
|
|
+ regulators {
|
|
+ v1v8: ldo6 {
|
|
+ regulator-enable-ramp-delay = <300000>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&i2c5 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&i2c5_pins_a>;
|
|
+ pinctrl-1 = <&i2c5_sleep_pins_a>;
|
|
+ i2c-scl-rising-time-ns = <185>;
|
|
+ i2c-scl-falling-time-ns = <20>;
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&m_can1 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&m_can1_pins_a>;
|
|
+ pinctrl-1 = <&m_can1_sleep_pins_a>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&qspi {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
|
|
+ pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a &qspi_bk2_sleep_pins_a>;
|
|
+ reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <0>;
|
|
+ status = "okay";
|
|
+
|
|
+ flash0: mx66l51235l@0 {
|
|
+ compatible = "jedec,spi-nor";
|
|
+ reg = <0>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-max-frequency = <108000000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ };
|
|
+
|
|
+ flash1: mx66l51235l@1 {
|
|
+ compatible = "jedec,spi-nor";
|
|
+ reg = <1>;
|
|
+ spi-rx-bus-width = <4>;
|
|
+ spi-max-frequency = <108000000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ };
|
|
+};
|
|
+
|
|
+&sai2 {
|
|
+ clocks = <&rcc SAI2>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&sai2a_pins_a>, <&sai2b_pins_a>;
|
|
+ pinctrl-1 = <&sai2a_sleep_pins_a>, <&sai2b_sleep_pins_a>;
|
|
+ clock-names = "pclk", "x8k", "x11k";
|
|
+ status = "okay";
|
|
+
|
|
+ sai2a: audio-controller@4400b004 {
|
|
+ #clock-cells = <0>;
|
|
+ dma-names = "tx";
|
|
+ status = "okay";
|
|
+
|
|
+ sai2a_port: port {
|
|
+ sai2a_endpoint: endpoint {
|
|
+ remote-endpoint = <&wm8994_tx_endpoint>;
|
|
+ format = "i2s";
|
|
+ mclk-fs = <256>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+
|
|
+ sai2b: audio-controller@4400b024 {
|
|
+ dma-names = "rx";
|
|
+ clocks = <&rcc SAI2_K>, <&sai2a>;
|
|
+ clock-names = "sai_ck", "MCLK";
|
|
+ status = "okay";
|
|
+
|
|
+ sai2b_port: port {
|
|
+ sai2b_endpoint: endpoint {
|
|
+ remote-endpoint = <&wm8994_rx_endpoint>;
|
|
+ format = "i2s";
|
|
+ mclk-fs = <256>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&sai4 {
|
|
+ clocks = <&rcc SAI4>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
|
|
+ clock-names = "pclk", "x8k", "x11k";
|
|
+ status = "okay";
|
|
+
|
|
+ sai4a: audio-controller@50027004 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&sai4a_pins_a>;
|
|
+ pinctrl-1 = <&sai4a_sleep_pins_a>;
|
|
+ dma-names = "tx";
|
|
+ st,iec60958;
|
|
+ status = "okay";
|
|
+
|
|
+ sai4a_port: port {
|
|
+ sai4a_endpoint: endpoint {
|
|
+ remote-endpoint = <&spdif_out_endpoint>;
|
|
+ };
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&sdmmc3 {
|
|
+ pinctrl-names = "default", "opendrain", "sleep";
|
|
+ pinctrl-0 = <&sdmmc3_b4_pins_a>;
|
|
+ pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
|
|
+ pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
|
|
+ broken-cd;
|
|
+ st,neg-edge;
|
|
+ bus-width = <4>;
|
|
+ vmmc-supply = <&v3v3>;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&spdifrx {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&spdifrx_pins_a>;
|
|
+ pinctrl-1 = <&spdifrx_sleep_pins_a>;
|
|
+ status = "okay";
|
|
+
|
|
+ spdifrx_port: port {
|
|
+ spdifrx_endpoint: endpoint {
|
|
+ remote-endpoint = <&spdif_in_endpoint>;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&spi1 {
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ pinctrl-0 = <&spi1_pins_a>;
|
|
+ pinctrl-1 = <&spi1_sleep_pins_a>;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&timers2 {
|
|
+ /* spare dmas for other usage (un-delete to enable pwm capture) */
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "disabled";
|
|
+ pwm {
|
|
+ pinctrl-0 = <&pwm2_pins_a>;
|
|
+ pinctrl-1 = <&pwm2_sleep_pins_a>;
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ status = "okay";
|
|
+ };
|
|
+ timer@1 {
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+&timers8 {
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "disabled";
|
|
+ pwm {
|
|
+ pinctrl-0 = <&pwm8_pins_a>;
|
|
+ pinctrl-1 = <&pwm8_sleep_pins_a>;
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ status = "okay";
|
|
+ };
|
|
+ timer@7 {
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+&timers12 {
|
|
+ /delete-property/dmas;
|
|
+ /delete-property/dma-names;
|
|
+ status = "disabled";
|
|
+ pwm {
|
|
+ pinctrl-0 = <&pwm12_pins_a>;
|
|
+ pinctrl-1 = <&pwm12_sleep_pins_a>;
|
|
+ pinctrl-names = "default", "sleep";
|
|
+ status = "okay";
|
|
+ };
|
|
+ timer@11 {
|
|
+ status = "okay";
|
|
+ };
|
|
+};
|
|
+
|
|
+&usart3 {
|
|
+ pinctrl-names = "default", "sleep", "idle";
|
|
+ pinctrl-0 = <&usart3_pins_b>;
|
|
+ pinctrl-1 = <&usart3_sleep_pins_b>;
|
|
+ pinctrl-2 = <&usart3_idle_pins_b>;
|
|
+ /*
|
|
+ * HW flow control USART3_RTS is optional, and isn't default wired to
|
|
+ * the connector. SB23 needs to be soldered in order to use it, and R77
|
|
+ * (ETH_CLK) should be removed.
|
|
+ */
|
|
+ uart-has-rtscts;
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&usbh_ehci {
|
|
+ phys = <&usbphyc_port0>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&usbotg_hs {
|
|
+ pinctrl-0 = <&usbotg_hs_pins_a>;
|
|
+ pinctrl-names = "default";
|
|
+ phys = <&usbphyc_port1 0>;
|
|
+ phy-names = "usb2-phy";
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&usbphyc {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&usbphyc_port0 {
|
|
+ st,phy-tuning = <&usb_phy_tuning>;
|
|
+ vbus-supply = <&vbus_sw>;
|
|
+};
|
|
+
|
|
+&usbphyc_port1 {
|
|
+ st,phy-tuning = <&usb_phy_tuning>;
|
|
+};
|
|
--
|
|
2.17.1
|
|
|