mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7793: Add device node for RST module
Add a device node for the RST module, which provides a.o. reset control and mode pin monitoring. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
This commit is contained in:
parent
d6f78ec452
commit
eb2d2723d5
|
@ -1279,6 +1279,11 @@ R8A7793_CLK_SCIFA3 R8A7793_CLK_SCIFA4 R8A7793_CLK_SCIFA5
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rst: reset-controller@e6160000 {
|
||||||
|
compatible = "renesas,r8a7793-rst";
|
||||||
|
reg = <0 0xe6160000 0 0x0100>;
|
||||||
|
};
|
||||||
|
|
||||||
sysc: system-controller@e6180000 {
|
sysc: system-controller@e6180000 {
|
||||||
compatible = "renesas,r8a7793-sysc";
|
compatible = "renesas,r8a7793-sysc";
|
||||||
reg = <0 0xe6180000 0 0x0200>;
|
reg = <0 0xe6180000 0 0x0200>;
|
||||||
|
|
Loading…
Reference in New Issue