提交 066f371b 编写于 作者: Y yannick fertre 提交者: Alexandre Torgue

ARM: dts: stm32: add cec support on stm32mp157c

Add cec support on stm32mp157c
Signed-off-by: Nyannick fertre <yannick.fertre@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 949a0c0d
......@@ -395,6 +395,15 @@
status = "disabled";
};
cec: cec@40016000 {
compatible = "st,stm32-cec";
reg = <0x40016000 0x400>;
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc CEC_K>, <&clk_lse>;
clock-names = "cec", "hdmi-cec";
status = "disabled";
};
dac: dac@40017000 {
compatible = "st,stm32h7-dac-core";
reg = <0x40017000 0x400>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册