diff --git a/scripts/dts/python-devicetree/src/devicetree/edtlib.py b/scripts/dts/python-devicetree/src/devicetree/edtlib.py index 834f92c0d67178..be085ee784557e 100644 --- a/scripts/dts/python-devicetree/src/devicetree/edtlib.py +++ b/scripts/dts/python-devicetree/src/devicetree/edtlib.py @@ -742,6 +742,8 @@ class Property: - For 'type: int/array/string/string-array', 'val' is what you'd expect (a Python integer or string, or a list of them) + - For 'type: uint8-array', 'val' is a bytes object + - For 'type: phandle' and 'type: path', 'val' is the pointed-to Node instance