Section 2.2.1.1 of the Device Tree Specification (https://devicetree-specification.readthedocs.io/en/v0.3/devicetree-basics.html) says that:
Each node in the devicetree is named according to the following convention:
The node-name component specifies the name of the node. It shall be 1 to 31 characters in length and consist solely of characters from the set of characters in Table 2.1.
However, this package limits the full "node-name@unit-address" together to 31 characters, causing otherwise valid device trees to fail to parse.
Section 2.2.1.1 of the Device Tree Specification (https://devicetree-specification.readthedocs.io/en/v0.3/devicetree-basics.html) says that:
However, this package limits the full "node-name@unit-address" together to 31 characters, causing otherwise valid device trees to fail to parse.