提交 6973f0a0 编写于 作者: L Lionel Debieve 提交者: Alexandre Torgue

ARM: dts: stm32: Add RNG support on stm32mp157c

This patch add RNG instance of the stm32mp157c SoC
Signed-off-by: NLionel Debieve <lionel.debieve@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 8ecf910a
......@@ -632,6 +632,14 @@
status = "disabled";
};
rng1: rng@54003000 {
compatible = "st,stm32-rng";
reg = <0x54003000 0x400>;
clocks = <&rcc RNG1_K>;
resets = <&rcc RNG1_R>;
status = "disabled";
};
mdma1: dma@58000000 {
compatible = "st,stm32h7-mdma";
reg = <0x58000000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册