[PATCH v3 1/8] riscv: dts: eswin: add reset generator for EIC7700 SoC
Pinkesh Vaghela <[email protected]> Tue, 4 Aug 2026 16:14:24 +0530
| Newsgroups | org.kernel.vger.linux-i2c,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Pritesh Patel <[email protected]> Add reset generator node for EIC7700 SoC Signed-off-by: Pritesh Patel <[email protected]> Signed-off-by: Pinkesh Vaghela <[email protected]> --- arch/riscv/boot/dts/eswin/eic7700.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/eswin/eic7700.dtsi b/arch/riscv/boot/dts/eswin/eic7700.dtsi index c3ed93008bca..430a210f01e6 100644 --- a/arch/riscv/boot/dts/eswin/eic7700.dtsi +++ b/arch/riscv/boot/dts/eswin/eic7700.dtsi @@ -4,6 +4,7 @@ */ /dts-v1/; +#include <dt-bindings/reset/eswin,eic7700-reset.h> / { #address-cells = <2>; @@ -341,5 +342,11 @@ gpioD: gpio-port@3 { #gpio-cells = <2>; }; }; + + reset: reset-controller@51828300 { + compatible = "eswin,eic7700-reset"; + reg = <0x0 0x51828300 0x0 0x200>; + #reset-cells = <1>; + }; }; }; -- 2.34.1