mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
dt-bindings: fix error reg of uart1 in rk1808-cru.txt
1. fix error reg of uart1 2. add rockchip,rk1808-uart Change-Id: Id08ea2d98869009e8777690a483b372269b92505 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -47,7 +47,7 @@ Example: UART controller node that consumes the clock generated by the clock
|
||||
controller:
|
||||
|
||||
uart1: serial@ff540000 {
|
||||
compatible = "snps,dw-apb-uart";
|
||||
reg = <0xff540000 0x100>;
|
||||
clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>;
|
||||
compatible = "rockchip,rk1808-uart", "snps,dw-apb-uart";
|
||||
reg = <0x0 0xff540000 0x0 0x100>;
|
||||
clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user