forked from dlink-dir_819/openwrt
Add STM32MP157C-DK2 support. This profile also supports the STM32MP157F-DK2 board. The only difference between these two boards is the CPU frequency (650MHz for 157C and 800MHz for 157F). A SCMI variant is available. With this variant the reset and clock resources are provided by OP-TEE and the associated SCMI services. It is the configuration recommended by STMicroelectronics, with secured system resources. The specifications bellow only list supported features. Specifications -------------- SOC: STM32MP157C RAM: 512 MiB Storage: SD Card Ethernet: 1x 1 Gbps Wireless: 2.4GHz Cypress CYW43455 (802.11b/g/n) LEDs: Heartbeat (Blue) USB: 4x 2.0 Type-A Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/18119 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
31 lines
941 B
Diff
31 lines
941 B
Diff
From d6b0d7a941c4fc9241d9cca66db5d8ff9d81cc8b Mon Sep 17 00:00:00 2001
|
|
From: Valentin Caron <valentin.caron@foss.st.com>
|
|
Date: Tue, 27 Aug 2024 16:04:47 +0200
|
|
Subject: [PATCH] ARM: dts: stm32: rtc, add pin to provide LSCO on stm32mp15
|
|
|
|
Declare pin for LSCO in stm32-pinctrl provider node to reserve this pin
|
|
for RTC OUT2_RMP, in stm32mp15-pinctrl.dtsi.
|
|
|
|
Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
|
|
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
|
|
---
|
|
arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi
|
|
+++ b/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi
|
|
@@ -1467,6 +1467,13 @@
|
|
};
|
|
};
|
|
|
|
+ /omit-if-no-ref/
|
|
+ rtc_rsvd_pins_a: rtc-rsvd-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 */
|