yaml dt-binding files document a property category: <optional | required>
Aim is to document that a dts node property should be present or not.
This property is currently not checked, which makes it bogus.
Check the property when dts file is parsed, and trigger an error when a property node tagged "required" is not present.