Browse Source

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: Camille BAUD <mail@massdriver.space>
pull/91704/merge
Camille BAUD 4 weeks ago committed by Anas Nashif
parent
commit
d03b7ffdbb
  1. 2
      scripts/dts/gen_edt.py

2
scripts/dts/gen_edt.py

@ -48,7 +48,7 @@ def main(): @@ -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:

Loading…
Cancel
Save