We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4acee commit becd9e5Copy full SHA for becd9e5
scripts/dts/python-devicetree/src/devicetree/edtlib.py
@@ -642,6 +642,8 @@ class Property:
642
- For 'type: int/array/string/string-array', 'val' is what you'd expect
643
(a Python integer or string, or a list of them)
644
645
+ - For 'type: uint8-array', 'val' is a bytes object
646
+
647
- For 'type: phandle' and 'type: path', 'val' is the pointed-to Node
648
instance
649
0 commit comments