mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_json2dts: fix missing {.
This commit is contained in:
parent
9c0f687922
commit
7a4b26d2ba
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def generate_dts(d):
|
|||
# SoC ----------------------------------------------------------------------------------------------
|
||||
|
||||
dts += """
|
||||
soc {
|
||||
soc {{
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
bus-frequency = <{sys_clk_freq}>;
|
||||
|
|
Loading…
Reference in a new issue