Skip to content

Commit

Permalink
k1: uart0: from mainline uart0 node dt
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Jun 24, 2024
1 parent 23ba600 commit 15de615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/riscv/boot/dts/spacemit/k1-x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -778,12 +778,11 @@
};

uart0: serial@d4017000 {
compatible = "spacemit,pxa-uart";
compatible = "intel,xscale-uart";
reg = <0x0 0xd4017000 0x0 0x100>;
interrupt-parent = <&intc>;
interrupts = <42>;
clock-names = "func", "gate";
clocks = <&ccu CLK_UART1>, <&ccu CLK_SLOW_UART>;
clock-frequency = <14000000>;
reg-shift = <2>;
reg-io-width = <4>;
status = "ok";
Expand Down

0 comments on commit 15de615

Please sign in to comment.