Commit 965f94c7 authored by Andreas Färber's avatar Andreas Färber

arm64: dts: actions: s900-bubblegum-96: Add fake uart5 clock

Give the serial driver a fixed-clock as input for baudrate 115200.
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 2bd6bf03
...@@ -24,6 +24,12 @@ memory@0 { ...@@ -24,6 +24,12 @@ memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x0 0x0 0x0 0x80000000>; reg = <0x0 0x0 0x0 0x80000000>;
}; };
uart5_clk: uart5-clk {
compatible = "fixed-clock";
clock-frequency = <921600>;
#clock-cells = <0>;
};
}; };
&timer { &timer {
...@@ -32,4 +38,5 @@ &timer { ...@@ -32,4 +38,5 @@ &timer {
&uart5 { &uart5 {
status = "okay"; status = "okay";
clocks = <&uart5_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