arm: dts: stm32: enable the debug bus on stm32mp1x boards

On stm32mp1x boards, enable the debug bus so we always try to probe
the debug peripherals, if their status and the debug configuration
allow it.

Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Link: https://lore.kernel.org/r/20260226-debug_bus-v6-8-5d794697798d@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Gatien Chevallier 2026-02-26 11:30:23 +01:00 committed by Alexandre Torgue
parent 672d0510cc
commit d4dd78de95
3 changed files with 12 additions and 0 deletions

View File

@ -187,6 +187,10 @@ &cryp {
status = "okay";
};
&dbg_bus {
status = "okay";
};
&dcmipp {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&dcmipp_pins_a>;

View File

@ -81,6 +81,10 @@ &cec {
status = "okay";
};
&dbg_bus {
status = "okay";
};
&dcmi {
status = "okay";
pinctrl-names = "default", "sleep";

View File

@ -155,6 +155,10 @@ &crc1 {
status = "okay";
};
&dbg_bus {
status = "okay";
};
&dts {
status = "okay";
};