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>
This commit is contained in:
parent
89a81e3c1f
commit
d03b7ffdbb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue