[PATCH v2 4/8] ARM: dts: stm32: add Hardware debug port (HDP) on stm32mp13
Clément Le Goffic
clement.legoffic at foss.st.com
Tue May 20 08:02:31 PDT 2025
Add the hdp devicetree node for stm32mp13 SoC family
Signed-off-by: Clément Le Goffic <clement.legoffic at foss.st.com>
---
arch/arm/boot/dts/st/stm32mp131.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi
index 8512a6e46b33..b0537bcdb9d5 100644
--- a/arch/arm/boot/dts/st/stm32mp131.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp131.dtsi
@@ -951,6 +951,12 @@ dts: thermal at 50028000 {
clocks = <&rcc DTS>;
clock-names = "pclk";
#thermal-sensor-cells = <0>;
+ };
+
+ hdp: pinctrl at 5002a000 {
+ compatible = "st,stm32mp131-hdp";
+ reg = <0x5002a000 0x400>;
+ clocks = <&rcc HDP>;
status = "disabled";
};
--
2.43.0
More information about the linux-arm-kernel
mailing list