mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
arm64: dts: realtek: Add RTD129x UART resets
Associate the UART nodes with the corresponding reset controller bits. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
fd5f8d0a99
commit
02f4597e7e
|
|
@ -12,6 +12,7 @@
|
|||
/memreserve/ 0x0000000001ffe000 0x0000000000004000;
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/reset/realtek,rtd1295.h>
|
||||
|
||||
/ {
|
||||
interrupt-parent = <&gic>;
|
||||
|
|
@ -79,6 +80,7 @@ uart0: serial@98007800 {
|
|||
reg-shift = <2>;
|
||||
reg-io-width = <4>;
|
||||
clock-frequency = <27000000>;
|
||||
resets = <&iso_reset RTD1295_ISO_RSTN_UR0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -88,6 +90,7 @@ uart1: serial@9801b200 {
|
|||
reg-shift = <2>;
|
||||
reg-io-width = <4>;
|
||||
clock-frequency = <432000000>;
|
||||
resets = <&reset2 RTD1295_RSTN_UR1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -97,6 +100,7 @@ uart2: serial@9801b400 {
|
|||
reg-shift = <2>;
|
||||
reg-io-width = <4>;
|
||||
clock-frequency = <432000000>;
|
||||
resets = <&reset2 RTD1295_RSTN_UR2>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user