From d03b7ffdbb3f202f3d67ba07d06f624cac41a938 Mon Sep 17 00:00:00 2001 From: Camille BAUD Date: Mon, 9 Jun 2025 13:13:48 +0200 Subject: [PATCH] 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 --- scripts/dts/gen_edt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dts/gen_edt.py b/scripts/dts/gen_edt.py index d452c59f4df..07fec5969eb 100755 --- a/scripts/dts/gen_edt.py +++ b/scripts/dts/gen_edt.py @@ -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: