提交 80793e0d 编写于 作者: A Andreas Färber

ARM: dts: owl-s500-guitar-bb-rev-b: Add fake uart3 clock

Add a fixed-clock for baudrate 115200.
Signed-off-by: NAndreas Färber <afaerber@suse.de>
上级 4dc8bf92
...@@ -19,8 +19,15 @@ ...@@ -19,8 +19,15 @@
chosen { chosen {
stdout-path = "serial3:115200n8"; stdout-path = "serial3:115200n8";
}; };
uart3_clk: uart3-clk {
compatible = "fixed-clock";
clock-frequency = <921600>;
#clock-cells = <0>;
};
}; };
&uart3 { &uart3 {
status = "okay"; status = "okay";
clocks = <&uart3_clk>;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册