litex_json2dts_zephyr.py: include ctrl

include ctrl, needed to implement rebooting
in zephyr.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-05-22 16:16:03 +02:00
parent 8a83585b85
commit 77683f1659
1 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,10 @@ def peripheral_handler(name, parm, csr):
overlay_handlers = {
'ctrl': {
'handler': peripheral_handler,
'alias': 'ctrl0',
},
'uart': {
'handler': peripheral_handler,
'alias': 'uart0',