diff options
author | Stefan Roese <sr@denx.de> | 2018-08-16 15:27:32 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-09-23 14:27:51 +0200 |
commit | 41f6e6eb644751678fb3c0b92b74e7f058c7cb89 (patch) | |
tree | f0961bcff539b2acb9e8d373265b8c0980bfeeb0 /arch/mips/dts/mt7628a.dtsi | |
parent | 88dc40991494951015978b381bc37899fd9971d4 (diff) |
mips: mt76xx: Add sysreset support
This patch adds the necessary sysreset DT node and enables the required
drivers via Kconfig.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/dts/mt7628a.dtsi')
-rw-r--r-- | arch/mips/dts/mt7628a.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi index d00f528e1f..d525f019fe 100644 --- a/arch/mips/dts/mt7628a.dtsi +++ b/arch/mips/dts/mt7628a.dtsi @@ -41,6 +41,13 @@ reg = <0x0 0x100>; }; + syscon-reboot { + compatible = "syscon-reboot"; + regmap = <&sysc>; + offset = <0x34>; + mask = <0x1>; + }; + intc: interrupt-controller@200 { compatible = "ralink,rt2880-intc"; reg = <0x200 0x100>; |