mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
851e7f77e4
New stm32 target introduces support for stm32mp1 based devices. For now it includes an initial support of the STM32MP135F-DK device. The specifications bellow only list supported features. Specifications -------------- SOC: STM32MP135FAF7 RAM: 512 MiB Storage: SD Card Ethernet: 2x 100 Mbps Wireless: 2.4GHz Cypress CYW43455 (802.11b/g/n) LEDs: Heartbeat (Blue) Buttons: 1x Reset, 1x User (USER2) USB: 4x 2.0 Type-A Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/16716 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
32 lines
947 B
Diff
32 lines
947 B
Diff
From 92483a156238078562d187f527de6b358cb53a08 Mon Sep 17 00:00:00 2001
|
|
From: Valentin Caron <valentin.caron@foss.st.com>
|
|
Date: Tue, 27 Aug 2024 16:04:48 +0200
|
|
Subject: [PATCH] ARM: dts: stm32: rtc, add pin to provide LSCO on
|
|
stm32mp13
|
|
|
|
Declare pin for LSCO in stm32-pinctrl provider node to reserve this pin
|
|
for RTC OUT2_RMP, in stm32mp13-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/stm32mp13-pinctrl.dtsi | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
|
|
+++ b/arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi
|
|
@@ -212,6 +212,13 @@
|
|
};
|
|
};
|
|
|
|
+ /omit-if-no-ref/
|
|
+ rtc_rsvd_pins_a: rtc-rsvd-0 {
|
|
+ pins {
|
|
+ pinmux = <STM32_PINMUX('I', 1, ANALOG)>; /* RTC_OUT2_RMP */
|
|
+ };
|
|
+ };
|
|
+
|
|
sdmmc1_b4_pins_a: sdmmc1-b4-0 {
|
|
pins {
|
|
pinmux = <STM32_PINMUX('C', 8, AF12)>, /* SDMMC1_D0 */
|