diff --git a/litex/tools/litex_json2dts.py b/litex/tools/litex_json2dts.py index e9bb56c33..830ce622b 100755 --- a/litex/tools/litex_json2dts.py +++ b/litex/tools/litex_json2dts.py @@ -139,7 +139,7 @@ def generate_dts(d): dts += """ soc_ctrl0: soc_controller@{soc_ctrl_csr_base:x} {{ - compatible = "litex,soc_controller"; + compatible = "litex,soc-controller"; reg = <0x{soc_ctrl_csr_base:x} 0xc>; status = "okay"; }};