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:
Jianqun Xu
2018-08-30 08:45:25 +08:00
parent 0ed5cc838e
commit b33201da02

View File

@@ -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>;
};