Commit 80793e0d authored by Andreas Färber's avatar 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: default avatarAndreas Färber <afaerber@suse.de>
parent 4dc8bf92
...@@ -19,8 +19,15 @@ aliases { ...@@ -19,8 +19,15 @@ aliases {
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment