Merge pull request #1961 from maass-hamburg/dts_zephyr_include_ctrl
litex_json2dts_zephyr.py: include ctrl
This commit is contained in:
commit
56371c4d9f
|
@ -193,6 +193,10 @@ def peripheral_handler(name, parm, csr):
|
|||
|
||||
|
||||
overlay_handlers = {
|
||||
'ctrl': {
|
||||
'handler': peripheral_handler,
|
||||
'alias': 'ctrl0',
|
||||
},
|
||||
'uart': {
|
||||
'handler': peripheral_handler,
|
||||
'alias': 'uart0',
|
||||
|
|
Loading…
Reference in New Issue