summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32mp13-u-boot.dtsi
diff options
context:
space:
mode:
authorLionel Debieve <lionel.debieve@foss.st.com>2025-04-01 15:14:10 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2025-04-25 16:00:22 +0200
commitf63a30f1c0a10332b79048faa7fd00fb978f76af (patch)
treeb20c749f76ddd8ecc6122721e836f550f3db877a /arch/arm/dts/stm32mp13-u-boot.dtsi
parentad3cdc677dda98e3985e4edd280b58ffa413b048 (diff)
ARM: dts: stm32: add ETZPC as a system bus for STM32MP1x boards
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>
Diffstat (limited to 'arch/arm/dts/stm32mp13-u-boot.dtsi')
-rw-r--r--arch/arm/dts/stm32mp13-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp13-u-boot.dtsi b/arch/arm/dts/stm32mp13-u-boot.dtsi
index af7edc7e2b2..1fe6966781c 100644
--- a/arch/arm/dts/stm32mp13-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp13-u-boot.dtsi
@@ -48,6 +48,10 @@
bootph-all;
};
+&etzpc {
+ bootph-all;
+};
+
&gpioa {
bootph-all;
};