commit | 62d8d1a4c6566596d4f65d1bba2c4e1bc53e61a8 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Tue Apr 13 14:08:30 2021 -0700 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Apr 22 15:32:10 2021 +0200 |
tree | 658000e68f842275d7bafcf118ad12290ce6e0c6 | |
parent | 6c5254321c5b6dd5240fa4f4918249626be696a4 [diff] |
edtlib: infer bindings for dtlib.Type.PATH We already have support for handling the Zephyr binding "path" type in edtlib.Node._prop_val(), but the binding inference code isn't making use of that. Handle this type as well, as it is just as convenient as Type.PHANDLE and can be more idiomatic depending on the situation. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>