diff --git a/litex/tools/litex_json2dts_zephyr.py b/litex/tools/litex_json2dts_zephyr.py index 485fe9aef..3604f4f19 100755 --- a/litex/tools/litex_json2dts_zephyr.py +++ b/litex/tools/litex_json2dts_zephyr.py @@ -193,6 +193,10 @@ def peripheral_handler(name, parm, csr): overlay_handlers = { + 'ctrl': { + 'handler': peripheral_handler, + 'alias': 'ctrl0', + }, 'uart': { 'handler': peripheral_handler, 'alias': 'uart0',