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>
27 lines
1007 B
Diff
27 lines
1007 B
Diff
From 6e10eb83e20e3a31bef8580bb4197240b0a28888 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Richard <thomas.richard@bootlin.com>
|
|
Date: Thu, 17 Oct 2024 19:51:32 +0200
|
|
Subject: [PATCH] ARM: dts: stm32: add missing eth_wake_irq interrupt for the
|
|
ethernet on STM32MP157
|
|
|
|
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
|
|
---
|
|
arch/arm/boot/dts/st/stm32mp151.dtsi | 6 ++++--
|
|
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/st/stm32mp151.dtsi
|
|
+++ b/arch/arm/boot/dts/st/stm32mp151.dtsi
|
|
@@ -1642,8 +1642,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",
|