ARM: dts: rtd1195: Add UART resets

Associate the UART nodes with the corresponding reset controller bits.

Acked-by: James Tai <james.tai@realtek.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Andreas Färber 2019-10-23 11:21:45 +02:00
parent 6f7f0d9538
commit a4516dc56e

View File

@ -8,6 +8,7 @@
/memreserve/ 0x17fff000 0x00001000;
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/reset/realtek,rtd1195.h>
/ {
compatible = "realtek,rtd1195";
@ -179,6 +180,7 @@ uart0: serial@800 {
reg = <0x800 0x400>;
reg-shift = <2>;
reg-io-width = <4>;
resets = <&iso_reset RTD1195_ISO_RSTN_UR0>;
clock-frequency = <27000000>;
status = "disabled";
};
@ -190,6 +192,7 @@ uart1: serial@200 {
reg = <0x200 0x100>;
reg-shift = <2>;
reg-io-width = <4>;
resets = <&reset2 RTD1195_RSTN_UR1>;
clock-frequency = <27000000>;
status = "disabled";
};