]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm: dts: stm32: enable CoreSight on the stm32mp157c-ev1 board
authorGatien Chevallier <gatien.chevallier@foss.st.com>
Thu, 26 Feb 2026 10:30:25 +0000 (11:30 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 25 Mar 2026 16:37:44 +0000 (17:37 +0100)
Enable CoreSight peripherals on the stm32mp157c-ev1 board.

Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Link: https://lore.kernel.org/r/20260226-debug_bus-v6-10-5d794697798d@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp157c-ev1.dts

index a705ba211ae8da9544e53ae7f6f59af2851faf5b..9d58ed19a5111c290c1865053d8f99e8a63086e1 100644 (file)
        status = "okay";
 };
 
+&cs_cti_trace {
+       status = "okay";
+};
+
+&cs_cti_cpu0 {
+       status = "okay";
+};
+
+&cs_cti_cpu1 {
+       status = "okay";
+};
+
+&cs_etf {
+       status = "okay";
+};
+
+&cs_etm0 {
+       status = "okay";
+};
+
+&cs_etm1 {
+       status = "okay";
+};
+
+&cs_funnel {
+       status = "okay";
+};
+
+&cs_stm {
+       status = "okay";
+};
+
+&cs_tpiu {
+       status = "okay";
+};
+
 &dbg_bus {
        status = "okay";
 };