Commit 627298d4 authored by Etienne Carriere's avatar Etienne Carriere
Browse files

dts: stm32mp157c: add etzpc node



Add a node for the ETZPC device so that driver initializes during
stm32mp15* boot sequence.

Change-Id: I84bf10572e5df7b8f450163c79bcfe6956fc838f
Signed-off-by: default avatarEtienne Carriere <etienne.carriere@st.com>
parent 77d0504e
......@@ -362,5 +362,13 @@
#size-cells = <0>;
status = "disabled";
};
etzpc: etzpc@5c007000 {
compatible = "st,stm32-etzpc";
reg = <0x5C007000 0x400>;
clocks = <&rcc TZPC>;
status = "disabled";
secure-status = "okay";
};
};
};
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment