mirror of https://gitee.com/openkylin/linux.git
arm64: dts: realtek: Add RTD129x reset controller nodes
Add nodes for the Realtek RTD1295 reset controllers. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
4df56a1eb1
commit
fd5f8d0a99
|
@ -37,6 +37,36 @@ soc {
|
|||
/* Exclude up to 2 GiB of RAM */
|
||||
ranges = <0x80000000 0x80000000 0x80000000>;
|
||||
|
||||
reset1: reset-controller@98000000 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x98000000 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
reset2: reset-controller@98000004 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x98000004 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
reset3: reset-controller@98000008 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x98000008 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
reset4: reset-controller@98000050 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x98000050 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
iso_reset: reset-controller@98007088 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x98007088 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
wdt: watchdog@98007680 {
|
||||
compatible = "realtek,rtd1295-watchdog";
|
||||
reg = <0x98007680 0x100>;
|
||||
|
|
Loading…
Reference in New Issue