Using the walk_device_tree helper, we can walk the device tree from the beginning looking for a specific property node. It's still missing the ability to get property lists, string lists, and property-specific data.
We can use this simple parser and its callbacks to implement more complex parsing in later commits.