Searched refs:dts (Results 1 – 9 of 9) sorted by relevance
/scripts/dts/python-devicetree/tests/ |
A D | test_dtlib.py | 29 def uncomment(dts): argument 34 dts = re.sub(r'\n\n[ \t]*/\*.*?\*/\n', '\n', dts, flags=re.DOTALL) 35 dts = re.sub(r'\n/ {\n', r'\n\n/ {\n', dts) 38 dts = re.sub(r'[ \t]*/\*.*?\*/\n', '\n', dts) 40 return dts 62 dt = parse(dts[1:], include_path) 70 def verify_error(dts, expected_msg): argument 75 parse(dts[1:]) 84 parse(dts[1:]) 93 parse(dts[1:]) [all …]
|
A D | test-multidir.dts | 12 /dts-v1/;
|
A D | test_edtlib.py | 976 def verify_error(dts, dts_file, expected_err): argument 984 f.write(dts)
|
A D | test.dts | 9 /dts-v1/;
|
/scripts/ |
A D | requirements-base.txt | 9 # used by dts generation to parse binding YAMLs, also used by
|
/scripts/schemas/ |
A D | shield-schema.yml | 28 desc: A hardware feature the shield supports (see dts/bindings/binding-types.txt)
|
/scripts/dts/ |
A D | gen_edt.py | 45 edt = edtlib.EDT(args.dts, args.bindings_dirs,
|
/scripts/west_commands/ |
A D | sign.py | 360 dts = b / 'zephyr' / 'zephyr.dts' 362 cmd.dbg('DTS file:', dts, level=Verbosity.DBG_MORE)
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 1994 dts: Optional[str], 2062 self.dts_path: str = dts # type: ignore 2083 if dts is not None: 2085 self._dt = DT(dts, base_dir=workspace_dir)
|
Completed in 20 milliseconds