mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
ARM: dts: rtd1195: Add reset nodes
Add reset controller nodes for Realtek RTD1195 SoC. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
63313c1ceb
commit
6f7f0d9538
|
|
@ -141,7 +141,33 @@ gic: interrupt-controller@ff011000 {
|
|||
};
|
||||
};
|
||||
|
||||
&crt {
|
||||
reset1: reset-controller@0 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x0 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
reset2: reset-controller@4 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x4 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
reset3: reset-controller@8 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x8 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&iso {
|
||||
iso_reset: reset-controller@88 {
|
||||
compatible = "snps,dw-low-reset";
|
||||
reg = <0x88 0x4>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
wdt: watchdog@680 {
|
||||
compatible = "realtek,rtd1295-watchdog";
|
||||
reg = <0x680 0x100>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user