Skip to content

Commit a32a0a5

Browse files
committed
conf/evalsoc: add sysrst node to support reboot linux.
Signed-off-by: guibing <guibing@nucleisys.com>
1 parent c6eb7d6 commit a32a0a5

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

conf/evalsoc/nuclei_rv32imac.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,9 @@
279279
};
280280
};
281281
#endif
282+
283+
sysrst {
284+
compatible = "nuclei,sysrst";
285+
reg = <0x0 0x18030FF0>;
286+
};
282287
};

conf/evalsoc/nuclei_rv32imafdc.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,9 @@
279279
};
280280
};
281281
#endif
282+
283+
sysrst {
284+
compatible = "nuclei,sysrst";
285+
reg = <0x0 0x18030FF0>;
286+
};
282287
};

conf/evalsoc/nuclei_rv64imac.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,9 @@
374374
};
375375
};
376376
#endif
377+
378+
sysrst {
379+
compatible = "nuclei,sysrst";
380+
reg = <0x0 0x18030FF0>;
381+
};
377382
};

conf/evalsoc/nuclei_rv64imafdc.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,9 @@
374374
};
375375
};
376376
#endif
377+
378+
sysrst {
379+
compatible = "nuclei,sysrst";
380+
reg = <0x0 0x18030FF0>;
381+
};
377382
};

0 commit comments

Comments
 (0)