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:
parent
8a83585b85
commit
77683f1659
|
@ -193,6 +193,10 @@ def peripheral_handler(name, parm, csr):
|
||||||
|
|
||||||
|
|
||||||
overlay_handlers = {
|
overlay_handlers = {
|
||||||
|
'ctrl': {
|
||||||
|
'handler': peripheral_handler,
|
||||||
|
'alias': 'ctrl0',
|
||||||
|
},
|
||||||
'uart': {
|
'uart': {
|
||||||
'handler': peripheral_handler,
|
'handler': peripheral_handler,
|
||||||
'alias': 'uart0',
|
'alias': 'uart0',
|
||||||
|
|
Loading…
Reference in New Issue