mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 21:17:22 +00:00
If a devicetree node doesn't have a matching binding we will at least populate a common standard set of properties for that node. The list of standard properties is: compatible status reg reg-names label interrupt interrupts-extended interrupt-names interrupt-controller This allows us to handle cases like memory nodes that don't have any compatible property, we can still generate the reg values. We limit this to known properties as for any other property we can not fully determine the property type without a binding and thus we can't ensure the generation for that property is correct or may not change. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no> |
||
---|---|---|
.. | ||
checkpatch | ||
ci | ||
coccinelle | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
net | ||
release | ||
sanity_chk | ||
support | ||
tests/sanitycheck | ||
tracing | ||
west_commands | ||
.gitignore | ||
checkpatch.pl | ||
checkstack.pl | ||
coccicheck | ||
dir_is_writeable.py | ||
file2hex.py | ||
filter-known-issues.py | ||
gen_app_partitions.py | ||
gen_cfb_font_header.py | ||
gen_gcov_files.py | ||
gen_kobject_list.py | ||
gen_offset_header.py | ||
gen_relocate_app.py | ||
gen_syscalls.py | ||
mergehex.py | ||
parse_syscalls.py | ||
process_gperf.py | ||
requirements-base.txt | ||
requirements-build-test.txt | ||
requirements-doc.txt | ||
requirements-extras.txt | ||
requirements-run-test.txt | ||
requirements.txt | ||
sanitycheck | ||
series-push-hook.sh | ||
spelling.txt | ||
subfolder_list.py | ||
tags.sh | ||
valgrind.supp | ||
west-commands.yml | ||
zephyr_module.py |