From 7a4b26d2ba6a166dc7443d24e2bbf79ca8c90934 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 12 Nov 2020 14:45:46 +0100 Subject: [PATCH] tools/litex_json2dts: fix missing {. --- litex/tools/litex_json2dts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/tools/litex_json2dts.py b/litex/tools/litex_json2dts.py index 93d65278a..ebaa07218 100755 --- a/litex/tools/litex_json2dts.py +++ b/litex/tools/litex_json2dts.py @@ -125,7 +125,7 @@ def generate_dts(d): # SoC ---------------------------------------------------------------------------------------------- dts += """ - soc { + soc {{ #address-cells = <1>; #size-cells = <1>; bus-frequency = <{sys_clk_freq}>;