Commit d03b7ffd authored by Camille BAUD's avatar Camille BAUD Committed by Anas Nashif
Browse files

scripts: gen_edt.py: add ability to get properties from /cpus



Adds ability to get properties from the /cpus group,
in the goal of retrieving timebase-frequency for CPU groups.

Signed-off-by: default avatarCamille BAUD <mail@massdriver.space>
parent 89a81e3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ def main():
                         warn_reg_unit_address_mismatch=
                             "-Wno-simple_bus_reg" not in args.dtc_flags,
                         default_prop_types=True,
                         infer_binding_for_paths=["/zephyr,user"],
                         infer_binding_for_paths=["/zephyr,user", "/cpus"],
                         werror=args.edtlib_Werror,
                         vendor_prefixes=vendor_prefixes)
    except edtlib.EDTError as e: