diff options
| author | Huan Zhou <[email protected]> | 2025-03-11 09:38:50 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-03-25 16:31:44 +0800 |
| commit | d5b621d8b547c5e32061ee355a5d8d59faf8d774 (patch) | |
| tree | 24a87e3bac6da7f6bc445462a1c58390791c5f81 | |
| parent | 4811c94f836398e884e855cb43da28580a29f8c0 (diff) | |
riscv: dts: k1: add reset controller node in device tree
Add reset-controller in k1 device tree.
Signed-off-by: Huan Zhou <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | arch/riscv/dts/k1.dtsi | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/riscv/dts/k1.dtsi b/arch/riscv/dts/k1.dtsi index fa1cb507351..7c0f1b928e2 100644 --- a/arch/riscv/dts/k1.dtsi +++ b/arch/riscv/dts/k1.dtsi @@ -455,5 +455,20 @@ reg-io-width = <4>; status = "reserved"; /* for TEE usage */ }; + + reset: reset-controller@d4050000 { + compatible = "spacemit,k1-reset"; + reg = <0x0 0xd4050000 0x0 0x209c>, + <0x0 0xd4282800 0x0 0x400>, + <0x0 0xd4015000 0x0 0x1000>, + <0x0 0xd4090000 0x0 0x1000>, + <0x0 0xd4282c00 0x0 0x400>, + <0x0 0xd8440000 0x0 0x98>, + <0x0 0xc0000000 0x0 0x4280>, + <0x0 0xf0610000 0x0 0x20>; + reg-names = "mpmu", "apmu", "apbc", "apbs", "ciu", "dciu", "ddrc", "apbc2"; + #reset-cells = <1>; + status = "disabled"; + }; }; -}; +};
\ No newline at end of file |
