Merge pull request #1961 from maass-hamburg/dts_zephyr_include_ctrl

litex_json2dts_zephyr.py: include ctrl
This commit is contained in:
enjoy-digital 2024-05-23 15:52:24 +02:00 committed by GitHub
commit 56371c4d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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',