]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: add ETZPC as a system bus for STM32MP1x boards
authorLionel Debieve <lionel.debieve@foss.st.com>
Tue, 1 Apr 2025 13:14:10 +0000 (15:14 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 25 Apr 2025 14:00:22 +0000 (16:00 +0200)
The STM32 System Bus is an internal bus on which devices are connected.
ETZPC is a peripheral overseeing the firewall bus that configures
and control access to the peripherals connected on it.

For more information on which peripheral is securable, please read
the STM32MP13 or STM32MP15 reference manual.

Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp13-u-boot.dtsi
arch/arm/dts/stm32mp15-u-boot.dtsi

index af7edc7e2b205d2904f3679659bd0491877c44d2..1fe6966781caa6338ef688dad75d1a82cc6fad08 100644 (file)
        bootph-all;
 };
 
+&etzpc {
+       bootph-all;
+};
+
 &gpioa {
        bootph-all;
 };
index 3f57bd5fe0f831e194032f95f810a5564589b338..327d776043651c0364bb2982634b8a3b75ed28a4 100644 (file)
        operating-points-v2 = <&cpu0_opp_table>;
 };
 
+&etzpc {
+       bootph-all;
+};
+
 &gpioa {
        bootph-all;
 };